I've two questions / observations which are related.
It starten when I wanted my SIP client using only TCP for its communication.

Development info:
- Development C/C++ using MSDev 6.0
- SipXtapi, 3.6 stable branche (using provided/pre-builded DLL).

1) Crash when trying to create new SipXtapi instance using TCP only
My code:  lv_Result = sipxInitialize(&lv_hInst, SIPX_PORT_DISABLE, 5060,
SIPX_PORT_DISABLE, 49000);
When it executes, it takes a long time (around 20 seconds) and then I get a
crash out SipXTapi.dll
=> Any idea what goes wrong here?
 ==> it does work however when I both use UDP and TCP (with same and
different values)

2) How do I forcing the use of TCP when both UDP and TCP are used in above
example?
My SIP provider (B2BUA) is listening to 5060 on both UDP and TCP.

With regards,

EiSl
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to