mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
When a station picks up a trunk that was on hold, make the hints reflect that
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
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user