Hi,All
What is the correct process of PlaceCall function. My activex .ocx test
file can't register the line,REGISTER TIMEOUT.
this is my process
placeCall("xxx.xxx.xxx.xxx", "\"mysip301\"<sip:[EMAIL PROTECTED]>", "209",
"209", "209")
sipxLineAdd(g_hInst1, szFromIdentity, &g_hLine);
sipxLineRegister(g_hLine, true);
just to wait success or retry this step?
sipxCallCreate(g_hInst1, g_hLine, &g_hCall);
dumpLocalContacts(g_hCall);
sipxConfigGetLocalContacts(g_hInst1, &address, 1,
&numAddresses) ;
sipxCallConnect(g_hCall, szSipUrl);
Thanks for your help!
Best Regards!
Yingkai_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/