Re: [Freeswitch-users] Detecting a fax

2009-10-05 Thread Mark Campbell-Smith
Thanks for the response Mike, I read that page and this one (among others) http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect, but I'm still lost. This is an extract of my dialplan extension name=Local condition field=destination_number expression=^(10[01][0-9])$

Re: [Freeswitch-users] Detecting a fax

2009-10-05 Thread Michael Jerris
Fax tones are not played by the remote machine until after answer, the tone_detect application starts a media bug that listens for the tone, can you confirm the tone is happening at all. Maybe the issue here is the timeout, try making that longer, or doing the tone_detect in

Re: [Freeswitch-users] Detecting a fax

2009-10-05 Thread Tihomir Culjaga
hi Mark, This is an inbound call leg and media channel (so far) is open in reverse direction only (application ringback). I'm afraid you have to answer the call to be able to hear the fax tone. T. On Mon, Oct 5, 2009 at 2:32 PM, Michael Jerris m...@jerris.com wrote: Fax tones are not

Re: [Freeswitch-users] Detecting a fax

2009-10-05 Thread Mark Campbell-Smith
Thanks for your help Mike and Tihomir. A little more playing around and I found that having action application=fax_detect/ as well as action application=tone_detect data=fax 1100 r +5000 transfer fax XML features / do not work together. Simply by removing fax_detect, the fax is detected

Re: [Freeswitch-users] Detecting a fax

2009-10-05 Thread Mark Campbell-Smith
Further playing around and everything is working fine (even the emailing). I'm not sure what I changed though to document it. cheers /M On Mon, Oct 5, 2009 at 12:03 AM, Mark Campbell-Smith mcampbellsm...@gmail.com wrote: Hi I was hoping someone could help me to setup the fax detection /

Re: [Freeswitch-users] Detecting a fax

2009-10-05 Thread SP
try using the hanup hook action application=set data=api_hangup_hook=system ${syscmd}/ On Mon, Oct 5, 2009 at 23:15, Mark Campbell-Smith mcampbellsm...@gmail.com wrote: Thanks for your help Mike and Tihomir. A little more playing around and I found that having action application=fax_detect/

[Freeswitch-users] Detecting a fax

2009-10-04 Thread Mark Campbell-Smith
Hi I was hoping someone could help me to setup the fax detection / tone detection application. I want to be able to transfer an incoming fax to a specific extension. In my default.xml file, I have the following (extracted): extension name=1000 condition field=destination_number