Hi RickL The iPhone uses "tel:" for diallable phone numbers. Here's the documentation:
https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html I've not tried it, but it seems that Android uses the same standard: https://developer.android.com/guide/components/intents-common.html#Phone So, you should be able to create a phone number link with: [ext[tel:+123]] or [ext[tel:+123|call "123" as a phone number]] Best wishes Jeremy On Tue, Sep 16, 2014 at 5:01 PM, Stephan Hradek <[email protected]> wrote: > You have to check the protocol name the phone expects. For Lync for > example, I did this by using "sip:" if I remember correctly. > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

