motty.cruz
2012-Aug-27 17:02 UTC
[asterisk-users] Asterisk 1.8.15 distintive ringtone for internal calls
Hello, would like to have distintive ringtone for internal calls, google gave me blurr answer. My extensions are 46**, any calls made within 46** I want to ring differently than external calls. Thanks in advance.
Phil Frost
2012-Aug-27 17:06 UTC
[asterisk-users] Asterisk 1.8.15 distintive ringtone for internal calls
On 08/27/2012 01:02 PM, motty.cruz wrote:> Hello, would like to have distintive ringtone for internal calls, google > gave me blurr answer. > > My extensions are 46**, any calls made within 46** I want to ring > differently than external calls.Assuming you are using SIP handsets, distinctive ring isn't directly an Asterisk feature. Rather, you must consult the documentation for your endpoints, and determine how to signal them to use a different ringer. Usually it involves a SIP header. For an example, I use snom 870 handets, and I have this in my dialplan: SIPAddHeader(Alert-Info: <http://notused.example.com>;info=sales;x-line-id=0) and I've also configured the handsets to associate "sales" with "Ringer 3".