Jump to content

Archiv: How to see canonical with plus in Swyxit


Tom Wellige
 Share


Recommended Posts

The following forum topic is restored from the Swyx Forum Archive (2007-2014)

 

Quote

2013-11-06 17:53:07, Markgrote

 

Hallo,

Is it possible to get the number in the display from Swyxit in canonical with plus instate of 0 + national (screenshot)

 

B7jmzvjNOtIbAAAAAElFTkSuQmCC

 

We want that because our web bases CRM is filled with numbers that are in canonical with plus format and we want to use web extension to open a AccountCard.

 

 

Quote

2013-11-07 20:31:19, Tom Wellige

 

You can't change the number presentation within SwyxIt!.

If you have the chance to setup some ASP web page you could convert the number with a little bit of VBScript by yourself. Something like:


sNumber = Request.QueryString("number")
if Left(sNumber, 2) = "00" then sNumber = "+" & Right(sNumber, Len(sNumber)-2)
Response.Redirect "http://target_url/?number=" & sNumber

Regards, Tom

 

 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.