Advertisement
oquidave

autocall playback

Oct 9th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [autoCall]
  2. exten=>456,1,GoSub(subAutoCall,s,1())
  3.  
  4. [subAutoCall]
  5. exten=>s,1,Dial(SIP/30,30)
  6. same=>n,Playback(user_recordings/senteVoiceMenu)
  7. same=>n,Hangup()
  8. //then on the CLI
  9. channel originate SIP/30 extension 456@autoCall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement