shell - How to control a cisco IP-Phone from the CLI? -


i've cisco ip-phone 7945 , want control cli. example want start command like

call start 12345 #12345 number want call 

or

call cancel 

anybody knows tool or similiar?

i'm writing rails app , want start call within app after action.

the 7945 has web interface permits execution of commands, including "dial" command, authenticated users.

your rails app connect phone @ http://phone-ip-address/cgi/execute , post xml looks this:

<ciscoipphoneexecute>   <executeitem url="dial:12345" /> </ciscoipphoneexecute> 

the authentication done http basic auth , back-end authenticator determined phone system 7945 connected to. if cisco call manager, uses assigned call manager user information.

look ip phone services guides on cisco.com details. quick links:

short answer: it's not cli straightforward program dialer interacting phone on http.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -