zuerst vielen dank fur nen KLASSE software, einfach einsame spitze und ich wuensche einen neuen frohes Jahr fuer alle
ein auszug aus http://tools.ietf.org/html/rfc3966
oder hier http://en.wikipedia.org/wiki/URI_scheme7.3. Why "tel"?
"tel" was chosen because it is widely recognized that none of the
other suggestions appeared appropriate. "Callto" was discarded
because URI schemes locate a resource and do not specify an action to
be taken. "Telephone" and "phone" were considered too long and not
easily recognized internationally.
7.4. Do Not Confuse Numbers with How They Are Dialed
As an example, in many countries the E.164 number "+1-212-555-3141"
will be dialed as 00-1-212-555-3141, where the leading "00" is a
prefix for international calls. (In general, a "+" symbol in E.164
indicates that an international prefix is required.)
8. Usage of Telephone URIs in HTML
Links using the "tel" URI SHOULD enclose the telephone number so that
users can easily predict the action taken when following the link
Dial <a href="tel:+1-212-555-0101">+1-212-555-0101</a> for
assistance.
is mir egal ob manche lieber vollen callto: aber ich werde es begruessen wenn es moeglich ist dein callto handling anzupasssen oder ein neuen zu machen fuer tel:
callto:
- ist nicht ofiziel (dH nicht registriert bei IANA)
- nicht fertig
- nicht komplet dokumentiert
"%1" = "+123456" ist definiert und ich rufe diese ziele aus:
leider MyPhoneExplorer ruft dann ohne + (plus zeichen) nur "123456"MyPhoneExplorer.exe action=dial number="%1"
kommt alles moegliche raus oder auch nummer in format "4949xxxxxxx" statt "+49xxxxxxx"
wenn ich schreibe
MyPhoneExplorer ruft dann mit + (plus zeichen) dH richtig "+123456"MyPhoneExplorer.exe action=dial number=+"%1"
ich moechte da es richtig funktioniert wenn da eine inlandische oder auslandische nummer ist dH wenn da in der variable "%1" eine nummer steht "+4989xxxxxxx" sollte sie auch so weiter gegeben werden zum handy
vielen dank fuer verstaendnis im vorraus

