Mod tone detect
From FreeSWITCH Wiki
Mod_tone_detect has been moved into the dptools mod. Please see Misc._Dialplan_Tools_tone_detect for more information. Below is an old IRC thread, kept for posterity's sake.
<MikeJ> <action application="tone_detect" data="test 350,440 r +100 hangup normal_clearing"/> <MikeJ> test is name, freqs, +100 is timeout I think.. <MikeJ> anthm? <trixter_> test I assume is the name of the tone, what is r+100? and is hangup normal_clearing the action to do once you get it? <anthm> <key> <freqs> <flags> <timeout> <app> <data> <anthm> flags r and w <anthm> for which way you want to sniff <trixter_> ok.. <anthm> everything after freqs is optional <anthm> default is "r' <MikeJ> timeout in secs ? and allways need the + ? <anthm> with + is relative to now <anthm> w/o is absolute <MikeJ> and if you dont specify app.. you just get event, right/ <MikeJ> ? <anthm> right <anthm> once it's tripped it wont anymore <anthm> but you can reset it with just key <anthm> if you call one with only key name and it already exists it will reactivate it <MikeJ> just app.. or api too? <anthm> key is arbitrary and just what you get in the event <anthm> app and api are identical but api needs uuid too as first arg and all the other are shifted 1 to the right <anthm> it won't let you decide that <anthm> =D <anthm> once you use it at all it adds 1 <anthm> and if you call it again it just adds more to the same 1
