sbc.conf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # profiles - comma-separated list of call profiles to load
  2. #
  3. # <name>.sbcprofile.conf is loaded from module config
  4. # path (the path where this file resides)
  5. profiles=mo,mt,register
  6. # active call profile - comma separated list, first non-empty is used
  7. #
  8. # o active_profile=<profile_name> always use <profile_name>
  9. #
  10. # o active_profile=$(ruri.user) use user part of INVITE Request URI
  11. #
  12. # o active_profile=$(paramhdr) use "profile" option in P-App-Param header
  13. #
  14. # o any replacement pattern
  15. #
  16. active_profile=$H(SBC),register
  17. # regex_maps - comma-separated list of regex maps to load at startup, for $M()
  18. #
  19. # regex=>value maps for which names are given here are loaded from
  20. # this path, e.g. src_ipmap.conf, ruri_map.conf, usermap.conf
  21. #
  22. #regex_maps=src_ipmap
  23. ## RFC4028 Session Timer
  24. # default configuration - can be overridden by call profiles
  25. # - enables the session timer ([yes,no]; default: no)
  26. #
  27. #enable_session_timer=yes
  28. # - set the "Session-Expires" parameter for the session timer.
  29. #
  30. #session_expires=120
  31. # - set the "Min-SE" parameter for the session timer.
  32. #
  33. #minimum_timer=90
  34. # session refresh (Session Timer, RFC4028) method
  35. #
  36. # INVITE - use re-INVITE
  37. # UPDATE - use UPDATE
  38. # UPDATE_FALLBACK_INVITE - use UPDATE if indicated in Allow, re-INVITE otherwise
  39. #
  40. # Default: UPDATE_FALLBACK_INVITE
  41. #
  42. #session_refresh_method=UPDATE
  43. # accept_501_reply - accept 501 reply as successful refresh? [yes|no]
  44. #
  45. # Default: yes
  46. #
  47. #accept_501_reply=no
  48. # handle OPTIONS messages in the core? (with limits etc)
  49. # Default: no
  50. core_options_handling=yes