Moritz Winterberg wrote:
> Could anybody tell me how to set the senders phone number ? Is this
> possible at all with an
> "analog modem" setup ?
Assuming that the sender's phone number will not change then you can
just use:
ModemResetCmds: AT+iO<number>
If the sender's phone number will change based on the job owner then you
can use JobControl to modify:
ModemDialCmd: "AT+iO<number>\nATDT%s"
If the sender's client software needs to be able to specify the sender's
phone number (as the number may vary with the same job owner) then you
could do it with various custom job id tricks and JobControl, or in
HylaFAX+ there is a modem config option:
ModemSetOriginCmd: AT+iO%d
that can be used to allow the client (like sendfax) to submit the
sender's number (sendfax -W <number>) and for it to be invoked when
sending.
Lee.