I want to know, if it is possible to check the status of the VoIP client on borad?
registered, during call, offline, etc.
Is there any API or key to do it?
Thanks
Pai
I want to know, if it is possible to check the status of the VoIP client on borad?
registered, during call, offline, etc.
Is there any API or key to do it?
Thanks
Pai
Last edited by paipeng; 2008-04-21 at 15:35.
OK, with examples above I can check the incoming and outgoing VoIP calls.
But, how can I know, if the phone is registered on a VoIP server, or not?!
Hi,
I think using public APIs you can only check which SIP profiles are registered and not the status of VoIP connection.
If this is an important feature, you can always try API partnering.
BR,
Juhana
Last edited by juhanak; 2008-04-28 at 20:30.
OK, I found out how to:
http://wiki.forum.nokia.com/index.ph...Indicators_API
with one example:
http://wiki.forum.nokia.com/index.ph...CallStatus.zip
Only one thing: it hat not notify to the change of the status, only synchron call. So normally a timer should be need to notify the changing of the status.