[asterisk-users] Distinctive Ring for SIP?
Ira
ira at extrasensory.com
Tue Jul 8 21:24:50 CDT 2008
At 05:04 PM 7/8/2008, you wrote:
>Does anyone have experience with setting distinctive ring in SIP in such
>a way?
On my phones, this changes the ring:
exten => s,n,set(_ALERT_INFO=<Bellcore-dr1>)
exten => s,n,set(_ALERT_INFO=<Bellcore-dr4>)
I use dr1-dr5 for the 5 rings I want.
I also do this to set the called ID and not loose the actual CID:
exten => s,n(prefixCID),Set(CALLERID(Name)=L1_${CALLERID(Name)})
or
exten => s,n(prefixCID),Set(CALLERID(Name)=L2_${CALLERID(Name)})
Ira
More information about the asterisk-users
mailing list