Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'International dialing' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
International dialing
Authored by: oliverlangan on Aug 17, '05 03:57:55PM

The +1 is being added in the script, on the line:

    get URL "callto:+1" & s

One way to get correct international dialing would be to remove that +1; however that assumes that all the US numbers in your Address Book already have +1 prepended to them. A more useful solution would be to check the number string for the presence of '+' or '+1' or '1' or any other digit, and behave differently according to each case (do nothing in the first two cases, prepend '+' in the third case, and preped '+1' in the fourth case).

I will probably write this addition, but I can't check it out without skype (work doesn't let it through). Actually, I can: but I am busy. That is 'home' work.

Very useful hint, btw!

o



[ Reply to This | # ]