Displaying 5 results from an estimated 5 matches for "numbercalled".
2008 Feb 27
0
Configuring modem pools in Asterisk
...lly not bad at all, TBH (BIND zone files have far worse syntax).
--jkinard
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com]On Behalf Of Craig Guy
It should look more like this:
exten => fax,1,Dial(IAX2/iaxmodem1/${NumberCalled}|20)
exten => fax,n,Dial(IAX2/iaxmodem2/${NumberCalled}|20)
exten => fax,n,Dial(IAX2/iaxmodem3/${NumberCalled}|20)
exten => fax,n,Dial(IAX2/iaxmodem4/${NumberCalled}|20)
exten => fax,n,Busy()
2008 Feb 26
1
Configuring modem pools in Asterisk [WAS: Connecting a Rolm CBX to Asterisk via T1?]
Okay, T1 card issue sorted out. New Lesson: Stay Away from TigerJet chips.
Next up, modem pool -- I wanted to know if the below config looked anywhere near half-sane for defining in asterisk what is essentially a small pool of four waiting modems that will handle faxes if another modem is busy:
exten => _X.,1,Dial(IAX2/iaxmodem0/${EXTEN})
exten => _X.,2,Busy
exten => _X.,3,Hangup
2005 Sep 05
4
sending fax
[outgoing-fax]
exten => _0XXXXXXXXX,1,SetVar(NumberCalled=${EXTEN})
exten => _0XXXXXXXXX,2,Wait(10)
exten => fax,1,SetCallerid(${FAX_CALLERID})
exten => fax,2,Dial(Zap/g1/${NumberCalled},60)
exten => fax,3,Hangup
exten => t,1,Busy
exten => i,1,Busy
-----Oorspronkelijk bericht-----
Van: asterisk-users-bounces@lists.digium.com
[mailto:ast...
2006 Apr 04
1
Can't recieve Fax: No carrier detected - Asterisk + iaxmodem + Hylafaxv --- sorry.wrong log.
...terisk <---> IAXModem <---> Hylafax
Asterisk and Hylafax are on the same machine.
I'm trying to connect Asterisk and Hylafax together using IAXModem. I'm
able to forward the fax call from Asterisk to HylaFax by using this line:
exten => fax,1,Dial(IAX2/hylafax-iaxmodem/${NumberCalled},60,);
in iax.conf I set it up like this.
[hylafax-iaxmodem]
type=friend
username=hylafax-iaxmodem
secret=n19d19
host=dynamic
qualify=yes
trunk=yes
context=in-fax
I checked that the faxgetty is running.
I ran faxstat when receiving the fax and the status said: receiving
facsimile
I checked th...
2006 Apr 04
0
Can't recieve Fax: No carrier detected - Asterisk + iaxmodem + Hylafax
...erisk <---> IAXModem <---> Hylafax
Asterisk and Hylafax are on the same machine.
I'm trying to connect Asterisk and Hylafax together using IAXModem. I'm
able to forward the fax call from Asterisk to HylaFax by using this line:
exten => fax,1,Dial(IAX2/hylafax-iaxmodem/${NumberCalled},60,);
in iax.conf I set it up like this.
[hylafax-iaxmodem]
type=friend
username=hylafax-iaxmodem
secret=n19d19
host=dynamic
qualify=yes
trunk=yes
context=in-fax
I checked that the faxgetty is running.
I ran faxstat when receiving the fax and the status said: receiving
facsimile
I checked t...