cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
661
Views
0
Helpful
1
Replies

iOS - URL scheme/trigger to a call

hqm007
Level 1
Level 1

I'm now developing an ios app, when click on a phone number, it needs to transfer to jabber, and trigger to give a call with this number.

I know I need to describe a uri scheme like "xmpp:{phone number}"  , but I don't know the exact, does anybody know this?  

what is the exact scheme uri of app transfer to jabber and trigger to give a call .

1 Reply 1

Alexander Stevenson
Cisco Employee
Cisco Employee

Hello @hqm007,

 

I believe this community discussion will be helpful:

https://community.cisco.com/t5/audio-and-video-endpoints/jabber-video-ipad-custom-url-scheme/td-p/3518870

 

Jabber also has SDKs; see more at the Audio and Video Endpoints Knowledge Base:

https://community.cisco.com/t5/collaboration-knowledge-base/audio-and-video-endpoints-knowledge-base/ta-p/4304415

 

Finally, I found this code sample for Cisco Jabber URI in iOS Apps in the depths of the Internet but I'm not sure of its reliability:

https://divyen.wordpress.com/2013/09/09/cisco-jabber-uri-in-ios-apps/

 

Good luck on the iOS app!