Advertisement
Guest User

Untitled

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