I'm quite new to VoIP and I'm in front of a problem.
For a project I have to debug a softphone developed in VB.NET with the
RTC 1.3.
I'm in front of a problem when I have to refer a call several time.
The first time the refer works properly but when I want to make
another refer on this conversation the softphones bug.
To make the transfert i use this code :
Private g_objCOOKIE As String = ""
Dim strDestURI As String
Dim strDestTransferURI As String
g_objSessionCallControl = g_objSession
strDestTransferURI = Trim(Me.txtExtensionTransfer.Text) &
"@192.168.0.3"
g_objSessionCallControl.Refer(strDestTransferURI, g_objCOOKIE)
If someone can help me with this matter.
Thanks in advance.
Marc
I have seen your block on net for softphone.
I have also develop softphone using MS RTC Client API 1.3 in .net(C#).
It's working fine for direct number i.e any mobile or landline number.
But when we are dailing at that number which has required extension number.
i.e. system generated voice please dial extension number.
How we can handle this and make call on that extension number.
I think you are doing same.I am little bit confused.
Please help me this code is work for same.
& please provide me code for that as soon as possible.
and tell me how you are initialise SessionCallControl interface because I
dont know which class is implementing this interface.
g_objSessionCallControl.Refer(strDestTransferURI, g_objCOOKIE)
Thanks
Regards:
Sharad
Email:shar...@gmail.com