HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Question: One DDI for each recipient
Hello
Am 2007-09-13 15:57, schrieb joan.porta@xxxxxxx:
I have a 4BRI PCI Card with 100 DDI numbers for the existing hylafax
server.
I want that each Office in my company has its own DDI numer and its
corresponding incoming fax recipient.
How does I have to configure the "Faxdispatch" to do it.
Please have a lock into the xferfaxlog.
When I use MSN, the MSN comes at field $7
so you can/must get it before the input was split
so I use in bin/faxrcvd
# hb beginn 2006-01-04
DESTINATION="$7"
# hb end 2006-01-04
FILE="$1"; shift;
DEVICE="$1"; shift;
COMMID="$1"; shift;
MSG="$1"; shift;
COUNT=1
and now I use in FaxDispatch
case $DESTINATION in
MSN)
SENDTO=
;;
esac
Holger
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*