Bill H Posted August 3, 2007 Report Posted August 3, 2007 I am working on an application that will receive digits from an IVR Output, take some action and then transfer the caller to an Auto attendant or another IVR. The SOAP connection is working by sending the request to my application but I keep getting the same Call Log info when I send back to it. It seems that the PBX can't resolve the Destination. 192.168.0.123 is the phone I am calling from. [8] 2007/08/02 20:53:28: Play recordings/ivr12.wav [6] 2007/08/02 20:53:28: Received DTMF 1 [6] 2007/08/02 20:53:29: Received DTMF 2 [6] 2007/08/02 20:53:29: Received DTMF 3 [6] 2007/08/02 20:53:29: Received DTMF # [8] 2007/08/02 20:53:29: Resolve destination 1046: url sip:101@192.168.0.123;transport=udp [8] 2007/08/02 20:53:29: Resolve destination 1046: a udp 192.168.0.123 [8] 2007/08/02 20:53:29: Resolve destination 1046: udp 192.168.0.123 5060 [3] 2007/08/02 20:53:29: IVR Node: Unknown call [8] 2007/08/02 20:53:29: Send Packet BYE I am using the latest revision of PBXnSIP on Windows. I followed the WIKI guidelines for sending the <Destination>444</Destination> and <CallID> & Callid$ & </CallID> (VB6 strings) and I can see it all of it going to PBXnSIP using EtheReal sniffer. Looking at the Call Log of PBXnSIP I see the above listing. Anyone else been to this point already??? Bill H Quote
lonegunmen Posted December 28, 2007 Report Posted December 28, 2007 I'm having a similar problem. To me it looks like the system can't find the CallID. IVR Node: Unknown call <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:IVRInput xmlns:ns2="http://soap.com/pbx"> <CallID>22e77c4a4f79939d55c1898c7d1874de@10.1.1.212#5722c11005</CallID> <Output>5630</Output> <From>"J PORTER" <sip:8014071566@10.1.1.212></From> <To><sip:5631@pbxnsip.nexsip.com></To> </ns2:IVRInput><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:IVROutput xmlns:ns2="http://soap.com/pbx"> <CallID>22e77c4a4f79939d55c1898c7d1874de@10.1.1.212#5722c11005</CallID> <Destination>5630</Destination> </ns2:IVROutput> [6] 2007/12/28 14:27:07: Last message repeated 4 times [7] 2007/12/28 14:27:07: UDP: Opening socket on port 61858 [7] 2007/12/28 14:27:07: UDP: Opening socket on port 61859 [7] 2007/12/28 14:27:09: UDP: Opening socket on port 61650 [7] 2007/12/28 14:27:09: UDP: Opening socket on port 61651 [7] 2007/12/28 14:27:09: Calling extension 5600 [6] 2007/12/28 14:27:09: Redirecting to external voicemail account 5600 destination sip:75600@pbxnsip.nexsip.com [5] 2007/12/28 14:27:09: Dialplan: Match 75600@pbxnsip.nexsip.com to <sip:5600@10.1.1.51;user=phone> on trunk exchange [5] 2007/12/28 14:27:09: Charge user 5600 for redirecting calls [7] 2007/12/28 14:27:09: UDP: Opening socket on port 58796 [7] 2007/12/28 14:27:09: UDP: Opening socket on port 58797 [8] 2007/12/28 14:27:09: UDP: recvfrom receives ICMP message [3] 2007/12/28 14:27:10: IVR Node: Unknown call Quote
Vodia PBX Posted December 29, 2007 Report Posted December 29, 2007 To me it looks like the SOAP Envelope is missing in the reply. See http://wiki.pbxnsip.com/index.php/Linking_..._to_an_IVR_Node. Quote
lonegunmen Posted January 4, 2008 Report Posted January 4, 2008 To me it looks like the SOAP Envelope is missing in the reply. Yeah sorry about that. That is an output from my program. The soap wrapper is on the packet when its sent. Any other ideas? Quote
Vodia PBX Posted January 4, 2008 Report Posted January 4, 2008 Any other ideas? Maybe just post the whole packet. Also pay attention to the upper and lower case, some versions were a little bit picky about that. Quote
Marijn Rispens Posted August 5, 2008 Report Posted August 5, 2008 When I execute the script from http://wiki.pbxnsip.com/index.php/Linking_..._to_an_IVR_Node I'm getting the following error: Notice: Undefined variable: HTTP_RAW_POST_DATA in C:\Program Files\EasyPHP 2.0b1\www\linkToIVRnode.php on line 20Get XML error parsing : Invalid document end at line 1 Any idea? Thanx! Quote
Vodia PBX Posted August 5, 2008 Report Posted August 5, 2008 When I execute the script from http://wiki.pbxnsip.com/index.php/Linking_..._to_an_IVR_Node I'm getting the following error: Probably a problem with the PHP version. Seems the old form does not exist any more, see http://www.phpbuilder.com/board/printthread.php?t=10304087. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.