[asterisk-users] Distinctive Ring for SIP?
cfh
llcfhllml at gmail.com
Wed Jul 9 02:31:07 CDT 2008
>
> Does anyone have experience with setting distinctive ring in SIP in such
> a way?
>
I have done this for internal call with
;;;grandstream;;;
exten => _12X,1,Set(_ALERT_INFO=<http://127.0.0.1>\;info=internal)
exten => _12X,2,Dial(SIP/${EXTEN},30,tTr)
http://www.grandstream.com/asteriskfaqs.html
;;;linksys;;;
exten => _1XX,1,SetVar(_ALERT_INFO=Simple-1)
exten => _1XX,2,Dial(SIP/${EXTEN},30,Tr)
;;;polycom;;;
exten => s,n,Set(_ALERT_INFO=Custom 1)
or when it doesnt works best solution is
exten => s,n,,SIPAddHeader(Alert-Info: Custom 1)
http://threebit.net/mail-archive/asterisk-users/msg02875.html
http://www.voip-info.org/wiki/view/Polycom+auto-answer+config
LL
More information about the asterisk-users
mailing list