make audio call with UCMA 2.0

Locked make audio call with UCMA 2.0

  • 2009년 8월 25일 화요일 오후 3:44
     
     
    Hi,
    My environment is OCS R2 integrated with Nortel CS1000 PBX.
    I start to work with UCMA 2.0. My basic application make a call using following method:
     _audioVideoCall.BeginEstablish(_calledParty, null, EndCallEstablish, _audioVideoCall); 
    the problem is with callback method, EndCallEstabilish. If _calledParty is a SIP URI (Example: sip:user1@pilot.local) all work correctly, when user1 answer the event EndCallEstablish is fired. But if the _calledParty is a phone number (Example: sip:+441234xxx@pilot.local) the phone ring, but when I answer nothing appens, the event EndCallEstablish is not fired.

    Some one had experience about this issue?
    Thanks and Kind Regards,
    Elia.

모든 응답

  • 2009년 8월 27일 목요일 오전 7:55
     
     답변됨

    Hello,

    I have found the solution, need to indicate that the target is a phone. 
    The destination number must be in the following format:
    sip:<numtel>@contoso.com;user=phone
    and then it work.

    Bye,
    Elia.

    • 답변으로 표시됨 Elia1 2009년 8월 27일 목요일 오후 12:48
    •