[asterisk-commits] branch bweschke/polycom_acd_functions r13923 - /team/bweschke/polycom_acd_fun...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 21 10:05:37 MST 2006


Author: bweschke
Date: Tue Mar 21 11:05:35 2006
New Revision: 13923

URL: http://svn.digium.com/view/asterisk?rev=13923&view=rev
Log:
 Fix an issue caused by the last svnmerge. Only transmit state notification when we're not attempting to remove the subscription.


Modified:
    team/bweschke/polycom_acd_functions/channels/chan_sip.c

Modified: team/bweschke/polycom_acd_functions/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/polycom_acd_functions/channels/chan_sip.c?rev=13923&r1=13922&r2=13923&view=diff
==============================================================================
--- team/bweschke/polycom_acd_functions/channels/chan_sip.c (original)
+++ team/bweschke/polycom_acd_functions/channels/chan_sip.c Tue Mar 21 11:05:35 2006
@@ -6519,7 +6519,6 @@
 		p->laststate = state;
 		break;
 	}
-	transmit_state_notify(p, state, 1);
 
 	if (state != AST_EXTENSION_DEACTIVATED && state != AST_EXTENSION_REMOVED)
 		transmit_state_notify(p, state, 1);



More information about the asterisk-commits mailing list