[Kamailio-Users] Dealing with REGISTER "retransmissions"

Iñaki Baz Castillo ibc at aliax.net
Tue Mar 24 11:37:24 CET 2009


2009/3/24 mayamatakeshi <mayamatakeshi at gmail.com>:

> So I was thinking, maybe I should create a transaction before sending
> the challenge so that REGISTER retransmissions would be absorbed. I
> was thinking in doing something like this:
>
>        if (!proxy_authorize("", "subscriber")) {
>                t_newtran();
>                proxy_challenge("", "0");
>                exit;
>        }

Do all the REGISTER have the same "branch" parameter? If not,
t_newtran will do nothing since they are not retransmissions.

-- 
Iñaki Baz Castillo
<ibc at aliax.net>




More information about the sr-users mailing list