[Freeswitch-svn] [commit] r7808 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN anthm at freeswitch.org
Fri Mar 7 10:21:09 EST 2008


Author: anthm
Date: Fri Mar  7 10:21:09 2008
New Revision: 7808

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c

Log:
i picked the wrong day to stop sniffig glue

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c	Fri Mar  7 10:21:09 2008
@@ -638,7 +638,7 @@
 	char key[128] = "";
 	switch_event_t *v_event = NULL;
 
-	if (profile->mflags & MFLAG_REFER) {
+	if (profile->mflags & MFLAG_REGISTER) {
 		nua_respond(nh, SIP_403_FORBIDDEN, NUTAG_WITH_THIS(nua), TAG_END());
 		goto end;
 	}



More information about the Freeswitch-svn mailing list