aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-11 05:30:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-11 05:30:01 +0000
commit31eb267c8e3c70ccba84e5d32ecb0b71f120fc55 (patch)
tree8b9a070566587f5f7b08da495f955c5e15098fc6 /apps
parent045e7444050bcb7f8c80f15240cec5c5e90b7573 (diff)
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/branches/1.4@48379 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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 5aae656d8..5bde2e18d 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1932,7 +1932,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*/