Hello!

I was using this code snippets for rxfax. But that really doesn't work.
http://www.callweaver.org/wiki/Faxing+With+CallWeaver

With your CODE everything works fine - also the latest 
callweaver-RC-1.1.99.20070910 works now FINE. I've only patched it 
against the latest spandsp 0.4pre8.

Stefan

Checkov, Andrew schrieb:
> Hello allied,
> 
> Monday, September 10, 2007, 3:18:22 PM, you wrote:
> 
> aigSP> Hello!
> 
> aigSP> I've now tried SVN 2932 for me it also doesn't work at all with T38.
> 
> =>>
> aigSP> Sep 10 13:08:47 DEBUG[3055066032] app_rxfax.c: Could not answer channel
> aigSP> 'SIP/0511515182-6f4f'
> aigSP> Sep 10 13:08:47 WARNING[3055066032] app_rxfax.c: Unable to start FAX
> 
> On my servers I send incoming call to the following context:
> 
> [from-internal-fax]
> exten => 999,1,SetVar(EMAILADDR="[EMAIL PROTECTED]")
> exten => 999,2,Wait(1)
> exten => 999,n,Answer
> exten => 999,n,Wait(1)
> exten => 999,n,Set(CID=${CALLERID(num)})
> exten => 999,n,SipT38SwitchOver()
> exten => 999,n(s3),Set(FAXFILE=${UNIQUEID})
> exten => 999,n,Set(FAXPATH=/usr/local/var/spool/callweaver/fax/)
> exten => 999,n,Set(FAXPAGES=0)
> exten => 999,n,RxFAX(${FAXPATH}${FAXFILE}.tif,debug,ecm)
> exten => 999,n,GotoIf,$["${FAXPAGES}" = "0"] ? s20
> exten => 999,n(s7),NoOp(REMOTE=\"${REMOTESTATIONID}\" PAGES=${FAXPAGES} 
> BITRATE=${FAXBITRATE} RESOLUTION=${FAXRESOLUTION})
> exten => 999,n,Set(OFAXPAGES=${FAXPAGES})
> exten => 999,n,Set(FAXPAGES=0)
> exten => 999,n,System(FAXFILE=${FAXFILE} FAXPATH=${FAXPATH} 
> EMAILADDR=${EMAILADDR} REMOTESTATIONID=\"${REMOTESTATIONID}\" 
> FAXPAGES=${OFAXPAGES}
> exten => FAXBITRATE=${FAXBITRATE} FAXRESOLUTION=${FAXRESOLUTION} 
> FAXSENDER=\"${CID}\" /usr/local/sbin/fax2pdf.sh)
> exten => 999,n,Wait,1
> exten => 999,n,Playback(your-msg-has-been-saved)
> exten => 999,n,Wait,1
> exten => 999,n,Goto(999,s3)
> 
> exten => 999,n(s20),Wait,1
> exten => 999,n,Playback(nothing-recorded)
> exten => 999,n,Wait,1
> exten => 999,n,Hangup
> 
> exten => h,1,GotoIf,$["${FAXPAGES}" = "0"] ? 3
> exten => h,2,Goto(999,s7)
> exten => h,3,NoOp
> 
> and it works perfect with all my T38 SIP gateways and ATAs - Linksys
> 2102/3102, Grandstream, Welltech, Cisco and Addpac.
> 
> I use Centos 4.5 - you can get one-click-install distro here
> 
> www.asterroid.com
> 
> CallWeaver in this distro is managed by Thirdlane PBX Manager - it's a
> commercial product designed for Asterisk and adopted to CallWeaver.
> We use it on dozens of client PBXs as stand-alone server and on our
> own server (we are ITSP) as Virtual PBX - it has so called multi-tenant 
> edition
> which allows to maintain several client PBXses in one CallWeaver or
> Asterisk server.
> 
> After installation you will have temporary license
> for 5 extensions and full access to all PBX Manager features
> during 3 weeks after that.
> 
> I expect that very soon PBX Manager will be completelly free
> for some limited number of extensions - probably 10. This subject is
> under investigation by it's developer - www.thirdlane.com
> 
> This distro doesn't has scripts required for fax2email - I give my customers
> for free separate file which installs everything.
> 
> Currently I'm working on adopting Hylafax for this distro - it will be
> also installed in unattended way and will provide everything you need
> for outbound faxing directly from your PC. On my test server it
> perfectly send faxes in ECM mode thru SIP even under VMWARE...
> 
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to