[asterisk-commits] file: branch 1.4 r48379 -
/branches/1.4/apps/app_meetme.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Dec 10 22:30:02 MST 2006
Author: file
Date: Sun Dec 10 23:30:01 2006
New Revision: 48379
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48379
Log:
Use the correct API call to say a device state changed. (Yes, I'm a nub.)
Modified:
branches/1.4/apps/app_meetme.c
Modified: branches/1.4/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_meetme.c?view=diff&rev=48379&r1=48378&r2=48379
==============================================================================
--- branches/1.4/apps/app_meetme.c (original)
+++ branches/1.4/apps/app_meetme.c Sun Dec 10 23:30:01 2006
@@ -1932,7 +1932,7 @@
if (!conf->users)
ast_device_state_changed("meetme:%s", conf->confno);
if (confflags & (CONFFLAG_SLA_STATION|CONFFLAG_SLA_TRUNK))
- st_device_state_changed("SLA:%s", conf->confno + 4);
+ ast_device_state_changed("SLA:%s", conf->confno + 4);
if (AST_LIST_EMPTY(&conf->userlist)) {
/* close this one when no more users and no references*/
More information about the asterisk-commits
mailing list