2009/3/12 michel freiha michofr@gmail.com:
Dear Sir,
I do not have any problem in the first INVITE...The one that contains G711 in the SDP...The problem in the REINVITE...The one that cotains T.38...Kamailio does not accept the INVITE and asterisk continue sendin the INVITE times and times to kamailio...Please find below the config:
I hope you are not using "if(does_uri_exist())" to check the re-INVITE since the RURI will never match a local URI (it's the *target* URI in fact, the "Contact" URI of the other endpoint of the dialog).
The re-INVITE should be handled in "loose_route()" section as *usual*, but in that section you should also enable RtpProxy for the INVITE request and for the 200 response. No more.
So, you have a *basic* problem with your proxy configuration and in-dialog requests routing. Check with ngrep what is happening in fact.
Regards.