search for: iaxmodem2

Displaying 4 results from an estimated 4 matches for "iaxmodem2".

Did you mean: iaxmodem
2016 Nov 15
2
iaxmodem errors.
2008 Feb 26
1
Configuring modem pools in Asterisk [WAS: Connecting a Rolm CBX to Asterisk via T1?]
...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 exten => _X.,4,Dial(IAX2/iaxmodem1/${EXTEN}) exten => _X.,5,Busy exten => _X.,6,Hangup exten => _X.,7,Dial(IAX2/iaxmodem2/${EXTEN}) exten => _X.,8,Busy exten => _X.,9,Hangup exten => _X.,10,Dial(IAX2/iaxmodem3/${EXTEN}) exten => _X.,11,Busy exten => _X.,12,Hangup This seemed logical, but redundant. I've seen the usage of macro's to condense stuff like that, but I wasn't sure how to have i...
2016 Nov 11
2
iaxmodem errors.
2008 Feb 27
0
Configuring modem pools in Asterisk
...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()