M4 User-Agent

From Kolmisoft Wiki
Revision as of 10:07, 30 January 2024 by Ricardass (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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