From 8360aee8dedc1f2a80bc67f28a7099df5634dbbc Mon Sep 17 00:00:00 2001 From: file Date: Mon, 11 Dec 2006 05:34:53 +0000 Subject: Merged revisions 48379 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48379 | file | 2006-12-11 00:30:01 -0500 (Mon, 11 Dec 2006) | 2 lines Use the correct API call to say a device state changed. (Yes, I'm a nub.) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48380 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_meetme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 30b6b8d64..003363fc1 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1950,7 +1950,7 @@ bailoutandtrynormal: 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*/ -- cgit v1.2.3