How to Specifify a ringtone based on Caller ID FROM
Moderator: Brekeke Support Team
-
- Posts: 13
- Joined: Fri Jul 10, 2009 6:39 am
- Location: Indiana
How to Specifify a ringtone based on Caller ID FROM
1. Brekeke Product Name and version:
2. Java version:
3. OS type and the version:
4. UA (phone), gateway or other hardware/software involved:
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem:
I would like to set a ring tone on a cisco 7925 handset based on Caller ID, does anyone know how to push this command across Brekeke? example: we are integrated with Rauland Nurse Call system R5. When caller id states Ex. RM404 Code Blue (Caller ID), i want to search the caller ID Text for "Code Blue" and specifify the ring tone on the handset.
Thanks in advance!!!
Brad
2. Java version:
3. OS type and the version:
4. UA (phone), gateway or other hardware/software involved:
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem:
I would like to set a ring tone on a cisco 7925 handset based on Caller ID, does anyone know how to push this command across Brekeke? example: we are integrated with Rauland Nurse Call system R5. When caller id states Ex. RM404 Code Blue (Caller ID), i want to search the caller ID Text for "Code Blue" and specifify the ring tone on the handset.
Thanks in advance!!!
Brad
I think.. Cisco 79xx supports "Alert-Info" from the firmware version 6.0.
Here is a sample DialPlan rule..
=========================================
[Matching Patterns]
$request = ^INVITE
From = Code Blue
[Deploy Patterns]
Alert-Info = <file://Bellcore-dr1/>
=========================================
Here is a sample DialPlan rule..
=========================================
[Matching Patterns]
$request = ^INVITE
From = Code Blue
[Deploy Patterns]
Alert-Info = <file://Bellcore-dr1/>
=========================================
https://www.cisco.com/c/en/us/td/docs/v ... mering.pdf
Refer to the above Cisco's doc.
It said
Refer to the above Cisco's doc.
It said
For local SIP endpoints, the type of ring sound requested is signaled to the phone using an alert-info signal.