Guest User

Untitled

a guest
May 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ## dialplan.rb
  2. incoming {
  3. ahn_log "We got the call"
  4. case extension
  5. when 18758 #(Call Manager Trunk.. internal extension 18758)
  6. ahn_log "And it maches!"
  7. play %w'auth-thankyou vm-goodbye'
  8. else
  9. hangup #how the heck did you get here?!
  10. end
  11. }
Add Comment
Please, Sign In to add comment