search for: 63322

Displaying 2 results from an estimated 2 matches for "63322".

Did you mean: 3322
2004 Apr 28
0
weird SIP authentication problem
...lys with a 407 packet. The gateway then re-INVITE with digest information but somehow the call doesn't get through, and after a while * displays this on the console: ------- chan_sip.c:495 retrans_pkt: Maximum retries exceeded on call 109652920429204cyKW-43300658--43300634@10.1.1.138 for seqno 63322 (Response) ------- I've attached a SIP debug log from the * console, sorry for the length of it. BTW: The endpoint has no problems in receiving calls. I've searched high and low for a solution to this problem, and also tried a lot of different configurations, but without luck. Kind reg...
2009 Jan 29
2
[LLVMdev] [PATCH] Build fails on windows with VC2009
...ind the small patch which makes the compiler happy again :-) Sincerely yours Marius Wachtler ---------------------------------------- Index: lib/System/Win32/DynamicLibrary.inc =================================================================== --- lib/System/Win32/DynamicLibrary.inc (revision 63322) +++ lib/System/Win32/DynamicLibrary.inc (working copy) @@ -156,8 +156,8 @@ void* DynamicLibrary::SearchForAddressOfSymbol(const char* symbolName) { // First check symbols added via AddSymbol(). - std::map<std::string, void *>::iterator I = g_symbols.find(symbolName); - if (I != g_s...