mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Merged revisions 304339 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r304339 | jpeeler | 2011-01-26 16:27:30 -0600 (Wed, 26 Jan 2011) | 9 lines Merged revisions 304338 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r304338 | jpeeler | 2011-01-26 16:26:37 -0600 (Wed, 26 Jan 2011) | 2 lines Change delimiter used internally for GOTO_ON_BLINDXFR to commas to match 76703. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@304340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -722,7 +722,7 @@ static void check_goto_on_transfer(struct ast_channel *chan)
|
||||
|
||||
for (x = goto_on_transfer; x && *x; x++) {
|
||||
if (*x == '^')
|
||||
*x = '|';
|
||||
*x = ',';
|
||||
}
|
||||
/* Make formats okay */
|
||||
xferchan->readformat = chan->readformat;
|
||||
|
||||
Reference in New Issue
Block a user