Displaying 1 result from an estimated 1 matches for "spiriimpuls".
2005 Aug 02
2
How to let ZAPHFC work with and act on different incoming MSNs?
...s 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 it seems that it reacts on every MSN number on
that line and it always goes to the 's' extension in the specified
context, it does not make use of the MSN id.
How to...