thufir

Untitled

Jun 27th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. thufir@mordor:~$
  2. thufir@mordor:~$ sudo head -n 27 /etc/asterisk/sip.conf
  3. [general]
  4. context=internal
  5. allowguest=no
  6. allowoverlap=no
  7. bindport=5060
  8. bindaddr=0.0.0.0
  9. srvlookup=no
  10. disallow=all
  11. allow=ulaw
  12. alwaysauthreject=yes
  13. canreinvite=no
  14. nat=yes
  15. session-timers=refuse
  16. localnet=192.168.1.0/255.255.255.0
  17.  
  18. [7001]
  19. type=friend
  20. host=dynamic
  21. secret=123
  22. context=internal
  23.  
  24. [7002]
  25. type=friend
  26. host=dynamic
  27. secret=456
  28. context=internal
  29.  
  30. thufir@mordor:~$
Advertisement
Add Comment
Please, Sign In to add comment