hey guys, <br><br>i am new to asterisks, i recently set up my first asterisk box, with a very simple dial plan, that answers&nbsp; a call and plays one of the gsm sound files that comes with asterisk. My problem is that the sound quality of the played .gsm file is very poor.&nbsp; can anyone say how i can fix this, i tried using a wav file,but asterisk says it cannot handle a wav file. <br>
<br>I am using asterisk 1.4 ,running on a ubuntu 8.04 server. <br><br><br>Bucky <br><br><div class="gmail_quote">On Mon, Jul 7, 2008 at 9:16 PM, Jonn R Taylor &lt;<a href="mailto:jonnt@taylortelephone.com">jonnt@taylortelephone.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Rxfax is very unstable on 1.4. I would suggest that you use iaxmodem and hylafax.<br>
<font color="#888888"><br>
Jonn<br>
</font><div><div></div><div class="Wj3C7c"><br>
-----Original Message-----<br>
From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Greg Koch<br>

Sent: Monday, July 07, 2008 8:59 PM<br>
To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
Subject: [asterisk-users] rxfax not receiving faxes<br>
<br>
I have been using Asterisk with a fax machine flawlessly for quite some<br>
time, but I want to move to a more digital kind of system. &nbsp;I want to<br>
use rxfax to receive the faxes, and then store them on the server in a<br>
directory to be viewed by domain users via a website I will later<br>
script. &nbsp;The problem I am having is that the program does not actually<br>
answer the fax and receive it. &nbsp;I have looked just about everywhere for<br>
ways to setup rxfax, and check for solutions to my problem. &nbsp;Below you<br>
will see my extensions.conf and the output from the cli as a fax is sent<br>
in.<br>
<br>
extensions.conf:<br>
[incomming]<br>
exten =&gt; _1XXXXXXXXXX,1,Answer<br>
exten =&gt; _1XXXXXXXXXX,2,Playtones(ring)<br>
exten =&gt; _1XXXXXXXXXX,3,NVFaxDetect(6)<br>
exten =&gt; _1XXXXXXXXXX,4,Dial(SIP/7001,20)<br>
exten =&gt; _1XXXXXXXXXX,5,Voicemail(7001@home)<br>
<br>
exten =&gt; fax,1,Answer()<br>
exten =&gt; fax,2,Playtones(ring)<br>
exten =&gt; fax,3,Set(TIMEOUT(absolute)=3600)<br>
exten =&gt;<br>
fax,4,Set(FAXFILE=/var/spool/asterisk-fax/${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${CALL$<br>
exten =&gt; fax,5,rxfax(${FAXFILE})<br>
exten =&gt; fax,6,Hangup()<br>
<br>
CLI output during fax transmission (I have replaced my number with X and<br>
the calling number with x):<br>
 &nbsp; &nbsp;-- Executing [15058964243@incomming:1]<br>
Answer(&quot;SIP/1XXXXXXXXXX-007321b0&quot;, &quot;&quot;) in new stack<br>
 &nbsp; &nbsp;-- Executing [15058964243@incomming:2]<br>
PlayTones(&quot;SIP/1XXXXXXXXXX-007321b0&quot;, &quot;ring&quot;) in new stack<br>
 &nbsp; &nbsp;-- Executing [15058964243@incomming:3]<br>
NVFaxDetect(&quot;SIP/1XXXXXXXXXX-007321b0&quot;, &quot;6&quot;) in new stack<br>
[Jul &nbsp;7 19:53:51] NOTICE[16137]:<br>
/root/asterisk/agx-ast-addons/app_nv_faxdetect.c:219 nv_detectfax_exec:<br>
Redirecting SIP/1XXXXXXXXXX-007321b0 to fax extension<br>
 &nbsp; &nbsp;-- Executing [fax@incomming:1] Answer(&quot;SIP/1XXXXXXXXXX-007321b0&quot;,<br>
&quot;&quot;) in new stack<br>
 &nbsp; &nbsp;-- Executing [fax@incomming:2] PlayTones(&quot;SIP/1XXXXXXXXXX-007321b0&quot;,<br>
&quot;ring&quot;) in new stack<br>
 &nbsp; &nbsp;-- Executing [fax@incomming:3] Set(&quot;SIP/1XXXXXXXXXX-007321b0&quot;,<br>
&quot;TIMEOUT(absolute)=3600&quot;) in new stack<br>
 &nbsp; &nbsp;-- Channel will hangup at 2008-07-08 02:53:51 UTC.<br>
 &nbsp; &nbsp;-- Executing [fax@incomming:4] Set(&quot;SIP/1XXXXXXXXXX-007321b0&quot;,<br>
&quot;FAXFILE=/var/spool/asterisk-fax/20080707-195351-1xxxxxxxxxx.tif&quot;) in<br>
new stack<br>
 &nbsp; &nbsp;-- Executing [fax@incomming:5] RxFAX(&quot;SIP/1XXXXXXXXXX-007321b0&quot;,<br>
&quot;/var/spool/asterisk-fax/20080707-195351-1xxxxxxxxxx.tif&quot;) in new stack<br>
[Jul &nbsp;7 19:53:51] NOTICE[16137]: channel.c:2270 __ast_read: Dropping<br>
incompatible voice frame on SIP/1XXXXXXXXXX-007321b0 of format slin<br>
since our native format has changed to ulaw<br>
<br>
&nbsp;From what I am seeing here, it answers the call, detects the fax and<br>
forwards to the fax exten, that exten then answers, plays the ring tone<br>
until something else happens, sets the timeout, sets the fax file (that<br>
dir is 755 asterisk asterisk), then it is supposed to receive the fax<br>
and store it... &nbsp;The sending machine simply says the call was not<br>
answered. &nbsp;It seems like all is going according to plan until it hits<br>
RxFAX, then it does nothing. &nbsp;Does anyone have any idea what is going on<br>
here? &nbsp;I have SpanDSP and everything compiled in the correct<br>
directories, I&#39;ve checked permissions at least a dozen times... &nbsp;I&#39;m<br>
running out of ideas... &nbsp;I still can&#39;t figure out what that notice is<br>
really all about either!<br>
<br>
I have tried making an internal extension for me to dial with a phone<br>
with the same dialplan as the fax extension, the same thing happens. &nbsp;It<br>
answers, and then just sits there on RxFAX.<br>
<br>
Help!!<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>