Hi, I'm having trouble setting the ringtone on my Polycom 501. The relevant entry in extensions.conf is: exten => 801,hint,SIP/creative1 exten => 801,1,SetVar(ALERT_INFO="Test") exten => 801,2,Dial(SIP/creative1,20,Ttr) In the sip.cfg: <alertInfo voIpProt.SIP.alertInfo.1.value="Test" voIpProt.SIP.alertInfo.1.class="13"/> and <TEST se.rt.13.name="Test" se.rt.13.type="ring" se.rt.13.ringer="11" se.rt.13.callWait="7" se.rt.13.mod="1"/> It does seem to be sending the proper SIP headers-- Call-ID: 024817d5799c21135a1197c00a4389ef@63.208.156.19 CSeq: 102 INVITE User-Agent: Asterisk PBX Date: Wed, 25 Jan 2006 18:03:32 GMT Alert-Info: "Test" Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Content-Type: application/sdp Content-Length: 245 --But the phone does not actually ring with the class 13 ring (ring 11). It just rings with the default ring. Can anyone help? Thanks!
Mojo with Horan & Company, LLC
2006-Jan-25 12:04 UTC
[Asterisk-Users] Setting ringtone on Polycoms
Have you tried replacing priority 1 with exten => 801,1,SetVar(_ALERT_INFO="Test") ? Moj rivy strauss wrote:> Hi, > I'm having trouble setting the ringtone on my Polycom 501. > The relevant entry in extensions.conf is: > exten => 801,hint,SIP/creative1 > exten => 801,1,SetVar(ALERT_INFO="Test") > exten => 801,2,Dial(SIP/creative1,20,Ttr) > > In the sip.cfg: > <alertInfo voIpProt.SIP.alertInfo.1.value="Test" > voIpProt.SIP.alertInfo.1.class="13"/> > and > <TEST se.rt.13.name="Test" se.rt.13.type="ring" se.rt.13.ringer="11" > se.rt.13.callWait="7" se.rt.13.mod="1"/> > > It does seem to be sending the proper SIP headers-- > > Call-ID: 024817d5799c21135a1197c00a4389ef@63.208.156.19 > CSeq: 102 INVITE > User-Agent: Asterisk PBX > Date: Wed, 25 Jan 2006 18:03:32 GMT > Alert-Info: "Test" > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER > Content-Type: application/sdp > Content-Length: 245 > > --But the phone does not actually ring with the class 13 ring (ring 11). > It just rings with the default ring. > Can anyone help? > > Thanks! > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Mojo <mojo@horanappraisals.com> Office Manger, Horan & Company, LLC (907) 747-6666 x112
I've traditionally configured Polycom IP ringtones via sip.cfg. Look for the sampled_audio section. Here's a good How-to on configuring Polycom IP 500 ringtones. http://www.voipphreak.ca/index.php?serendipity%5Baction%5D=search&serendipit y%5BsearchTerm%5D=ringtones -david gitman On 1/25/06 10:05 AM, "rivy strauss" <rstrauss@capalon.com> wrote:> Hi, > I'm having trouble setting the ringtone on my Polycom 501. > The relevant entry in extensions.conf is: > exten => 801,hint,SIP/creative1 > exten => 801,1,SetVar(ALERT_INFO="Test") > exten => 801,2,Dial(SIP/creative1,20,Ttr) > > In the sip.cfg: > <alertInfo voIpProt.SIP.alertInfo.1.value="Test" > voIpProt.SIP.alertInfo.1.class="13"/> > and > <TEST se.rt.13.name="Test" se.rt.13.type="ring" se.rt.13.ringer="11" > se.rt.13.callWait="7" se.rt.13.mod="1"/> > > It does seem to be sending the proper SIP headers-- > > Call-ID: 024817d5799c21135a1197c00a4389ef@63.208.156.19 > CSeq: 102 INVITE > User-Agent: Asterisk PBX > Date: Wed, 25 Jan 2006 18:03:32 GMT > Alert-Info: "Test" > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER > Content-Type: application/sdp > Content-Length: 245 > > --But the phone does not actually ring with the class 13 ring (ring 11). > It just rings with the default ring. > Can anyone help? > > Thanks! > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I tried it. It didn't work. RS Have you tried replacing priority 1 with exten => 801,1,SetVar(_ALERT_INFO="Test") ? Moj rivy strauss wrote:>>/ Hi, > >/>/ I'm having trouble setting the ringtone on my Polycom 501. />/ The relevant entry in extensions.conf is: />/ exten => 801,hint,SIP/creative1 />/ exten => 801,1,SetVar(ALERT_INFO="Test") />/ exten => 801,2,Dial(SIP/creative1,20,Ttr) />/ />/ In the sip.cfg: />/ <alertInfo voIpProt.SIP.alertInfo.1.value="Test" />/ voIpProt.SIP.alertInfo.1.class="13"/> />/ and />/ <TEST se.rt.13.name="Test" se.rt.13.type="ring" se.rt.13.ringer="11" />/ se.rt.13.callWait="7" se.rt.13.mod="1"/> />/ />/ It does seem to be sending the proper SIP headers-- />/ />/ Call-ID: 024817d5799c21135a1197c00a4389ef at 63.208.156.19 <http://lists.digium.com/mailman/listinfo/asterisk-users> />/ CSeq: 102 INVITE />/ User-Agent: Asterisk PBX />/ Date: Wed, 25 Jan 2006 18:03:32 GMT />/ Alert-Info: "Test" />/ Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER />/ Content-Type: application/sdp />/ Content-Length: 245 />/ />/ --But the phone does not actually ring with the class 13 ring (ring 11). />/ It just rings with the default ring. />/ Can anyone help? />/ />/ Thanks!/
Mojo with Horan & Company, LLC
2006-Jan-25 15:35 UTC
[Asterisk-Users] Setting ringtone on Polycoms
Rivy, my analog to your priority 1 is: exten => 410,1,Set(_ALERT_INFO=RA) So try it without the quotes, I think that might be the problem. If that doesn't work, try prepending the _ again like I am. Other than that, your <alertInfo /> and <TEST /> are constructed exactly like mine. Moj rivy strauss wrote:> Hi, > I'm having trouble setting the ringtone on my Polycom 501. > The relevant entry in extensions.conf is: > exten => 801,hint,SIP/creative1 > exten => 801,1,SetVar(ALERT_INFO="Test") > exten => 801,2,Dial(SIP/creative1,20,Ttr) > > In the sip.cfg: > <alertInfo voIpProt.SIP.alertInfo.1.value="Test" > voIpProt.SIP.alertInfo.1.class="13"/> > and > <TEST se.rt.13.name="Test" se.rt.13.type="ring" se.rt.13.ringer="11" > se.rt.13.callWait="7" se.rt.13.mod="1"/> > > It does seem to be sending the proper SIP headers-- > > Call-ID: 024817d5799c21135a1197c00a4389ef@63.208.156.19 > CSeq: 102 INVITE > User-Agent: Asterisk PBX > Date: Wed, 25 Jan 2006 18:03:32 GMT > Alert-Info: "Test" > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER > Content-Type: application/sdp > Content-Length: 245 > > --But the phone does not actually ring with the class 13 ring (ring 11). > It just rings with the default ring. > Can anyone help? > > Thanks! > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Mojo <mojo@horanappraisals.com> Office Manger, Horan & Company, LLC (907) 747-6666 x112