[OpenSER-Devel] pua module - unsubscribe
Anca Vamanu
anca at voice-system.ro
Fri Nov 9 09:10:40 UTC 2007
Hello,
The expires= 0 case is covered in subs_build_hdr(...) :
if( expires<= min_expires)
subs_expires= int2str(min_expires, &len);
else
subs_expires= int2str(expires+ 10, &len);
if the module parameter min_expires maintains its default value, which is 0.
I will test to see if indeed it is not possible now to unsubscribe.
regards,
Anca Vamanu
Reinhold Buchinger wrote:
> Hi,
>
> Using the pua module, I cannot send a subscription with expires=0. If
> you look at subs_build_hdr(...) in send_subscribe.c this case is not
> covered.
>
> Regards,
> Reinhold
>
> _______________________________________________
> Devel mailing list
> Devel at lists.openser.org
> http://lists.openser.org/cgi-bin/mailman/listinfo/devel
>
>
More information about the Devel
mailing list