10-03-2007 12:02 AM - edited 03-13-2019 04:29 PM
I want to send a text message to ip phones active on the asterisk.
I'm not sure if the push phone sample on the sdk will work on asterisk since it uses AXL database query to get the list of IP Address.
I want my application to query the Asterisk database for IP address and push message to those phones.
I'm using PHP to code the application..
Thanks
Danny
10-03-2007 10:03 AM
You can push text and/or audio message to an IP phone group, even if the phones are on asterisk or on CCM simulator. However, you need to manually maintain the list of phones or write a code to grab the phone's IP address. SDK samples use deviceListx.asp to get phone list, which is web page hosted on CCCM
10-04-2007 03:09 AM
I know you can use AXl on CCM but on astrerisk i don't know how to go about writing the code to get the IP Addresses.
I don't want to manually insert the IP address, i want the user to just select the name of that person, click the soft key send.
Your help will be highly appreciated.
Cheers Danny.
10-04-2007 05:17 AM
The only thing you need is phone's IP address to do an HTTP POST of CiscoIPPhoneExecute object. You do not need CCM for pushing text/audio to an IP phone. There should be a way to get Phone's IP address from asterisk.
10-17-2007 12:17 AM
One more thing i need to convert the string that i want to push to the to CIP(IPphoneimage). can u please explain the process as i don't really understand how its done. I need to change the text2cip on the SDk to a ph script ans i'm struggling.
10-17-2007 03:53 AM
It is not always possible to push XML to Cisco IP Phones:
"XML Push is only supported with the SCCP image.
To achieve a dynamic page with the SIP image you can use the http header refresh directive"
So you need the use SCCP firmware in order to be able to push xml to Cisco IP Phones.
See:
http://www.voip-info.org/wiki/view/Asterisk+Cisco+79XX+XML+Services
11-13-2007 01:24 AM
I need to convert my phones back to SCCP image so that i can push messages. The problem is i cannot download the SCCP image files because im registered as a guest on the cisco site. Is there a way i can get the SCCP files?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide