Re: [SR-Users] Save original $fU, $rU

2017-08-22 Thread Alex Balashov
Hi, Swapping the From and To URIs headers when sending an in-dialog request (such as a BYE) from callee to caller is not a but, but the protocol-compliant way to do things. :-) Lots of possibilities for saving original values if so desired. Dialog variables ($dlg_var(...)) are probably the

[SR-Users] Save original $fU, $rU

2017-08-22 Thread yu
Have a problem with Asterisk. When callee behind Asterisk hangs up first, it sends back BYE with swapped From and To fields, which affects Kami CDRs rendering them useless. I've tried to save original From/To to AVPs on initial INVITE but they are empty when CDR is written. How to solve this?