HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: couple of Q's



On Sat, 31 May 1997 joe@odel.on.ca wrote:

> 
> I looked the FAQ and mailing list archives but I couldn't find the answer
> to these questions, I apologize sincerely if these questions have been
> answered already.
> 
> I was wondering what is the bare minimum I need to setup a network station
> to send outgoing faxes to a central server which already has HylaFAX
> installed. Should I install the whole package on the network
> station (Linux laptop) and be done with it? Thanks in advance,
> joe

It looks like you will have to build the entire package, but you
only need to install the client portion (make installClient).
If you install my client patch then "faxsetup -client" will work correctly.
Don't forget to set your FAXSERVER environment variable on the client
and add the client to the .../spool/etc/hosts file on the server.

> 
> 
> Joe Murray			|    	 
> Systems 			| 
> O'Dell Engineering Ltd. 	|
> Voice: 519 740 8620		|
> Fax:   519 740 9483		|
> joe@odel.on.ca			|
> http://www.odel.on.ca		|
> 
> 

--
Tim Rice			Multitalents	(707) 887-1469 (voice)
tim@trr.metro.net
Content-Type: TEXT/PLAIN; charset=US-ASCII; name="client.patch"
Content-ID: <Pine.ASV.3.96.970601110909.9621B@trr.metro.NET>
Content-Description: 

*** Makefile.in.old	Tue Nov 26 15:20:19 1996
--- Makefile.in	Tue Feb 25 10:25:08 1997
***************
*** 241,247 ****
  makeClientDirs::
  	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
  	    -idb hylafax.sw.client -dir \
! 	    ${BIN} ${LIBDATA} ${LIBEXEC}
  makeServerDirs::
  	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
  	    -idb hylafax.sw.server -dir ${SBIN};
--- 241,247 ----
  makeClientDirs::
  	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
  	    -idb hylafax.sw.client -dir \
! 	    ${BIN} ${LIBDATA} ${LIBEXEC} ${SBIN}
  makeServerDirs::
  	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
  	    -idb hylafax.sw.server -dir ${SBIN};
***************
*** 341,347 ****
  	else \
  	    true; \
  	fi
! 	@for i in util man; do \
  	    (${ECHO} "= "$$i; cd $$i; ${MAKE} installClient); \
  	done
  	@if [ "@DSO@" != no ]; then \
--- 341,347 ----
  	else \
  	    true; \
  	fi
! 	@for i in etc util man; do \
  	    (${ECHO} "= "$$i; cd $$i; ${MAKE} installClient); \
  	done
  	@if [ "@DSO@" != no ]; then \
*** etc/Makefile.in.old	Tue Nov 26 15:20:30 1996
--- etc/Makefile.in	Tue Feb 25 10:14:13 1997
***************
*** 99,104 ****
--- 99,111 ----
  	    ${PUTSERVER} -F /etc/config -m 644 -src config.fax -O fax; \
  	fi
  
+ installClient: default
+ 	${PUTSERVER} -F ${SBIN} -m 755 -src faxsetup.sh -O faxsetup
+ 	for i in bsdi irix linux; do \
+ 	    ${PUTSERVER} -F ${SBIN} -m 755 \
+ 		-src ${SRCDIR}/faxsetup.$$i -O faxsetup.$$i; \
+ 	done
+ 
  #
  # These targets are created during the configuration procedure.
  #
*** etc/faxsetup.sh.in.old	Tue Nov 26 15:20:33 1996
--- etc/faxsetup.sh.in	Tue Feb 25 10:53:17 1997
***************
*** 1298,1304 ****
  EOF
      boom
  fi
! dumpPromptFuncs >&5
  
  #
  # Prompt the user for a string that can not be null.
--- 1298,1306 ----
  EOF
      boom
  fi
! if onServer; then
!     dumpPromptFuncs >&5
! fi
  
  #
  # Prompt the user for a string that can not be null.
***************
*** 2242,2245 ****
  Note ""
  Note "Done verifying system setup."
  
! $RM $JUNK; exit 0
--- 2244,2250 ----
  Note ""
  Note "Done verifying system setup."
  
! if onServer; then
!     $RM $JUNK
! fi
! exit 0
X-Sender: cw.cans@earthlink.net
X-Mailer: Windows Eudora Pro Version 3.0 (32)
Date: Sun, 01 Jun 1997 15:25:40 -0400
To: flexfax@sgi.com
From: Christopher Che <chris@erx.com>
Subject: SENDPAGE to ordinary paging company
Sender: owner-flexfax@celestial.com

Hello all,

I have been trying to use the SENDPAGE feature of hylaFAX with no success.
I have setup the etc/pagermap like below:

chris     98015111

The pager is not alphanumeric pager.
So I invoke the sendpage like:

sendpage -n -p chris 9334237
where is '9334237' is the number that I want to display on the pager screen.

Here is the log:
May 31 16:03:54.40: [28240]: SESSION BEGIN 00000842 151098015111
May 31 16:03:54.40: [28240]: SEND PAGE: JOB 792 DEST 98015111 COMMID 00000842
May 31 16:03:54.40: [28240]: DELAY 2600 ms
May 31 16:03:57.01: [28240]: <-- [15:ATE0V1Q0S0=0H0\r]
May 31 16:03:57.25: [28240]: --> [14:ATE0V1Q0S0=0H0]
May 31 16:03:57.25: [28240]: --> [2:OK]
May 31 16:03:57.25: [28240]: <-- [21:ATS8=2S7=60&E4&D3&C1\r]
May 31 16:03:57.49: [28240]: --> [2:OK]
May 31 16:03:57.49: [28240]: <-- [7:ATL1M1\r]
May 31 16:03:57.73: [28240]: --> [2:OK]
May 31 16:03:57.76: [28240]: <-- [12:AT+FCLASS=0\r]
May 31 16:03:58.09: [28240]: --> [2:OK]
May 31 16:03:58.09: [28240]: DIAL 98015111
May 31 16:03:58.09: [28240]: <-- [14:ATDT98015111@\r]
May 31 16:05:19.00: [28240]: --> [10:NO CARRIER]
May 31 16:05:19.00: [28240]: PAGE FAILED: No carrier detected
May 31 16:05:19.00: [28240]: <-- [5:ATH0\r]
May 31 16:05:19.34: [28240]: --> [2:OK]
May 31 16:05:19.34: [28240]: SESSION END

I don't know why Sendpage do not try to send the numeric tones once the
modem has dialed the pager company's number successfully. In stead, it 
complain that theere is 'no carrier'.

Is sendpage need a modem to answer the senpage call ?
In manpage it mentioned something about some standard that the pager company
need to comply before sendpage will work.
I thought I can use sendpage to dail a pager number just like a human does.
Am I missing some fundamental concepts here ?

Thanks for the attention.


Christopher Che

E-Script, LLC            Tel: 510 933-4237  Fax: 510 691-8648  
Email: chris@erx.com     Web: http://www.erx.com




Project hosted by iFAX Solutions