Asterisk PBX Telemarketer Traps: Difference between revisions

Jump to navigation Jump to search
Added category
(Added Lenny author soundcloud greeting for 2017)
(Added category)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Telephony]]
Here you will find dialplan snippets and audio files for two Asterisk based Telemarketer Traps:
Here you will find dialplan snippets and audio files for two Asterisk based Telemarketer Traps:


Line 10: Line 11:


=== Files ===
=== Files ===
[[File:Lenny.tgz|Lenny Sound Files]]
[[Media:Lenny.tgz|Lenny Sound Files]]


=== Dial plan config ===
=== Dial plan config ===
==== Original ====
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
; Lenny the telemarketer and annoying call trap.
; Lenny the telemarketer and annoying call trap.
Line 28: Line 30:
  same => n,Hangup()
  same => n,Hangup()
</syntaxhighlight>
</syntaxhighlight>
 
==== Variant 1 ====
* Another variation of the above.  Uncomment the ExecIf line to record the calls
Another variation of the above.  Uncomment the ExecIf line to record the calls
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
[Lenny]
[Lenny]
Line 37: Line 39:
  same => n,BackgroundDetect(Lenny/backgroundnoise,1500)
  same => n,BackgroundDetect(Lenny/backgroundnoise,1500)
</syntaxhighlight>
</syntaxhighlight>
 
==== Variant 2 ====
* The following will work on older versions of afterisk
The following will work on older versions of Asterisk
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
[Lenny]
[Lenny]
Line 53: Line 55:
exten => s,n,Hangup()
exten => s,n,Hangup()
</syntaxhighlight>
</syntaxhighlight>
* u/jzsmart3 on Reddit from the Lenny topic above posted a "remix" for those who call again.  You can read about this here:  https://www.reddit.com/r/itslenny/comments/5lcfwq/comment/dd8p7h4/?context=3
==== Remix ====
u/jzsmart3 on Reddit from the Lenny topic above posted a "remix" for those who call again.  You can read about this here:  https://www.reddit.com/r/itslenny/comments/5lcfwq/comment/dd8p7h4/?context=3
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
[Lenny-second]
[Lenny-second]

Navigation menu