View Single Post
Unread 08-29-2007, 05:28 AM   #23
craig
 
Join Date: Feb 2006
Posts: 243
Thanks: 8
Thanked 130 Times in 72 Posts
craig is a jewel in the roughcraig is a jewel in the roughcraig is a jewel in the rough
Default

Quote:
Originally Posted by kurun View Post
How will a number like *010-34567 or **473*266-300 be handled ?
That would pass through *01034567 and **473*266300 respectively. ie. we don't strip asterisks. (Maybe I should strip all asterisks except the leading one?)

Note that the version of VoxFox that the beta-testers are using currently has a bug where it is stripping the asterisks. That has already been fixed in my dev environment.

Quote:
Is it possible to include a SIP address in the form:
sip:ABC123@sip.joesvoip.net
That one passes through untouched as VoxFox recognises it as a SIP URI. However, there is currently a limitation of the web call-back that it doesn't support SIP URIs. When that limitation is removed, though, I don't want people to have to re-download VoxFox, so I plan to build-in support for it now.

Hope that helps.

--
Craig
craig is offline   Reply With Quote