mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 04:16:43 +00:00
Allow ast_do_masquerade() failure to be reported again.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@294466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6511,7 +6511,7 @@ done:
|
||||
|
||||
ao2_unlock(channels);
|
||||
|
||||
return 0;
|
||||
return res;
|
||||
}
|
||||
|
||||
void ast_set_callerid(struct ast_channel *chan, const char *cid_num, const char *cid_name, const char *cid_ani)
|
||||
|
||||
Reference in New Issue
Block a user