make audio call with UCMA 2.0
-
Tuesday, 25 August 2009 3:44 PMHi,
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.
All Replies
-
Thursday, 27 August 2009 7:55 AM
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.- Marked As Answer by Elia1 Thursday, 27 August 2009 12:48 PM