/
V3 Prefix uniqueid with system name (global uniqueid)
V3 Prefix uniqueid with system name (global uniqueid)
Useful when more than one Motion server are logging CDR's to the same database table
Step-by-step guide
- edit /etc/asterisk/asterisk.conf
uncomment line and change my_system_name with the unique system name (might be same or different from hostname) :
systemname = my_system_name
- save and exit
- edit /etc/asterisk/sip.conf
uncomment line and set the realm to asterisk :
realm = asterisk
- save and exit
restart asterisk service
systemctl restart asterisk