does this change require a 3rd parameter to
`nats_publish()` ?
No, the 3rd one is optional.
```
route[nats] {
nats_publish("cn.xswitch.ctrl.route", 'hello');
nats_publish("cn.xswitch.ctrl.route", 'hello', 'blah');
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3397#issuecomment-1482160542
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3397/c1482160542(a)github.com>