Hi all, I use CPL script with "Proxy" element, like this:
<cpl> <incoming> <lookup source="registration"> <success> <proxy ordering="sequential" /> </success> </lookup> </incoming> </cpl>
and I use onreply_route(), where I make the changes on 180/200 reply messages in case of NAT (change callee's SDP parameter and change Callee's Contact hf). When an INVITE is forwarded, through the <PROXY> element, to the callee, then reply messagges (180 Ringing and 200OK) hasn't processed by Onreply_route. So I can't make my NAT control. Why?
Regards, daniel