[svn-commits] bmd: branch group/newcdr r123767 - /team/group/newcdr/main/cel.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 18 16:48:30 CDT 2008


Author: bmd
Date: Wed Jun 18 16:48:30 2008
New Revision: 123767

URL: http://svn.digium.com/view/asterisk?view=rev&rev=123767
Log:
add LINKEDID_END to config file events

Modified:
    team/group/newcdr/main/cel.c

Modified: team/group/newcdr/main/cel.c
URL: http://svn.digium.com/view/asterisk/team/group/newcdr/main/cel.c?view=diff&rev=123767&r1=123766&r2=123767
==============================================================================
--- team/group/newcdr/main/cel.c (original)
+++ team/group/newcdr/main/cel.c Wed Jun 18 16:48:30 2008
@@ -139,6 +139,8 @@
 		return CEL_3WAY_END;
 	else if (strcasecmp(eventname,"HOOKFLASH")==0)
 		return CEL_HOOKFLASH;
+	else if (strcasecmp(eventname,"LINKEDID_END")==0)
+		return CEL_LINKEDID_END;
 	else 
 		return -1;
 }




More information about the svn-commits mailing list