Soma, To debug sipXtapi problems, it is probably best to capture the sipXtapi logs files from both clients at DEBUG level -- these are somewhat hard to read, but will tell you which sipXtapi APIs were called, internal errors, and will dump out the sip messages. I recommend looking through those first and then posting those if the problem doesn't become clearer (make sure you delete the logs before your test run to avoid extra noise).
- Bob On Thursday, August 17, 2006, 6:23:27 AM, somasundaram easwaramoorthy wrote: > Here are the attachmentes mentioned in previous email. > regards, > Soma > somasundaram easwaramoorthy <[EMAIL PROTECTED]> wrote: > Hi Fiends, > I have 2 soft phones on 2 pcs. First PC with ip > address 192.168.1.2 has user1 logged in, Second PC > with ipaddress 192.168.1.3 has user2 logged in. The > realm of the users is voiceicon > During login, the soft phones successfully REGISTERs > with the sipxpbx which has an ip address of > 192.168.1.4 > User2 initiates call to User1 by calling > sipXCallCreate(g_hInst,g_hLine,&g_hCall); > and > sipXCallConnect(g_hCall,"sip:[EMAIL PROTECTED]"); > User 1 gets CALLSTATE_OFFERING event and then calls > sipxCallAccept(pCallInfo->hCall) > Right after that the user2 gets a 408 Busy > Here > response > I posted this in the sipx-dev mailing list and Scott looked at > it and identified it as a sip-tapi client problem. > Can some one help me understand what is happening and > how to make the call succeed? I am also attaching the > sipproxy's log and a siplog2siptrace.xml for the same. > Thanks for your help. > regards, > Soma > > > Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. > Great rates starting at > 1ยข/min._______________________________________________ > sipxtapi-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ > > Get your email and more, right on the new Yahoo.com > > Do you Yahoo!? > Next-gen email? Have it all with the all-new Yahoo! Mail Beta. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
