Hi. I've a problem. When trying to create 2 lines the library return "Failure".
Here is the complete error:
-----------------------
SipXTapiDotNet.SipxException: SipXTapi returned error: Failure
in SipXTapiDotNet.SipxLine.Provision() in C:\DevRoot\VS2005\SipXTapiPhone\SipXTapiDotNet\SipXTapiDotNet_VB\SipxLine.vb:riga 189
in SipXTapiDotNet.SipxInstance.LineCreate() in C:\DevRoot\VS2005\SipXTapiPhone\SipXTapiDotNet\SipXTapiDotNet_VB\SipxInstance.vb:riga 80
in testConsole.SIpClient1.Call() in D:\Lavoro\Sertea\Voip\Nuove librerie VOIP\TEstSiPXApi\testConsole\SIpClient1.cs:riga 50
in testConsole.Program.Main(String[] args) in D:\Lavoro\Sertea\Voip\Nuove librerie VOIP\TEstSiPXApi\testConsole\Program.cs:riga 18
-----------------------
hi,
I have got the same problem. have you got any solutions. if yes do let me know please. Have you tried to Unregister any line. I have tried to but does not gets unregister.
Regards.
Atif Ali Bhatti.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've changed totally the approach. The last update of SipXTapiDotNet is on October 10 2006 so I've downloaded the sources, rewritten in C# (my preferred .NET language) and used the modified C version of sipXTapi: http://code.google.com/p/sipxtapi/
If you need support email me at info(AT)alessandrobenedetti.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I've a problem. When trying to create 2 lines the library return "Failure".
Here is the complete error:
-----------------------
SipXTapiDotNet.SipxException: SipXTapi returned error: Failure
in SipXTapiDotNet.SipxLine.Provision() in C:\DevRoot\VS2005\SipXTapiPhone\SipXTapiDotNet\SipXTapiDotNet_VB\SipxLine.vb:riga 189
in SipXTapiDotNet.SipxInstance.LineCreate() in C:\DevRoot\VS2005\SipXTapiPhone\SipXTapiDotNet\SipXTapiDotNet_VB\SipxInstance.vb:riga 80
in testConsole.SIpClient1.Call() in D:\Lavoro\Sertea\Voip\Nuove librerie VOIP\TEstSiPXApi\testConsole\SIpClient1.cs:riga 50
in testConsole.Program.Main(String[] args) in D:\Lavoro\Sertea\Voip\Nuove librerie VOIP\TEstSiPXApi\testConsole\Program.cs:riga 18
-----------------------
and here is the code:
-----------------------
aSipxInstance = SipxInstance.Create(identity, 5060, 5060, 5061, 10000, 32, "0.0.0.0", false);
aSipxInstance.Connect(true);
int lineNumber = aSipxInstance.LineCreate();
SipxLine line = aSipxInstance.Lines[lineNumber];
line.AddCreditial("*********", "*******+", "sip.*******.it");
int lineNumber2 = aSipxInstance.LineCreate(); // ERROR
-----------------------
Any suggestion?
Thanks.
Alessandro
hi,
I have got the same problem. have you got any solutions. if yes do let me know please. Have you tried to Unregister any line. I have tried to but does not gets unregister.
Regards.
Atif Ali Bhatti.
I've changed totally the approach. The last update of SipXTapiDotNet is on October 10 2006 so I've downloaded the sources, rewritten in C# (my preferred .NET language) and used the modified C version of sipXTapi: http://code.google.com/p/sipxtapi/
If you need support email me at info(AT)alessandrobenedetti.com
Hello
Are you willing to share what you have done with the community?
Thanks