Hello,
it is hard to watch the content of the SIP messages from the debug logs.
Could you please post the network trace for this situation? Use:
ngrep -qt port 5060
on the openser machine. That will show us the content of the SIP requests.
Cheers,
Daniel
On 01/27/06 13:03, Jose Antonio Garvayo wrote:
*Hi,
I am experiencing a problem regarding CANCEL processing, I have the
normal config file plus the following (I got that in a previous mail)
*
if (is_method("CANCEL")) {
t_relay();
break;
}
The problem is that openserver is relaying the CANCEL, but putting a
completely new branch tag in the Via header, instead of the same
branch than in the INVITE that is to be cancel. I have debug dump,
that shows that the CANCEL message is matched with the INVITE, but it
still put a new branch in the relayed cancel, and also in the 200 OK
response.
If somebody could help me it would be great
[...]