Skip to content

Instantly share code, notes, and snippets.

@acetwenty8
Last active November 5, 2015 02:14
Show Gist options
  • Save acetwenty8/3b34f02bdded5ae1826e to your computer and use it in GitHub Desktop.
Save acetwenty8/3b34f02bdded5ae1826e to your computer and use it in GitHub Desktop.
#/etc/asterisk/extentions.conf
[from-internal]
exten => 667,1,Wait(1)
exten => 667,2,Playback(beep)
exten => 667,3,Wait(1)
exten => 667,4,swift(code. 14. j.)
exten => 667,5,Goto(from-internal,667,3)
#lost.call
Channel: SIP/4201
CallerID: "CODE 14-J" <5555555555>
Context:from-internal
Extension:667
mv lost.call /var/spool/asterisk/outgoing/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment