| < Previous by Date | Date Index | Next by Date > |
| Thread Index |
|
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:301@xxxxxxxxxxxxxxx>", "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
|