osdir.com
mailing list archive

Subject: problems recieving faxes on asterisk - msg#00096

List: telephony.pbx.asterisk.amportal.user

Date: Prev Next Index Thread: Prev Next Index
I'm having a serious problem receiving faxes on my asterisk
pabx. I compiled and installed asterisk on a kubuntu box. I
also compiled and installed Asterisk Management Portal
(this included compiling and installing spandsp for faxing)
and everything seems to work perfectly except for receiving
faxes. When a fax call comes in asterisk detects that it's
a fax call so instead of playing the digital receptionist
voice that i have setup it makes a couple of fax beeps for
about a second and then just goes dead. Has anyone
encountered an issue like this and solved it?
___________________________________________________________________
For super low premiums, click here http://www.webmail.co.za/dd.pwm

http://www.webmail.co.za the South African FREE email service


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642


Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

RE: freePBX 2.0 beta 1

Hi, If it did, I wouldn't have had to insert it .. Is this a recent change, if so I'll try again - but it was an issue a couple of days ago ... (!) On Thu, 2006-02-23 at 21:15 +1000, Rob Thomas wrote: You don’t need ext-queues in there. When the user hits 1, it does a Goto(ext-queues, xxx, 1)   --Rob   -----Original Message----- From: amportal-users-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx [mailto:amportal-users-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx] On Behalf Of Gareth Bult Sent: Thursday, 23 February 2006 8:15 PM To: amportal-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx Subject: RE: [Amportal-users] freePBX 2.0 beta 1   Mmm, Please could I ask for 1 x Priority fix for the 2.0 code? ext-queues is not included in the [aa_1] when you add an IVR menu. This requires an additional line in functions.php.inc in the IVR modules folder .. Any chance we can add this as otherwise, queues fail to get activated in response to users hitting "1" etc at the IVR menu .. I did report it somewhere (bugtracker) a while back but it doesn't seem to have been fixed as of yesterday ... Thanks. (Good work by the way, the new modules look good, although you seem to be using an IFrame or similar so my reports are now aboit 2cm high (?)) (oh, and my panel don't work any more (!)) On Thu, 2006-02-23 at 07:09 +1000, Rob Thomas wrote:   > - Paging doesn't work, the caller is immediately connected in the room > but no call arrive to phones (i have some GXP2000 with latest beta > firmware).   Paging is my problem.. Have a look in /etc/asterisk/extensions_additional.conf and you should see something like this:   [ext-paging] include => ext-paging-custom exten => PAGE303,1,Set(SIPADDHEADER=answer-after=0) exten => PAGE303,n,Set(ALERT_INFO=Ring Answer) exten => PAGE303,n,Set(SIP_URI_OPTIONS=intercom=true) exten => PAGE303,n,Dial(SIP/303,tr) exten => PAGE301,1,Set(SIPADDHEADER=answer-after=0) exten => PAGE301,n,Set(ALERT_INFO=Ring Answer) exten => PAGE301,n,Set(SIP_URI_OPTIONS=intercom=true) exten => PAGE301,n,Dial(SIP/301,tr) exten => Debug,1,Noop(dialstr is LOCAL/PAGE303&LOCAL/PAGE301) exten => Debug,n,Noop(dialstr is LOCAL/PAGE301&LOCAL/PAGE303) exten => 999,1,Page(LOCAL/PAGE303&LOCAL/PAGE301) exten => 998,1,Page(LOCAL/PAGE301&LOCAL/PAGE303)   This is two paging groups, 999 and 998, one paging 303 and 301, the other paging 301 and 303.   Can you paste your 'ext-paging' context?   --Rob       ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems?  Stop!  Download the new AJAX search engine that makes searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Amportal-users mailing list Amportal-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/amportal-users -- Gareth Bult, Encryptec Limited Tel: 01443 205756,  Mob: 07891 389657 Email: gareth-UrUORcEZdxJvBvnq28/GKQ@xxxxxxxxxxxxxxxx, gareth-vYTEC60ixJX10XsdtD+oqA@xxxxxxxxxxxxxxxx MSN:garethbult-PkbjNfxxIARBDgjK7y7TUQ@xxxxxxxxxxxxxxxx JABBER:oddjob-6VaHXZgVb87ndbRbBgBXxbVCufUGDwFn@xxxxxxxxxxxxxxxx   -- Gareth Bult, Encryptec Limited Tel: 01443 205756,  Mob: 07891 389657 Email: gareth-UrUORcEZdxJvBvnq28/GKQ@xxxxxxxxxxxxxxxx, gareth-vYTEC60ixJX10XsdtD+oqA@xxxxxxxxxxxxxxxx MSN:garethbult-PkbjNfxxIARBDgjK7y7TUQ@xxxxxxxxxxxxxxxx JABBER:oddjob-6VaHXZgVb87ndbRbBgBXxbVCufUGDwFn@xxxxxxxxxxxxxxxx

Next Message by Date: click to view message preview

Re: problems recieving faxes on asterisk

I'm using Zaptel cards with a fax directly conneted, and a POTS line. I've tried the system fax as well as the local fax and have *never* gotten it to work out of the box from A@Home 1.0 through 2.2 I had compiled spandsp and all the other requirements at the time. Even when the fax did answer I'd get 1/4 page and then a hang up because of excessive line noise ( reported by the fax machine ) Other times the fax detection wouldn't work. I've seen some reports of needing to switch to NV-Faxdetect but I thought that was only required for VOIP trunks. Looks like current version of A@Home and AMP have nv-faxdetect included, so if anyone else is having luck with this, perhaps I'll get encouraged to try it again. Currently on A@H 2.5 Asterisk 1.2.4 AMP 1.10.10 Lee Marzke Bob Smith wrote: I'm having a serious problem receiving faxes on my asterisk pabx. I compiled and installed asterisk on a kubuntu box. I also compiled and installed Asterisk Management Portal (this included compiling and installing spandsp for faxing) and everything seems to work perfectly except for receiving faxes. When a fax call comes in asterisk detects that it's a fax call so instead of playing the digital receptionist voice that i have setup it makes a couple of fax beeps for about a second and then just goes dead. Has anyone encountered an issue like this and solved it? ___________________________________________________________________ For super low premiums, click here http://www.webmail.co.za/dd.pwm http://www.webmail.co.za the South African FREE email service ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Amportal-users mailing list Amportal-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/amportal-users ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

Previous Message by Thread: click to view message preview

deviceanduser and callerid

Running freepbx with AMPEXTENSIONS=deviceanduser in amportal.conf, I realize that the caller id are set to the device caller id. If I understood well, freepbx actually allow only one user per device, even of adhoc type. So I imagine It could be intersesting to make it possible to use the user caller Id rather than the device ID. As a consequence of this, DND is not functionning with freepbx running in deviceanduser mode (the DND is registered for the device, not for the user). I am not 100% sure of that, but I think things where different with AMP 1.10.010, working in the same configuration, I remember I could read the caller Id names on my phones ? Vincent smime.p7s Description: S/MIME Cryptographic Signature

Next Message by Thread: click to view message preview

Re: problems recieving faxes on asterisk

I'm using Zaptel cards with a fax directly conneted, and a POTS line. I've tried the system fax as well as the local fax and have *never* gotten it to work out of the box from A@Home 1.0 through 2.2 I had compiled spandsp and all the other requirements at the time. Even when the fax did answer I'd get 1/4 page and then a hang up because of excessive line noise ( reported by the fax machine ) Other times the fax detection wouldn't work. I've seen some reports of needing to switch to NV-Faxdetect but I thought that was only required for VOIP trunks. Looks like current version of A@Home and AMP have nv-faxdetect included, so if anyone else is having luck with this, perhaps I'll get encouraged to try it again. Currently on A@H 2.5 Asterisk 1.2.4 AMP 1.10.10 Lee Marzke Bob Smith wrote: I'm having a serious problem receiving faxes on my asterisk pabx. I compiled and installed asterisk on a kubuntu box. I also compiled and installed Asterisk Management Portal (this included compiling and installing spandsp for faxing) and everything seems to work perfectly except for receiving faxes. When a fax call comes in asterisk detects that it's a fax call so instead of playing the digital receptionist voice that i have setup it makes a couple of fax beeps for about a second and then just goes dead. Has anyone encountered an issue like this and solved it? ___________________________________________________________________ For super low premiums, click here http://www.webmail.co.za/dd.pwm http://www.webmail.co.za the South African FREE email service ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Amportal-users mailing list Amportal-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/amportal-users ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by