[asterisk-bugs] [JIRA] (ASTERISK-21475) Channel Redirect doesn't persist CallerID information
Jacob Miles (JIRA)
noreply at issues.asterisk.org
Wed Apr 17 07:59:01 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=205369#comment-205369 ]
Jacob Miles commented on ASTERISK-21475:
----------------------------------------
I even have a patch to fix this issue, but I can't figure out how to upload the patch to JIRA.
8412a8413,8414
> char *cid_num;
> char *cid_name;
8435a8438,8439
> tmpvars.cid_num = ast_strdupa(chan->caller.id.number.str);
> tmpvars.cid_name = ast_strdupa(chan->caller.id.name.str);
8447c8451
< if (!(tmpchan = ast_channel_alloc(0, tmpvars.state, 0, 0, tmpvars.accountcode, tmpvars.exten, tmpvars.context, tmpvars.linkedid, tmpvars.amaflags, "AsyncGoto/%s", tmpvars.name))) {
---
> if (!(tmpchan = ast_channel_alloc(0, tmpvars.state, tmpvars.cid_num, tmpvars.cid_name, tmpvars.accountcode, tmpvars.exten, tmpvars.context, tmpvars.linkedid, tmpvars.amaflags, "AsyncGoto/%s", tmpvars.name))) {
> Channel Redirect doesn't persist CallerID information
> -----------------------------------------------------
>
> Key: ASTERISK-21475
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21475
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_channelredirect
> Affects Versions: 1.8.21.0
> Environment: CentOS 6.4
> Asterisk 1.8.13.1
> SCCP phones (using chan_sccp-b)
> Reporter: Jacob Miles
> Severity: Minor
>
> A calls B (callerid is displayed on phone B), B transfers A to C (no callerid is displayed on phone C).
> If using the transfer button on phone which uses the transfer methods in chan_sccp-b callerid information is correct on phone C, issue is only when using Channel Redirect application either via CLI or AMI.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list