Re: [OpenSIPS-Users] Notify Message

2011-03-08 Thread Bogdan-Andrei Iancu
Or the core send("destination") IP - it will simply take the current request the send it (stateless) to the given destination Regards, Bogdan Dave Singer wrote: Kyle, use t_replicate("sip:"); Look at the tm module docs for a more complete picture. Then modify the message. One branch will go

Re: [OpenSIPS-Users] Notify Message

2011-02-08 Thread Dave Singer
Kyle, use t_replicate("sip:"); Look at the tm module docs for a more complete picture. Then modify the message. One branch will go out with the message the way it was before the t_replicate and one will have the changes after the t_replicate. If you need more replicated destinations, use append_br

[OpenSIPS-Users] Notify Message

2011-02-08 Thread Kyle Haefner
Hi Users! I have a *simple* scenario that I just can't seem to accomplish...famous last words right? Ok here goes... I receive a NOTIFY message that I want to forward to two destinations, one destination I want to forward the message and modify the body, the other destination I just want to for