]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
When a station picks up a trunk that was on hold, make the hints reflect that
authorRussell Bryant <russell@russellbryant.com>
Fri, 6 Apr 2007 19:50:52 +0000 (19:50 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 6 Apr 2007 19:50:52 +0000 (19:50 +0000)
nobody has the trunk on hold anymore.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@60565 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 7bdea87fbdf3b08946d922135ab0e97599c453d0..1a6471ee88b69be5ebf071f639ef90a1e5f2f023 100644 (file)
@@ -4182,6 +4182,7 @@ static int sla_station_exec(struct ast_channel *chan, void *data)
                trunk_ref->trunk->on_hold) {
                trunk_ref->trunk->on_hold = 0;
                ast_indicate(trunk_ref->trunk->chan, AST_CONTROL_UNHOLD);
+               sla_change_trunk_state(trunk_ref->trunk, SLA_TRUNK_STATE_UP, ALL_TRUNK_REFS, NULL);
        }
 
        snprintf(conf_name, sizeof(conf_name), "SLA_%s", trunk_ref->trunk->name);