SOLVED Gotcha-Free Fax: Can't Send

jrglass

Guru
Joined
Oct 18, 2007
Messages
302
Reaction score
20
I can receive faxes to my DID but can not send faxes.

Google voice works incoming and outgoing.

Here is the CLI

gui-0213150100*CLI>
-- Accepting UNAUTHENTICATED call from 127.0.0.1:
-- > requested format = ulaw,
-- > requested prefs = (),
-- > actual format = ulaw,
-- > host prefs = (ulaw),
-- > priority = mine
-- Executing [6144168655@from-fax:1] Dial("IAX2/iax-fax3-10874", "local/6144168655@from-internal") in new stack
[Feb 14 01:28:27] NOTICE[19239][C-0000000d]: chan_local.c:971 local_call: No such extension/context 6144168655@from-internal while calling Local channel
-- Couldn't call local/6144168655@from-internal
== Everyone is busy/congested at this time (0:0/0/0)
-- Executing [6144168655@from-fax:2] Hangup("IAX2/iax-fax3-10874", "") in new stack
== Spawn extension (from-fax, 6144168655, 2) exited non-zero on 'IAX2/iax-fax3-10874'
-- Hungup 'IAX2/iax-fax3-10874'
gui-0213150100*CLI>
Status of Fax
IDPriority UserCompanyPagesDialsTTSStatus
7126AvantFAX Admin61441686550:11:1206:31Busy signal detected
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
jrglass: Check extensions_custom.conf toward the bottom and make sure the [from-fax] context looks like this:
Code:
[from-fax]
exten => _x.,1,Dial(local/${EXTEN}@from-internal)
exten => _x.,n,Goto(outbound-allroutes,${EXTEN},1)
exten => _x.,n,Hangup
 

jrglass

Guru
Joined
Oct 18, 2007
Messages
302
Reaction score
20
It looks the same!

Thanks,

Jeff

[from-fax]
exten => _x.,1,Dial(local/${EXTEN}@from-internal)
exten => _x.,1,Goto(outb
ound-allroutes,${EXTEN},1)
exten => _x.,n,Hangup
 

CoinTos

Member
Joined
Jan 5, 2012
Messages
34
Reaction score
7
Well, looking at wards and yours, Jeff, there is one small difference. Wards second exten has a 'n' instead of a '1'.
Code:
exten => _x.,n,Goto(outbound-allroutes,${EXTEN},1)
 

bpassan2010

New Member
Joined
Sep 2, 2011
Messages
19
Reaction score
2
jrglass: Check extensions_custom.conf toward the bottom and make sure the [from-fax] context looks like this:
Code:
[from-fax]
exten => _x.,1,Dial(local/${EXTEN}@from-internal)
exten => _x.,n,Goto(outbound-allroutes,${EXTEN},1)
exten => _x.,n,Hangup


FYI: Ward, I just today [7/04/2015] downloaded the Incredible FAX unbuntu 14.04 with Incredible Asterisk-GUI Version 11, and the install did not make this correction to the [From-fax] extensions after the auto build and install. This message helped me to fix the problem, but others are likely to struggle with this unless you patch the Distro. Thanks for all of your help and this great forum. Brian
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Thanks, bpassan2010: Here's a one line, fixer upper. Also has been fixed in latest download images.

Code:
sed -i 's|exten => _x.,n,Hangup|exten => _x.,n,Goto(outbound-allroutes,${EXTEN},1)\nexten => _x.,n,Hangup|' /etc/asterisk/extensions_custom.conf
 

Members online

Forum statistics

Threads
25,779
Messages
167,505
Members
19,199
Latest member
leocipriano
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top