cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
330
Views
0
Helpful
4
Replies

Call legs disconnect and connect by IVR

oshultzev
Level 1
Level 1

I try to disconnect and connect call legs by IVR script and after that I do not hear my apponent but apoonet hear me. In the debug I see:

Jun 8 20:08:43 vgw 321202: //-1/xxxxxxxxxxxx/DSM:():-1:65535:65535/dsm_handle_ignored_event: Event E_DSM_CC_DISASSOCIATE, bS S_DSM_BRIDGED, fid 9, fS NONE

What is this?

4 Replies 4

Chris Deren
Hall of Fame
Hall of Fame

What steps do you use in the IVR script to terminate the call?

Chris

proc act_NotifyPlay { } {

...

set incoming [infotag get leg_incoming]

set outgoing [infotag get leg_outgoing]

connection destroy con_all

}

proc act_Beeped { } {

global incoming

global outgoing

connection create $incoming $outgoing

}

proc act_ConnectedAgain { } {

puts "\n------------Connected Again\n"

}

proc act_media_play {} {

global content

if { $content == "1" } {

media play leg_incoming tftp://10.0.0.2/prompts/ru/ru_timeout.au

media play leg_outgoing tftp://10.0.0.2/prompts/ru/ru_timeout.au

puts "\n---FILE ru_timeout.au are played for both sides\n"

}

}

...

set fsm(CALLACTIVE,ev_notify_indication) "act_NotifyPlay CNOTIFIED"

set fsm(CNOTIFIED,ev_destroy_done) "act_media_play MEDIAPLAY"

set fsm(MEDIAPLAY,ev_media_done) "act_Beeped,CALLACTIVEAGAIN"

set fsm(CALLACTIVEAGAIN,ev_create_done) "act_ConnectedAgain,CALLACTIVE"

...

This problem appears sometimes rather then all time

show debugging

CCAPI:

debug voip ccapi error is ON (filter is OFF)

debug voip ccapi error call is ON (filter is OFF)

debug voip ccapi error software is ON

Jun 8 20:47:36 vgw 329384: ASSERTION FAILED: file "../nextport/np_vpd_as5400.c", line 1989

Jun 8 20:47:36 vgw 329385: -Traceback= 6180FC04 61808B0C 61809E98 601B06BC 601B0BC8 601B32F8 60221208 605BA008 8051BBB0