aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-11 05:34:53 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-11 05:34:53 +0000
commit8360aee8dedc1f2a80bc67f28a7099df5634dbbc (patch)
treee0ae9110053a78f73babc5c1f76e8a28758a6439 /apps/app_meetme.c
parentc5d7a60377b7dc5f68bd26adaa0ef13cc46739ea (diff)
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
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
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*/