Yes I have record_route() in .cfg config file
# record routing if (!is_method("REGISTER|MESSAGE")) record_route(); still I am not getting BYE packet.
thanks for your response.
--- Dinesh Gautam
On Tue, 2010-01-19 at 11:22 +0100, Iñaki Baz Castillo wrote:
El Martes, 19 de Enero de 2010, Dinesh Gautam escribió:
Dear all,
I am using siptrace module and getting all the packets except the BYE. when the call disconnected BYE packet is not received.
I am also getting the packets OK, REGISTER, INVITE two times in sip_trace table.
Can anyone help me to sort out this problem??
Ensure you are using "record_route()" for the call initial INVITE. If not, in- dialog requests (as re-INVITE, INFO, BYE) will not pass through the proxy and instead will go directly from UA to UA.