Advertisement
oquidave

Untitled

Sep 24th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. sip.conf
  2.  
  3. [20]
  4. context=local
  5. type=friend
  6. ;authentication
  7. secret=oquidroid
  8. ;host = 192.168.43.1
  9. username=oquidroid
  10. callerid=oquidroid
  11. host=dynamic
  12.  
  13. extension.conf
  14.  
  15. [local]
  16. ;local clients have extensions from 10-99,
  17. ;write one general dialplan for all of them using pattern matching
  18. exten => _ZX,1, Dial(SIP/${EXTEN},30)
  19. same=>n,Playback(vm-nobodyavail)
  20. same=>n,Hangup()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement