Displaying 1 result from an estimated 1 matches for "incoming_tel".
Did you mean:
incoming_test
2005 Aug 02
2
How to let ZAPHFC work with and act on different incoming MSNs?
...uld like to tell the driver that it should jump to different
places in the dial plan depending on the MSN number which was used by
the caller.
I have this working with a Teles ISA card, see config below (numbers
are changed because I dont want everybody to call me;-) )
In modem.conf
======
context=incoming_teles
group=>0
msn=402911101
msn=402911102
device => /dev/ttyI0
device => /dev/ttyI1
======
In extensions.conf:
======
[incoming_teles]
exten => s,1,Goto(spiriimpuls,s,1)
exten => 4029111101,1,Goto(context1,s,1)
exten => 4029111102,1,Goto(context2,s,1)
======
With the ZAPHFC driver i...