[asterisk-users] Re: Can I add distinctive ring with asterisk and TDM400?

Brian McEntire brian.mcentire at gmail.com
Tue Apr 17 21:24:50 MST 2007


Thinking I might be able to do this with a context in zapata.conf and
possibly extensions.conf but I'd need some tips.

But just realized I can turn on distinctive ringing for one of the
lines through my VOIP provider. As long as asterisk will pass this
through, it solves my question.

On 4/17/07, Brian McEntire <brian.mcentire at gmail.com> wrote:
> Hello -
> I have a TDM400P with 2 FXO and 2 FXS modules.
>
> Feeding the FXS modules are two VOIP lines which are terminated by
> VOIP adapters and have regular RJ11 wires connecting to the FXS ports.
>
> Since the two different VOIP lines have different phone numbers, and I
> know and can tell asterisk which VOIP line is connected to which FXS
> port, can I cause a distinctive ring on the extensions if a call comes
> in the 2nd VOIP line?
>
> ie, I'd like to ring all extensions when a call comes in either VOIP
> line, but I'd like to give a distinctive ring in the case the call
> came in the 2nd VOIP line.
>
> Here is what I have in extensions.conf right now, which works well,
> except doesn't include any support for distinctive ring:
>
> [globals]
> ALLPHONES=Zap/1&Zap/2
> ;
> ;other stuff
>
> [default]
> ;
> ; other stuff
>
> exten => s,1,NoOp
> exten => s,n,Dial(${ALLPHONES})
> exten => s,n,Hangup
>
>
> I'm not sure if this is something that could/should be implemented in
> extensions.conf or zapata.conf
>


More information about the asterisk-users mailing list