Hi,
If you add a record route, then subsequent BYE's will pass through
your server. On the other hand, if you have a broken UA, which doesnt
support Record-Route and/or Route headers, then there's not much you
can do, but merely replace them.
Nevertheless, you can try and catch the message logs of these UA's and
see if they follow the standard properly.
Andrey.
On 6/26/06, Ryan Pagquil <rpagquil(a)philonline.com> wrote:
Hi,
There are some instances that our server doesn't recieve a
BYE message for specific call. What could be the possible cause of
it? I know that broken UA's will do, any other?
Thanks,
Ryan
At 05:52 PM 6/26/2006, Dani Popa wrote:
Hi,
Use for logging:
if (method=="BYE" || method=="CANCEL")
{
log(1, "SER:
BYE");
setflag(1);
}
and record_route() to be sure that "BYE" wil visit your server.
Dani
On Mon, 26 Jun 2006 17:42:24 +0800
Ryan Pagquil <rpagquil(a)philonline.com> wrote:
> Hi,
> How can I be sure that all calls are terminated by a BYE message? I
> have some instances that a BYE message is not logged by SER. Is there
> a way to fix this? What could be the possible scenarios that causes
> missing BYE's?
>
> Thanks,
> Ryan
>
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
>
http://lists.iptel.org/mailman/listinfo/serusers
>
_______________________________________________
Serusers mailing list
Serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers