Guest User

extentions.conf

a guest
Apr 25th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [users]
  2. ; Internal
  3. exten => _[1-6]X,1,NoOp()
  4. same => n,Answer()
  5. same => n,Dial(SIP/${EXTEN},,tT)
  6. same => n,Hangup()
  7.  
  8. exten => 80,1,Answer()
  9. same => n,Queue(main,cRt) ; c=Continue in dial plan ; R=Ring instead of moh when actually dialling ; t=Allow transfer by callee
  10. same => n,Hangup()
Advertisement
Add Comment
Please, Sign In to add comment