Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. exten => 300,1,NoOp(Trying extension 300)
  2. same => n,GoToIf($["${SIPPEER(iphone,status):0:3}"="OK "]?ok:forward)
  3. same => n(ok),NoOp(Dialling extension 300)
  4. same => n,Dial(SIP/iphone,20)
  5. same => n,GotoIf($["${DIALSTATUS)}"="ANSWER"]?:forward)
  6. same => n,Hangup
  7. same => n(forward),VoiceMail(500@voicemail,u)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement