Hi, On 30/06/10 16:16, Alexandre Abreu wrote: > Hello Saúl. > > This also happens here. Did you have time to find the issue? >
Unfortunately not yet :-S > Another thing, even using the use_media_proxy()/end_media_session() this > error is supposed to happen? > > Jun 30 11:06:12 sip media-dispatcher[4281]: error: Got `remove' command from > OpenSIPS for unknown session with call-id `[email protected]' > Jun 30 11:06:20 sip media-dispatcher[4281]: error: Got `remove' command from > OpenSIPS for unknown session with call-id `[email protected]' > > It seems that dispatcher is looking for this call-id, but use_media_proxy() > does not use the dialog module and therefore this session never will be > found. > That error is not related to the use of the dialog module. MediaProxy uses the call-id internally to match the sessions, along with the tags. This could happen if you call end_media_session twice, because the second time the session will already be expired. Could this be your case? Regards, -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
