
Originally Posted by
MSchroettle Try this for outbound calls:
Dialing phone numbers is a breeze, if you have TAPI installed.
just add "phone:" as a url handler to the respective view.html files...
With Skype or other IP telephony the URL handler might be "callto://" instead of "phone:"
Note the two slashes are NOT needed with "phone:"...
i.e. listview.html in module contacts:
<td valign=TOP class="{ROW_COLOR}S1" bgcolor="{BG_COLOR}" nowrap><slot><a href="{URL_PREFIX}phone:{CONTACT.PHONE_WORK}" class="listViewTdLinkS1">{CONTACT.PHONE_WORK}</slot></td>
You can do this in every ...view.html you like to activate your phone numbers for immediate dialing...
For the other features (locating a contact on an incoming call, etc.)
I'd be curious to learn, if anyone else has a solution already...
Thanks - have fun :-)
Michael
Bookmarks