04-04-2014 09:50 AM - edited 03-16-2019 10:22 PM
Hello, I have a request that when you push a button fron an IP phone, notify with an audible sound to another phone, like a silent alarm, on calling side the phone must be silent at all time, on mute and speaker off.
Can someone give some ideas how could make it work, it will be helpful.
Regards,
Juan Carlos Arias
04-04-2014 11:29 AM
You mean that when any button on phone a is pressed, phone b gets alerted via an audible sound? ...or same but when a specific button is pressed like for some sort of silent alarm type purpose?
04-04-2014 11:35 AM
Yes Will, that's exactly what I'm looking for, any ideas how to configure it??
Regards,
04-04-2014 11:56 AM
No idea unfortunately but am curious if anyone else has seen something like this. If it's a single specific button press that triggers an alert, then maybe a custom phone service. If any button press should trigger the alert, absolutely no idea. There's certainly not any native functionality for either option.
sorry,
will
04-04-2014 11:58 AM
duplicate
04-04-2014 12:01 PM
Will, you said that a custom phone service to send text/audio only to phone b it's possible?? Have you done this?? Is there a way that you could share how you did it??
Any button or a specific button, that's not important by now.
04-04-2014 12:18 PM
Here's the devnet page for ip phone services:
https://developer.cisco.com/web/ipps/home
I'd guess you'd be looking for something like on a custom softkey within your phone service:
https://developer.cisco.com/fileMedia/download/0d2f0d08-c7a4-48b9-8bc2-0bf69ab27382#G6.1040919
Point that softkey url to your web server which when that key is pressed, fires off an ipphoneexecute instruction to phone b:
https://developer.cisco.com/fileMedia/download/0d2f0d08-c7a4-48b9-8bc2-0bf69ab27382#G6.1033858
(there's an example at the end of the ipphoneexecute section which plays an alert wav file)
I could whip up a proof of concept to do that, but it's friday afternoon here so it probably won't be until next week. You could also do this via cti maybe - then you could trigger on any phone event I'd guess. But that would definitely be more involved then a simple phone service.
cheers,
will
04-06-2014 07:19 PM
Hello Will,
Thanks for your links, I'll start making some test.
04-10-2014 03:52 AM
single wire informacast might help here you can send chimes / text to 1 or many phones on schedules and manually
http://www.singlewire.com/informacast.html
basic functionality comes bundled with a be6k
04-09-2014 05:24 PM
Hello Will, on the second step where you tell me to "point the softkey url to your web server which when that key is pressed, fires off an ipphoneexecute instruction to phone b", I'm confuse here how to push the instructions to phone b, cause it dials to extension 122, but the other instructions are executed on phone a, this is what I got:
<CiscoIPPhoneExecute>
<ExecuteItem Priority="0" URL="Dial:122"/>
<ExecuteItem Priority="0" URL="Play:Drums1.raw"/>
<ExecuteItem Priority="1" URL="http://192.168.251.99/textmessage.xml"/>
</CiscoIPPhoneExecute>
Can you give me some ideas how to make this work.
Regards,
Juan Carlos
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