HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: sendpage -p argument
Rex Fowler wrote:
Is there a way to specify the dial number and pin on the command line
without using /etc/pagermap (or whatever PagerIDMapFile says)?
my version is 4.0pl1
ie can I telnet to port 444 and specify something like
PAGE 5551212 123456
instead of
PAGE alias
where "alias" is defined in /etc/pagermap
check if the regular expressions in the pagermap(4F) file
will do what you want; e.g. try
(.*)/(.*) \1/\2
don't know if this will work;
matthias