Hi all,
I am developing third party SIP based VOIP Client for S60 3rd Edition and 5th Edition. I am able to make outgoing calls from my application to XLITE SIP client and SIP Communicator along with Media. I am using Nokia N95 for 3rd Edition and Nokia X6 for 5th Edition.
Here comes the issue, When i try calling from XLITE SIP client to my application running in Nokia N95,i dont see any incoming INVITE to my application, but i am able to see INVITE received to the Nokia N95 assigned IP Address with help of Wireshark protocol analyzer tool.
I have referred SIP client resolver plugin provided in SIPExample application and changed the capabilties so that the Nokia SIP Stack shall check and route the incoming requests to my application.
Capabilities as follows
"<SIP_CLIENT ALLOW_STARTING=\"YES\">
<SIP_HEADERS>
<ACCEPT value=\"application/sdp\"/>
<ACCEPT value=\"\\\"/>
</SIP_HEADERS>
<SDP_LINES>
<LINE name=\"m\" value=\"application 0 RTP/AVP THIRDPARTY\"/>
</SDP_LINES>
</SIP_CLIENT>"
Nokia N95 Observations - After disabling the inbuilt VOIP client and only my SIP based VOIP Client application is running
1. Incoming INVITE is not received to my application
2. 100 Trying and 488 Not Acceptable is sent by SIP stack itself back to SIP Server and call is cancelled
Nokia X6 Observations - There is no VOIP Client bundled along with this phone as per my knowledge
1. Incoming INVITE is not received to my application
2. 100 Trying is sent by SIP Stack itself back to SIP Server
3. 408 Request Timed out is sent by SIP Server and call is cancelled
Questions:
1. Is there any problem in above pasted capablities XML?
2. Why there is difference in behaviour between Nokia N95 and Nokia X6?
3. Why the incoming INVITE is not routed to my application?
Can any person who has experienced this problem, please throw some of your suggestions and solutions
Regards,
adhilu



