Hey everyone!
Somebody asked me how to set up a distinctive ring for internal calls (between local extensions) and I wasn't sure.
After some goggling, I found that Yealink phones at least can support distinctive ring by setting Alert-Info in the SIP packet:
http://support.yealink.com/faq/faqInfo?id=213
FreeSWITCH of course has a variable alert_info to allow you to set it:
https://freeswitch.org/confluence/display/FREESWITCH/Variables
My real question is which dialplan would be best to put this in and how would you have it differentiate between local calls so it knows to add the alert-info string and not to do it when it's an external call?
Thanks!
Somebody asked me how to set up a distinctive ring for internal calls (between local extensions) and I wasn't sure.
After some goggling, I found that Yealink phones at least can support distinctive ring by setting Alert-Info in the SIP packet:
http://support.yealink.com/faq/faqInfo?id=213
FreeSWITCH of course has a variable alert_info to allow you to set it:
https://freeswitch.org/confluence/display/FREESWITCH/Variables
My real question is which dialplan would be best to put this in and how would you have it differentiate between local calls so it knows to add the alert-info string and not to do it when it's an external call?
Thanks!