Hi,

here are some hints to get Telify working on Windows.

1. Go to <http://curl.haxx.se/download.html> and download the windows curl 
static binary. I've used the link 
<http://www.gknw.net/mirror/curl/win32/curl-7.21.7-ssl-sspi-zlib-static-bin-w32.zip>.

2. Extract the curl package to your local hard drive. I used c:\tools\curl 
as the "installation" directory.

3. Configure Telify to use the SIP protocol for dialing.

4. Open regedit (remember to use a admin regedit on windows 7) and locate 
the SIP protocol handler under HKEY_CLASSES_ROOT (basicly follow 
<http://www.codepad.de/de/software/firefox-add-ons/telify.html?start=3>,sorry 
only german). The complete path is 
HKEY_CLASSES_ROOT\sip\shell\open\command. Edit the standard entry and enter 
the following command:

"C:\Tools\cURL\curl.exe" -k -X POST -u {user}:{pin} 
https://{sipxecshost}:6666/callcontroller/{user}/%1?timeout=30

Replace {user} with your sipxecs username and {pin} with your pin. Enter 
dns or ip address of you sipXecs host in {sipxecshost}. Use the information 
on <http://wiki.sipfoundry.org/display/sipXecs/Call+Control+Web+Service> to 
debug any problems. Your curl should be able to dial on the command line 
successfully before you try to get Telify working.

5. Click on any telified url and enjoy :)

-- 
 Claas Hilbrecht
 http://www.jucs-kramkiste.de

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to