On 6 Sep 2010, at 17:11, Julien Chavanton wrote: > Hi, > > Some SIP UA are sending retransmition of BYE, we do > end_media_session() when we receive one, this does create some error > on media-dispatcher : > > Sep 6 15:00:32 osip2 media-dispatcher[5871]: error: Got > `remove' command from OpenSIPS for unknown session with call-id > `3880952242` > > If excessive occurrences are faced, not sure why excatly eventualy > the media-dispatcher start to malfunction. > > My question is how can we protect the media-dispatcher from this > situation ?
You can use engage_media_proxy(). It is dialog based and will only send a remove request once when the dialog is terminated. -- Dan _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
