Hi,
I see in the examples that KSR.pv.get("$rm") is frequently used rather than the more simple msg.Method.
Why is this preferred?
Kind regards,
Samuel F
Hello,
On 03.05.17 21:40, Samuel F. wrote:
Hi,
I see in the examples that KSR.pv.get("$rm") is frequently used rather than the more simple msg.Method.
Why is this preferred?
KSR is exported by the kemi framework.
msg is from the initial implementation of app_python for usage inside native kamailio.cfg routing blocks. But it is still available, so you can use it if you prefer that way.
Cheers, Daniel