mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Handle timing file descriptor properly with agents
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1542,7 +1542,6 @@ struct ast_channel *ast_request(char *type, int format, void *data)
|
||||
if (chan->requester)
|
||||
c = chan->requester(type, capabilities, data);
|
||||
if (c) {
|
||||
// ast_device_state_changed(c->name);
|
||||
if (c->_state == AST_STATE_DOWN) {
|
||||
manager_event(EVENT_FLAG_CALL, "Newchannel",
|
||||
"Channel: %s\r\n"
|
||||
|
||||
Reference in New Issue
Block a user