Hi Dragomir,
to let opensips stop the call (send a BYE to both parties) you have to
create the dialog with the B flag.

create_dialog("B");

Best regards,

Federico


On Thu, Dec 13, 2012 at 9:45 AM, Dragomir Haralambiev <[email protected]>wrote:

> Hello,
>
> I try to use timeout_avp. Here is part of my opensips.cfg:
>
> modparam("dialog", "timeout_avp", "$avp(maxtime)")
> ...
>   create_dialog();
>   $avp(maxtime)=10;
>
> The call is connected and I see record in dialog tabble.
> After 10 sek opensips delete record from dialog table but not stop the
> call.
>
> Where is problem?
>
> Thanks in advance
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to