cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
987
Views
10
Helpful
2
Replies

SPA504G CTI integration.

CSCO11178125
Level 1
Level 1

Hello all!

 

I want to manage SPA504G via CTI interface, but i can't find documentation on cisco.com.

Could you help me to find description of this interface?

BR

Denys

 

2 Replies 2

matthewkhil
Level 1
Level 1

I'm not sure if this counts as CTI interface, but you can do an HTTP POST to get the phone to perform certain actions like making a call, for example in Ruby:

#!/usr/bin/ruby
require 'rest_client'
url = "http://<phoneip>/CGI/Execute"
xml = "XML=<CiscoIPPhoneExecute><ExecuteItem URL=\"Dial:10221284332\" /></CiscoIPPhoneExecute>"
raw = RestClient.post url, xml , {:content_type => :xml}

Dan Lukes
VIP Alumni
VIP Alumni

CTI is not so specific description.

Read my comment under  Call Ctrl - Click to Dial & Call Manager for SPA301, SPA303, SPA525G, SPA525G2, SPA509G, SPA508G, SPA504G, SPA502G & SPA501G and SPA962, SPA942 & SPA922

It reveal some "secrets" related to Cisco's CTI.