HylaFAX The world's most advanced open source fax server |
> Hello, > > > Does anyone know of the quickest way to send one fax to > multiple recipients at once via FaxDispatch? > > Can I just do multiple entriess for a number like this: > > > case $CALLID4 in > > > 7705555555 ) FILETYPE=pdf; SENTDO=someone@xxxxxxxxxxxxx > 7705555555 ) FILETYPE=odf; SENDTO=somoeoneelse@xxxxxxxxxxxxxxxxx > > esac > > > ? > > > Thanks! I think you can't do that Here is what I do (succesfully) case "$DEVICE" in tty597IAX) SENDTO=address1@xxxxxxxxxxx,address2@xxxxxxxxxxx; FILETYPE=pdf;; esac just add emails comma separated or you can also use groups, if you want... hope this could help you, ANdrea
Attachment:
smime.p7s
Description: S/MIME cryptographic signature