Menu

#8 Browser not answering call when DDILen=0

Release_2.6.1
open
tobi-wan
5
2004-01-28
2004-01-28
No

Under some special circumstances publicVoiceXML doesnt
take the call when DDILen=0 in OSBClient.cfg.

This behaviour was observed with
Release 2.6.1 - Windows(src)
HST SAPHIR III D Multilink on P2P line
Call from 01 585228025, caller number not suppressed
DDILen in OSBclient.cfg = 0

publicVoiceXML is not answering as recently as dialing
one additional digit

Discussion

  • Mathias Kimpl

    Mathias Kimpl - 2004-01-28

    Call log described

     
  • Mathias Kimpl

    Mathias Kimpl - 2004-01-28

    Logged In: YES
    user_id=621319

    Controller.c, line 875: method
    ExtractDDIFromCalledPartyNumber is empty in Release 2.6.1for
    reasons i dont exactly understand. This makes troubles in
    the case of VoIP-CAPI, but also in the case of ISDN-BRI with
    DDILen=0. publicVoiceXML didnt get the call and terminates
    after a while. A quick workaround at the moment is to insert
    the following line into the method:

    line->LineInfo.LineStatus = DDI_COMPLETE;// mk:test

     
  • tobi-wan

    tobi-wan - 2004-03-03

    Logged In: YES
    user_id=857585

    in the CVS version dated from the 3rd March, this problem is
    supposed to be solved. reason was a missing LineStatus =
    DDI_COMPLETE when checking whether DDI is needed or not in
    AcceptCall().

     

Log in to post a comment.