Guest User

Untitled

a guest
Jan 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. ;--------------------------------------------------------------------------------;
  2. ; Do NOT edit this file as it is auto-generated by FreePBX. All modifications to ;
  3. ; this file must be done via the web gui. There are alternative files to make ;
  4. ; custom modifications, details at: http://freepbx.org/configuration_files ;
  5. ;--------------------------------------------------------------------------------;
  6. [general]
  7.  
  8. ; These files will all be included in the [general] context
  9. ;
  10. #include sip_general_additional.conf
  11.  
  12. ;sip_general_custom.conf is the proper file location for placing any sip general
  13. ;options that you might need set. For example: enable and force the sip jitterbuffer.
  14. ;If these settings are desired they should be set the sip_general_custom.conf file.
  15. ;
  16. ; jbenable=yes
  17. ; jbforce=yes
  18. ;
  19. ;It is also the proper place to add the lines needed for sip nat'ing when going
  20. ;through a firewall. For nat'ing you'd need to add the following lines:
  21. ; nat=yes , externip= , localhost= , and optionally fromdomain= .
  22. ;
  23. #include sip_general_custom.conf
  24.  
  25. ;sip_nat.conf is here for legacy support reasons and for those that upgrade
  26. ;from previous versions. If you have this file with lines in it please make
  27. ;sure they are not duplicated in sip_general_custom.conf, if so remove them
  28. ;from sip_nat.conf as sip_general_custom.conf will have precedence.
  29. #include sip_nat.conf
  30.  
  31. ;sip_registrations_custom.conf is for any customizations you might need to do to
  32. ;the automatically generated registrations that FreePBX makes.
  33. ;
  34. #include sip_registrations_custom.conf
  35. #include sip_registrations.conf
  36.  
  37. ; These files should all be expected to come after the [general] context
  38. ;
  39. #include sip_custom.conf
  40. #include sip_additional.conf
  41.  
  42. ;sip_custom_post.conf If you have extra parameters that are needed for a
  43. ;extension to work to for example, those go here. So you have extension
  44. ;1000 defined in your system you start by creating a line [1000](+) in this
  45. ;file. Then on the next line add the extra parameter that is needed.
  46. ;When the sip.conf is loaded it will append your additions to the end of
  47. ;that extension.
  48. ;
  49. #include sip_custom_post.conf
Add Comment
Please, Sign In to add comment