Saturday 15 March 2014

android - SIP calls without SIP client -



android - SIP calls without SIP client -

i building application using html5 php restful service. app converted apk , ipa using cordova/phonegap. need implement sip phone call (click call) feature.

i have set kamailio sip server. sip address pre-registered , allocated users.

to address (sip address) embedded on hyperlink, clicking on should initiate sip phone call between 2 sip address (caller , callee). have sound phone call feature in application.

i don't need sip client (we don't have dial feature). can create sip calls without sip client? help appreciated.

thanks.

can create sip calls without sip client?

by definition, no. sip client talks sip server. not different http client talking http server, or smtp client talking smtp server, or imap client talking imap server, or ssh client talking ssh server, etc.

on android, if user has configured sip client, , if sip client supports sip: scheme, might able initiate phone phone call sip endpoint, though guess require custom cordova plugin. cannot speak might possible on ios. not know if there html5/javascript sip client integrate, though surprised if there one.

android iphone cordova sip

No comments:

Post a Comment