Difference between revisions of "M4 User-Agent"
From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with "=How to change SIP User-Agent header in M4= In '''/etc/m2/system.conf''' add the following option: user_agent = My Custom User Agent Then, Kamailio and SEMS should be reconfigured and '''restarted''' for this change to take effect. /usr/src/m4/kamailio/kamailio_cfg_update.sh /usr/src/m4/sems/sems_config_files_update.sh systemctl restart sems systemctl restart kamailio") |
(No difference)
|
Latest revision as of 10:07, 30 January 2024
How to change SIP User-Agent header in M4
In /etc/m2/system.conf add the following option:
user_agent = My Custom User Agent
Then, Kamailio and SEMS should be reconfigured and restarted for this change to take effect.
/usr/src/m4/kamailio/kamailio_cfg_update.sh /usr/src/m4/sems/sems_config_files_update.sh systemctl restart sems systemctl restart kamailio