Advertisement
Guest User

sip.conf g729:60 problem

a guest
Feb 3rd, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [general]
  2. context=default ; Default context for incoming calls
  3.  
  4. allowoverlap=no ; Disable overlap dialing support. (Default is yes)
  5. transport=udp
  6.  
  7. udpbindaddr=0.0.0.0 ; IP address to bind UDP listen socket to (0.0.0.0 binds to all)
  8. ; Optionally add a port number, 192.168.1.1:5062 (default is port 5060)
  9. tcpenable=no ; Enable server for incoming TCP connections (default is no)
  10. tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
  11. ; Optionally add a port number, 192.168.1.1:5062 (default is port 5060)
  12.  
  13. srvlookup=no ; Enable DNS SRV lookups on outbound calls
  14. ; Note: Asterisk only uses the first host
  15. ; in SRV records
  16. ; Disabling DNS SRV lookups disables the
  17. ; ability to place SIP calls based on domain
  18. ; names to some other SIP users on the Internet
  19. ; Specifying a port in a SIP peer definition or
  20. ; when dialing outbound calls will supress SRV
  21. ; lookups for that peer or call.
  22.  
  23. tos_sip=cs3 ; Sets TOS for SIP packets.
  24. tos_audio=ef ; Sets TOS for RTP audio packets.
  25. ;tos_video=af41 ; Sets TOS for RTP video packets.
  26. ;tos_text=af41 ; Sets TOS for RTP text packets.
  27.  
  28. ;cos_sip=3 ; Sets 802.1p priority for SIP packets.
  29. ;cos_audio=5 ; Sets 802.1p priority for RTP audio packets.
  30. ;cos_video=4 ; Sets 802.1p priority for RTP video packets.
  31. ;cos_text=3 ; Sets 802.1p priority for RTP text packets.
  32.  
  33. disallow=all
  34. allow=g729:60
  35.  
  36. dtmfmode = rfc2833
  37.  
  38.  
  39. directmedia=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement