You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3299
-- Commit Summary --
* misc/examples: add a space between comma and quote
-- File Changes --
M misc/examples/ims/icscf/kamailio.cfg (32) M misc/examples/ims/pcscf/kamailio.cfg (26) M misc/examples/ims/pcscf/route/mo.cfg (18) M misc/examples/ims/pcscf/route/mt.cfg (12) M misc/examples/ims/pcscf/route/register.cfg (6) M misc/examples/ims/scscf/kamailio.cfg (140) M misc/examples/kamailio/acc-mysql.cfg (2) M misc/examples/kamailio/acc.cfg (2) M misc/examples/kamailio/fork.cfg (2) M misc/examples/kamailio/msilo.cfg (4) M misc/examples/kamailio/nathelper.cfg (6) M misc/examples/kamailio/pstn.cfg (4) M misc/examples/kamailio/replicate.cfg (2) M misc/examples/kamailio/serial_183.cfg (2) M misc/examples/kemi/kamailio-basic-kemi-jsdt.js (8) M misc/examples/kemi/kamailio-basic-kemi-lua.lua (8) M misc/examples/kemi/kamailio-basic-kemi-native.cfg (10) M misc/examples/kemi/kamailio-basic-kemi-python.py (8) M misc/examples/kemi/kamailio-basic-kemi-python3s.py (8) M misc/examples/kemi/kamailio-basic-kemi-ruby.rb (6) M misc/examples/kemi/kamailio-basic-kemi-sqlang.sq (8) M misc/examples/mixed/acc.cfg (2) M misc/examples/mixed/dbtext.cfg (2) M misc/examples/mixed/kamailio-minimal-anycast.cfg (8) M misc/examples/mixed/kamailio-minimal-proxy.cfg (8) M misc/examples/mixed/msilo.cfg (8) M misc/examples/mixed/nathelper.cfg (2) M misc/examples/mixed/onr.cfg (2) M misc/examples/mixed/pstn.cfg (4) M misc/examples/mixed/replicate.cfg (2) M misc/examples/mixed/serial_183.cfg (2) M misc/examples/mixed/voicemail.cfg (16) M misc/examples/mixed/welcome.cfg (2) M misc/examples/obsoleted/backup.cfg (2) M misc/examples/obsoleted/bat.cfg (2) M misc/examples/obsoleted/blb.cfg (4) M misc/examples/obsoleted/imgw.cfg (38) M misc/examples/obsoleted/mobile66.cfg (2) M misc/examples/obsoleted/register.cfg (2) M misc/examples/obsoleted/secondary.cfg (6) M misc/examples/obsoleted/sms.cfg (2) M misc/examples/obsoleted/smsgw.cfg (18) M misc/examples/obsoleted/test.cfg (6) M misc/examples/obsoleted/tmtest.cfg (2) M misc/examples/obsoleted/to_fox.cfg (4) M misc/examples/obsoleted/use_jabs.cfg (22) M misc/examples/outbound/edge.cfg (4) M misc/examples/outbound/edge_websocket.cfg (4) M misc/examples/outbound/registrar.cfg (6) M misc/examples/pkg/kamailio-basic.cfg (10) M misc/examples/pkg/kamailio-oob.cfg (10) M misc/examples/pkg/sip-router-basic.cfg (2) M misc/examples/pkg/sip-router-oob.cfg (6) M misc/examples/pkg/sipcapture.cfg (6) M misc/examples/presence/full-no-failover.cfg (8) M misc/examples/presence/no-db.cfg (2) M misc/examples/webrtc/kamailio-default-websocket.cfg (18) M misc/scripts/serconf.sh (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3299.patch https://github.com/kamailio/kamailio/pull/3299.diff
We do not have an "official" format for that kind of syntax, but the format with the whitespace after the comma is mostly used e.g. in default configuration and also module READMEs. So it make sense to unify it. If you are looking to it, maybe you can also submit a PR for the default cfg, there are a few functions could be also unified.
Merged #3299 into master.