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

Brian McEntire brian.mcentire at gmail.com
Tue Apr 17 20:53:04 MST 2007


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