Is it possible to allow distinctive rings work for FXS ports as well? I need a certain FXS extension to ring a distinctive double ring. I modified zapata.conf appropriately for dring1,dring2 and it just Seems to ignore my updates. Do distinctive rings only work for FXO ports? Paul Seniuk -------------- next part -------------- A non-text attachment was scrubbed... Name: Paul Seniuk.vcf Type: application/octet-stream Size: 2406 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040902/e7775b08/PaulSeniuk.obj
On 1 Sep 2004 at 23:57, paul@freestylenetworks.com wrote:> Is it possible to allow distinctive rings work for FXS ports as well? > > I need a certain FXS extension to ring a distinctive double ring. > > I modified zapata.conf appropriately for dring1,dring2 and it just > Seems to ignore my updates. > > Do distinctive rings only work for FXO ports?I'm assuming you want to _send_ distinctive ringing to the FXS port...i.e. make the phone ring differently. If so, just put r1, r2, r3 or r4 at the end of your dial line in extensions.com (before the closing brackets). Matt Riddell
Thanks for the tip. Zapata.conf: dring1=325,0,0 dring1context=buzzer dring2=95,95,0 dring2context=default ;dring3=95,95,95 ;dring3context=local Here is my 'default' dial: exten => s,5,Dial(Zap/3,30,r2&SIP/5551234,30,r2) When I try dialing in, it ends up just ringing as normal no matter what I do. Verbose output doesn?t show anything of interest either. ? Paul Seniuk -----Original Message----- From: matt.riddell [mailto:matt.riddell@sineapps.com] Sent: September 2, 2004 4:43 PM To: asterisk-users Subject: Re: [Asterisk-Users] Distinctive rings On 1 Sep 2004 at 23:57, paul@freestylenetworks.com wrote:> Is it possible to allow distinctive rings work for FXS ports aswell?> > I need a certain FXS extension to ring a distinctive double ring. > > I modified zapata.conf appropriately for dring1,dring2 and it just > Seems to ignore my updates. > > Do distinctive rings only work for FXO ports?I'm assuming you want to _send_ distinctive ringing to the FXS port...i.e. make the phone ring differently. If so, just put r1, r2, r3 or r4 at the end of your dial line in extensions.com (before the closing brackets). Matt Riddell _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
That did it ...thanks Matt, you rock. Paul Seniuk -----Original Message----- From: matt.riddell [mailto:matt.riddell@sineapps.com] Sent: September 2, 2004 7:07 PM To: asterisk-users Subject: RE: [Asterisk-Users] Distinctive rings On 2 Sep 2004 at 18:36, paul@freestylenetworks.com wrote:> > Thanks for the tip. > > Zapata.conf: > > dring1=325,0,0 > dring1context=buzzer > dring2=95,95,0 > dring2context=default > ;dring3=95,95,95 > ;dring3context=local > > Here is my 'default' dial: > exten => s,5,Dial(Zap/3,30,r2&SIP/5551234,30,r2)This should be: exten => s,5,Dial(Zap/3r2,30&SIP/5551234,30) (I'm not sure about distinctive ringing for the SIP interface) Matt> > > When I try dialing in, it ends up just ringing as normal no matter > what I do. > > Verbose output doesn?t show anything of interest either. > > ? > > > Paul Seniuk > > > > > -----Original Message----- > From: matt.riddell [mailto:matt.riddell@sineapps.com] > Sent: September 2, 2004 4:43 PM > To: asterisk-users > Subject: Re: [Asterisk-Users] Distinctive rings > > > On 1 Sep 2004 at 23:57, paul@freestylenetworks.com wrote: > > > Is it possible to allow distinctive rings work for FXS ports as > well? > > > > I need a certain FXS extension to ring a distinctive double ring. > > > > I modified zapata.conf appropriately for dring1,dring2 and it just> > Seems to ignore my updates. > > > > Do distinctive rings only work for FXO ports? > > I'm assuming you want to _send_ distinctive ringing to the FXS > port...i.e. make the phone ring differently. > > If so, just put r1, r2, r3 or r4 at the end of your dial line in > extensions.com (before the closing brackets). > > Matt Riddell > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users