Hi!
I need to customize the content of the NOTIFY sent by presence_dialoginfo. How can I change the message before it is sent?
Kind regards Kevin
Hello,
you can get the requests generated by kamailio various modules via tm module (like those for presence dialog info) inside event_route[tm:local-request] { ... }. It should be possible to do a bunch of operations there to update that requests.
Cheers, Daniel
On 24.03.19 00:26, Kevin Olbrich wrote:
Hello!
I did a quick is_method("NOTIFY") with xlog and it seems to work! Thank you very much!
Kevin
Am So., 24. März 2019 um 03:03 Uhr schrieb Daniel-Constantin Mierla miconda@gmail.com: