Administrator TOOTAI
2015-Jan-16 10:58 UTC
[asterisk-users] Disable fax detect on specific incoming DID
Hello, our gateway receive incoming calls from an outside gateway for multiple DIDs. For some of them we want fax detection, for other no. To do so, faxdetect is set to yes, but how to disable the fax detection for a specific incoming DID? For those DIDs, we just want to forward the call to a real fax machine DID which will do the job. Thanks for any hint Regards -- Daniel
Noah Engelberth
2015-Jan-16 22:13 UTC
[asterisk-users] Disable fax detect on specific incoming DID
The easiest way is to just run the Dial() command to forward the call to the hard fax without ever Answer()-ing the call. Without an Answer() on the call, Asterisk can't listen for fax detection (because the call hasn't been set up and there is no audio leg yet). Thank you, Noah Engelberth -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Administrator TOOTAI Sent: Friday, January 16, 2015 5:59 AM To: Asterisk Users Subject: [asterisk-users] Disable fax detect on specific incoming DID Hello, our gateway receive incoming calls from an outside gateway for multiple DIDs. For some of them we want fax detection, for other no. To do so, faxdetect is set to yes, but how to disable the fax detection for a specific incoming DID? For those DIDs, we just want to forward the call to a real fax machine DID which will do the job. Thanks for any hint Regards -- Daniel -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Administrator TOOTAI
2015-Jan-17 11:43 UTC
[asterisk-users] Disable fax detect on specific incoming DID
Hi Noah, Le 16/01/2015 23:13, Noah Engelberth a ?crit :> The easiest way is to just run the Dial() command to forward the call to the hard fax without ever Answer()-ing the call. Without an Answer() on the call, Asterisk can't listen for fax detection (because the call hasn't been set up and there is no audio leg yet).It works perfectly :-), many thanks for the tip. Regards -- Daniel [...]> > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Administrator TOOTAI > Sent: Friday, January 16, 2015 5:59 AM > To: Asterisk Users > Subject: [asterisk-users] Disable fax detect on specific incoming DID > > Hello, > > our gateway receive incoming calls from an outside gateway for multiple DIDs. For some of them we want fax detection, for other no. To do so, faxdetect is set to yes, but how to disable the fax detection for a specific incoming DID? For those DIDs, we just want to forward the call to a real fax machine DID which will do the job. > > Thanks for any hint