Advertisement
Guest User

sip.conf

a guest
Sep 24th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [general]
  2. context=voiceservices ; Default context for incoming calls
  3. allowguest=no ; Allow or reject guest calls (default is yes)
  4. allowoverlap=yes ; Disable overlap dialing support. (Default is yes)
  5. tcpenable=yes ; Enable server for incoming TCP connections (default is no)
  6. transport=udp
  7. srvlookup=yes ; Enable DNS SRV lookups on outbound calls
  8.  
  9. disallow=all ; First disallow all codecs
  10. allow=ulaw
  11. allow=alaw
  12. canreinvite=yes
  13.  
  14. dtmfmode=rfc2833
  15. alwaysauthreject = yes ;; change for SIP Proxy testing to 'no', otherwise 'yes'
  16. promiscredir = yes ; If yes, allows 302 or REDIR to non-local SIP address
  17. videosupport=yes ; Turn on support for SIP video. You need to turn this
  18. maxcallbitrate=384
  19. callevents=yes ; generate manager events when sip ua
  20. localnet=192.168.1.0/255.255.255.0
  21.  
  22. realm=some.domain.com
  23. externip=xxx.xxx.xxx.xxx
  24. nat=yes
  25. qualify=yes
  26.  
  27. [pmx2]
  28. type=friend
  29. user=pmx2
  30. host=192.168.1.65
  31. context=pstn-incomming
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement