Ah! Cool! Thanks a lot for your answer, that was unobviously obvious(at least for me) ;-) working now... guess i need more openser dialplan training till i get the logic...
thx christian
On Thu, 28 Sep 2006 09:21:12 +0200 samuel samu60@gmail.com wrote:
In the old version you've got the next lines:
if( nat_uac_test( "19" ) ) { fix_nated_contact(); if ( ! search( "^Content-Length:\ 0" ) ) { fix_nated_sdp( "3" ); }; force_rport(); setflag( 6 ); };
BEFORE the proxy_authorize call which means that you will use rport in the challenge and returned the reply to the port the request came from.
In the new version, you moved these lines AFTER the proxy_authorize and therefore there is no rport/fix_* in the digest authorization message exchange.
So:
Reorder the NAT detection&solution BEFORE the proxy_authorize call.
Samuel.
2006/9/27, Benko benkokakao@gmail.com:
sorry for the attachments, here they are as txt-files...
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users