Adolfo Arizpe | We are facing a similar issue. On a 2650XM running 12.4.21a we added this to the script:
<?xml version="1.0"?> <vxml version="2.0"> <form id="main"> <block> <audio src="/audios/espere-un-momento-estamos-enviando-su-llamada-con-un-agente-disponible.g729"/> </block>
<transfer name="T_1" bridge="true" dest="sip:102@200.23.90.50"></transfer> </form> </vxml>
However, we are not able to connect, the incoming call leg remains up and we don't see an attempt to create an outbound call leg. The debug shows something like this Feb 22 19:52:44.089: //18730/9E97485980F9/VXML:/vxml_item_attrs_proc: name=T_1 URI(abs):sip:102@200.23.90.50 scheme=sip path=102@200.23.90.50 bridge=0 connecttimeout=0 maxtime=0 desttype=-1 destplan=-1 anitype=-1 aniplan=-1 anipi=-1, anisi=-1 rdntype=-1 rdnplan=-1 rdnpi=-1, rdnsi=-1, redirectreason=-1 Feb 22 19:52:44.094: //18730/9E97485980F9/VXML:/vxml_transfer_proc: GTD not present in <transfer> Feb 22 19:52:44.094: //18730/9E97485980F9/VXML:/vxml_load_immediate_done: sidp->status=180000000 Feb 22 19:52:44.094: //18730//AFW_:/vapp_checksessionstate: Feb 22 19:52:44.094: //18730//AFW_:/vapp_checkifdone: Object: 1, Leg: 1 Feb 22 19:52:49.951: //18730//AFW_:/vapp_driver: evtID: 137 vapp record state: 0 Feb 22 19:52:49.951: //18730//AFW_:/vapp_play_done: evID=137 reason=13, protocol=2, status_code=0, dur=4716, rate=0 Feb 22 19:52:49.951: //18730/9E97485980F9/VXML:/vxml_media_done: status 0 async_status 180000000 duration=4716 rate=0 Feb 22 19:52:49.951: //18730/9E97485980F9/VXML:/vxml_save_lastprompt_info: Feb 22 19:52:49.951: //18730/9E97485980F9/VXML:/vxml_save_lastprompt_info: Feb 22 19:52:49.951: //18730//AFW_:/vapp_notify_play_done: Feb 22 19:52:49.955: //18730/9E97485980F9/VXML:/vxml_vapp_vcr_control_disable: Feb 22 19:52:49.955: //18730/9E97485980F9/VXML:/vxml_vapp_placecall: dest sip:102@200.23.90.50 timeout 0 maxlength 0, longpound 1, newguid 0 Feb 22 19:52:49.955: //18730/9E97485980F9/VXML:/vxml_vapp_gain_control_default: Feb 22 19:52:49.955: //18730//AFW_:/vapp_gain_control_default: Feb 22 19:52:49.955: //18730//AFW_:/vapp_placecall: Feb 22 19:52:49.955: //18730//AFW_:/vapp_sendevent: Name: transfer, SessionEvent: TRUE Feb 22 19:52:49.955: //18730//AFW_:/vapp_sendevent: event-name: vxml.session.transfer Feb 22 19:52:49.959: //18730//AFW_:/vapp_checksessionstate: Feb 22 19:52:49.959: //18730//AFW_:/vapp_checkifdone: Object: 1, Leg: 1 Feb 22 19:52:49.959: //18730//AFW_:/AFW_FSM_Drive: FSM no match for (WEBQUERY[7],ev_vxmldialog_event[171])
I do have a dial peer for the destination number 102, what else could we be missing?
dial-peer voice 102 voip destination-pattern 102 session protocol sipv2 session target ipv4:200.23.90.50 dtmf-relay rtp-nte fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback cisco ! sip-ua set sip-status 500 pstn-cause 34 set sip-status 503 pstn-cause 34 ! !
Thanks |