mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
First pass at making transfer work within agent (not tested, shouldn't break anything that currently worked)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4061 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -682,8 +682,8 @@ static int action_status(struct mansession *s, struct message *m)
|
||||
}
|
||||
}
|
||||
while(c) {
|
||||
if (c->bridge)
|
||||
snprintf(bridge, sizeof(bridge), "Link: %s\r\n", c->bridge->name);
|
||||
if (c->_bridge)
|
||||
snprintf(bridge, sizeof(bridge), "Link: %s\r\n", c->_bridge->name);
|
||||
else
|
||||
bridge[0] = '\0';
|
||||
ast_mutex_lock(&s->lock);
|
||||
|
||||
Reference in New Issue
Block a user