nalio / asterisk-voicemail-for-iphone

Automatically exported from code.google.com/p/asterisk-voicemail-for-iphone
0 stars 0 forks source link

The URL protocol of the ‘CallBack' link needs to be configurable #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Call Back link in the Message Detail screen is hard coded to use the 
‘tel:’ URL protocol.
This protocol is owned by the System, it will only use the Cell phone, it 
cannot be overridden.

As this software is for Asterisk using iPhone owners, the chances are they 
could be using a Voip 
App that has registered a different protocol, which they would prefer to use 
rather than the Cell 
phone for Call Back. 

This is specially important when a message has been left by another extension 
on the Asterisk 
server, as the number may not be recognisable to the Cell provider.

The best solution would be a per-user configuration but it is obviously the 
most complicated.
The next best would be a system-wide configuration in i_settings.php but this 
would assume 
everyone on the system used the same client.

What do you think?

Original issue reported on code.google.com by jerm.qu...@gmail.com on 23 Oct 2009 at 9:38