From: Joshua Colp Date: Mon, 11 Dec 2006 05:30:01 +0000 (+0000) Subject: Use the correct API call to say a device state changed. (Yes, I'm a nub.) X-Git-Tag: 1.4.0-beta4~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50ee01ccdae44797f6bdfb702beb0a8dcfa62c7a;p=thirdparty%2Fasterisk.git Use the correct API call to say a device state changed. (Yes, I'm a nub.) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@48379 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 5aae656d8a..5bde2e18d2 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*/