Matsaki
Registered
I am making a Filemaker database and have a dial button which dials a number from a given field in the softphone X-Lite.
For Windows I use the script:
And if I type sip://telephonenumber in the browser n windows it takes me to X-Lite phone.
But not in OS X 10.5. So I need help to understand how OS X handles sip.
i.e. sip://dial=phonenumber
For Windows I use the script:
Code:
"sip:" & Filter(mediahelp::WorkPhone;"0123456789")
And if I type sip://telephonenumber in the browser n windows it takes me to X-Lite phone.
But not in OS X 10.5. So I need help to understand how OS X handles sip.
i.e. sip://dial=phonenumber