mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
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/branches/1.8@304339 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++) {
|
for (x = goto_on_transfer; x && *x; x++) {
|
||||||
if (*x == '^')
|
if (*x == '^')
|
||||||
*x = '|';
|
*x = ',';
|
||||||
}
|
}
|
||||||
/* Make formats okay */
|
/* Make formats okay */
|
||||||
xferchan->readformat = chan->readformat;
|
xferchan->readformat = chan->readformat;
|
||||||
|
|||||||
Reference in New Issue
Block a user