mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Don't blow up if an ast_channel doesn't get allocated.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@270726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -410,7 +410,9 @@ static struct ast_channel * analog_new_ast_channel(struct analog_pvt *p, int sta
|
||||
}
|
||||
|
||||
c = p->calls->new_ast_channel(p->chan_pvt, state, startpbx, sub, requestor);
|
||||
ast_string_field_set(c, call_forward, p->call_forward);
|
||||
if (c) {
|
||||
ast_string_field_set(c, call_forward, p->call_forward);
|
||||
}
|
||||
p->subs[sub].owner = c;
|
||||
if (!p->owner) {
|
||||
p->owner = c;
|
||||
|
Reference in New Issue
Block a user