Page 1 of 1

Calling URL with registered program

Posted: Fri Nov 27, 2015 5:59 pm
by thinkitsimple
Hi,

i want ot call a URL, or some kind of: sip:01738126606@sipgate.de. After calling this, the app on my mac which is registered to handle the sip-protocol, does a phone call.

In other languages i simple can realize this by calling the sip-url like a normal url and the voip-app on my system opens the url.

I think it would help me, if i know how to open http://somewebsite.com in the standard browser of my system.

Re: Calling URL with registered program

Posted: Fri Nov 27, 2015 6:09 pm
by thinkitsimple
Ok, found this solution:

Code: Select all

RunProgram("open", "sip:01738126606@sipgate.de", "")