Hi
I want to make a sip call using java SIP api.
is it possible or not. becoz i don't find any java code to initiate
the call using mobile number.
sample code is very helpful.
Thank you.
Ami Patel
Hi
I want to make a sip call using java SIP api.
is it possible or not. becoz i don't find any java code to initiate
the call using mobile number.
sample code is very helpful.
Thank you.
Ami Patel
HI
You can initiate a phone call with PlatformRequest.
Code:platformRequest("tel:+123456789XXXXX");
Y
Hi amipatel,
have you already checked SIP API Developer's Guide? It includes a complete example (downloadable from here too) showing how to initiate/manage SIP sessions.
Also, Form Nokia SIP documentation page contains useful and complete infos about SIP.
Pit