Jump to content

zahid ayar

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by zahid ayar

  1. Sorry, we did not do that ourselfs, but the one who was using somehow was able to do it.

    At the moment the only option seems to be to turn provisonal responses (100 Trying) off. An Ethereal/Wireshark trace would still be helpful to solve this problem.

     

    would u give me the contact details of the one who was able to turn 100 continue off from iis?

  2. oh no... I guess the "100 Trying" is the problem. We already had problems with that and they should be solved, but it is something that raises eyebrows. There was an option in IIS to turn those messages off, maybe that solves the problem.

     

     

    i didnt find any option related to 100 Trying in IIS... would u plz tell me how i can turn it off?

     

    But we also have to take a look into those provisional responses again.

     

    what do u mean? what should i do to make it work?

  3. Well in principle that looks good. Is there any log from the PBX? There could be a problem with the http transportaion of the SOAP messages.

     

    yes ...this is the log:

     

    [5] 2007/02/05 00:15:45: Identify trunk 1

    [5] 2007/02/05 00:15:45: Trunk ITSP sends call to 70

    [3] 2007/02/05 00:15:59: IVR Node: Received http code 100

    [5] 2007/02/05 00:16:00: BYE Response: Terminate 60adc6c953b369c043652ec81b775322@67.15.128.14

    [0] 2007/02/05 00:16:02: IVR Node: Cannot find call 60adc6c953b369c043652ec81b775322@67.15.128.14#8c9d4251ca

    [3] 2007/02/05 00:16:02: IVR Node: Received http code 100

     

     

    looks like the problem is 'cannot find call...' do u know how i can fix that?

     

    zahid

  4. hello

     

    im using the pbxnsip version 2.0.0.1613 (Win32) ...

     

    would u plz tell me how i can transfer to another ivr node from an ivr node?

     

    i try to echo back the following xml... but i dont seem to get transfered... all i hear is silence rather than the wave file playback for node 78:

     

    $xml = '<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sns="http://www.pbxnsip.com/soap/pbx">';

    $xml .= '<env:Body><sns:IVROutput><Call-ID>';

    $xml .= $callid;

    $xml .= '</Call-ID><Destination>';

    $xml .= 78;

    $xml .= "</Destination></sns:IVROutput></env:Body></env:Envelope>";

    echo $xml;

     

    how can i transfer to another node with soap?

  5. Well, try to isolate the problem. If the pound matching works without SOAP, there is something wrong with SOAP. Try the latest version (build 1611 or higher), I think there was a problem with SOAP requests in one of the previous versions.

     

    hello

     

    thanks 4 the reply... i got it to work with soap thankfully... im using the latest version (version 2.0.0.1610 (Win32) ) ...

     

    would u plz tell me how i can transfer to another ivr node from an ivr node?

     

    i try to echo back the following xml... but i dont seem to get transfered... all i hear is silence rather than the wave file playback for node 78:

     

    $xml = '<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sns="http://www.pbxnsip.com/soap/pbx">';

    $xml .= '<env:Body><sns:IVROutput><Call-ID>';

    $xml .= $callid;

    $xml .= '</Call-ID><Destination>';

    $xml .= 78;

    $xml .= "</Destination></sns:IVROutput></env:Body></env:Envelope>";

    echo $xml;

     

    how can i transfer to another node with soap?

  6. The question was: Is it possible for me to just remove the DTMF Match List pattern string in an ivr node an enter an arbitrary length number and specify its end with a '#' key?

     

    It should be possible. The pattern would be !([0-9]*)#!\ 1!. That means it matches anything up to a pount key and then returns the string before the pound key.

     

    hello

     

    i have done that but i do not receive any input to my soap url program...

     

    one observation i have noted with this new version 2 is that whenever i use a variable input matching string such as the one provided above, neither the program takes it nor do i move to another node..

     

    but if i make a constant match string such as !1!75! then the program reads it and even if i dont have any soap program url, when i press 1, i am taken to node 75...

     

    do u know how i can make the variable match string work as well?

     

    zahid

×
×
  • Create New...