[Freeswitch-svn] [commit] r7415 - freeswitch/trunk/src

Freeswitch SVN brian at freeswitch.org
Mon Jan 28 15:57:45 EST 2008


Author: brian
Date: Mon Jan 28 15:57:45 2008
New Revision: 7415

Modified:
   freeswitch/trunk/src/switch_apr.c

Log:
tweak

Modified: freeswitch/trunk/src/switch_apr.c
==============================================================================
--- freeswitch/trunk/src/switch_apr.c	(original)
+++ freeswitch/trunk/src/switch_apr.c	Mon Jan 28 15:57:45 2008
@@ -618,6 +618,10 @@
 		* from->ipaddr_ptr = inet_ntoa(from->sa.sin.sin_addr);
 		*/
 	}
+    
+    if (r == 35 ) {
+        r = SWITCH_STATUS_BREAK;
+    }
 
 	return r;
 }



More information about the Freeswitch-svn mailing list