Hi, We have a issue where one of our clients is receiving a high volume of calls from automated fax machines and passing through their context which means all phones get rung. I am looking for a way to detect the fax tone, on answer, and route it to a extension/macro where a announcement would tell them the correct number to fax to. The inbound calls are across SIP so am not able to use DADHI. Would this scenario be perfect for "Fax for Asterisk" ? All help greatfully appreciated. -- Thanks, Phil
Could you use NVFaxDetect? On Thu, 2010-01-14 at 17:35 +0000, --[ UxBoD ]-- wrote:> Hi, > > We have a issue where one of our clients is receiving a high volume of calls from automated fax machines and passing through their context which means all phones get rung. > > I am looking for a way to detect the fax tone, on answer, and route it to a extension/macro where a announcement would tell them the correct number to fax to. > > The inbound calls are across SIP so am not able to use DADHI. Would this scenario be perfect for "Fax for Asterisk" ? > > All help greatfully appreciated. > > -- > Thanks, Phil >
Yeah sounds like you wanna use NVFaxDetect it would allow you to add something like exten => fax,1,Swift("number has changed"); to your inbound call part of your dialplan On Jan 14, 2010, at 11:45 AM, Juan C. Villa wrote:> Could you use NVFaxDetect? > > On Thu, 2010-01-14 at 17:35 +0000, --[ UxBoD ]-- wrote: >> Hi, >> >> We have a issue where one of our clients is receiving a high volume >> of calls from automated fax machines and passing through their >> context which means all phones get rung. >> >> I am looking for a way to detect the fax tone, on answer, and route >> it to a extension/macro where a announcement would tell them the >> correct number to fax to. >> >> The inbound calls are across SIP so am not able to use DADHI. >> Would this scenario be perfect for "Fax for Asterisk" ? >> >> All help greatfully appreciated. >> >> -- >> Thanks, Phil >> > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
----- "Paul Scott" <paul at cpanel.net> wrote:> Yeah sounds like you wanna use NVFaxDetect > > it would allow you to add something like exten => fax,1,Swift("number > > has changed"); to your inbound call part of your dialplan > > > > On Jan 14, 2010, at 11:45 AM, Juan C. Villa wrote: > > > Could you use NVFaxDetect? > > > > On Thu, 2010-01-14 at 17:35 +0000, --[ UxBoD ]-- wrote: > >> Hi, > >> > >> We have a issue where one of our clients is receiving a high volume > > >> of calls from automated fax machines and passing through their > >> context which means all phones get rung. > >> > >> I am looking for a way to detect the fax tone, on answer, and route > > >> it to a extension/macro where a announcement would tell them the > >> correct number to fax to. > >> > >> The inbound calls are across SIP so am not able to use DADHI. > >> Would this scenario be perfect for "Fax for Asterisk" ? > >> > >> All help greatfully appreciated. > >>The problem is that NVFaxDetect does not appear to work with Asterisk 1.6.X :( Looking for something that is actively supported. Thanks, Phil
----- "--[ UxBoD ]--" <uxbod at splatnix.net> wrote:> ----- "Paul Scott" <paul at cpanel.net> wrote: > > > Yeah sounds like you wanna use NVFaxDetect > > > > it would allow you to add something like exten => > fax,1,Swift("number > > > > has changed"); to your inbound call part of your dialplan > > > > > > > > On Jan 14, 2010, at 11:45 AM, Juan C. Villa wrote: > > > > > Could you use NVFaxDetect? > > > > > > On Thu, 2010-01-14 at 17:35 +0000, --[ UxBoD ]-- wrote: > > >> Hi, > > >> > > >> We have a issue where one of our clients is receiving a high > volume > > > > >> of calls from automated fax machines and passing through their > > >> context which means all phones get rung. > > >> > > >> I am looking for a way to detect the fax tone, on answer, and > route > > > > >> it to a extension/macro where a announcement would tell them the > > > >> correct number to fax to. > > >> > > >> The inbound calls are across SIP so am not able to use DADHI. > > >> Would this scenario be perfect for "Fax for Asterisk" ? > > >> > > >> All help greatfully appreciated. > > >> > > The problem is that NVFaxDetect does not appear to work with Asterisk > 1.6.X :( Looking for something that is actively supported. >Well perhaps I should have read the sip.conf ;) Okay so I am able to set faxdetect=yes and then I presume just create a extension in the target context: exten => fax,1,Play(sorry-wrong-fax-number) exten => fax,n,Hangup() -- Thanks, Phil
I have NVFaxDetect working 100% with Asterisk 1.6. Check out this article in my blog on details of how I got it working: http://cloudsconnected.com/?p=57 Good luck! On Fri, 2010-01-15 at 11:28 +0000, --[ UxBoD ]-- wrote:> ----- "Paul Scott" <paul at cpanel.net> wrote: > > > Yeah sounds like you wanna use NVFaxDetect > > > > it would allow you to add something like exten => fax,1,Swift("number > > > > has changed"); to your inbound call part of your dialplan > > > > > > > > On Jan 14, 2010, at 11:45 AM, Juan C. Villa wrote: > > > > > Could you use NVFaxDetect? > > > > > > On Thu, 2010-01-14 at 17:35 +0000, --[ UxBoD ]-- wrote: > > >> Hi, > > >> > > >> We have a issue where one of our clients is receiving a high volume > > > > >> of calls from automated fax machines and passing through their > > >> context which means all phones get rung. > > >> > > >> I am looking for a way to detect the fax tone, on answer, and route > > > > >> it to a extension/macro where a announcement would tell them the > > >> correct number to fax to. > > >> > > >> The inbound calls are across SIP so am not able to use DADHI. > > >> Would this scenario be perfect for "Fax for Asterisk" ? > > >> > > >> All help greatfully appreciated. > > >> > > The problem is that NVFaxDetect does not appear to work with Asterisk 1.6.X :( Looking for something that is actively supported. > > Thanks, Phil > >