[asterisk-bugs] [JIRA] (ASTERISK-25620) Dial multiple + Pickup = Not correct CDRs

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Dec 11 07:55:33 CST 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228620#comment-228620 ] 

Matt Jordan commented on ASTERISK-25620:
----------------------------------------

Let's at least start here: The CDRs in 13 are not going to be the same as in 11. They are not expected to be. Please read the upgrade notes on 12 and 13 on the Asterisk wiki:

https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12

https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+13

The debug logs you've attached were not generated correctly, and do not contain the VERBOSE, NOTICE, WARNING, or ERROR messages. Please attach a properly generated debug log, using the instructions on the wiki:

https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

Please enable 'cdr set debug on' when you create the debug log.

It is expected that you would have a CDR for each pair of channels involved in a Dial operation. That includes each channel in a parallel dial. That part is not a bug.

The only part that is odd is the extraneous CDR for SIP/2003, and the two CDRs for the call after it was picked up. That doesn't look quite right, but a debug log would be needed to see why those entries were created.


> Dial multiple + Pickup = Not correct CDRs
> -----------------------------------------
>
>                 Key: ASTERISK-25620
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25620
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_dial, CDR/General
>    Affects Versions: 13.6.0
>            Reporter: Dmitry
>            Assignee: Unassigned
>         Attachments: debug-13.6-3.txt, debug-13.6.txt, Master-13.6.csv.txt
>
>
> Devices:
>  1. SIP/2102
>  2. SIP/2103
>  3. SIP/2104
>  4. SIP/2105
> On incoming call do Dial(SIP/2103&SIP/2104&SIP/2105,120,tS(3600));
> SIP/2103, SIP/2104, SIP/2105 ringing
> User SIP/2102 pickup ringing channel SIP/2103, talk some time and hangup.
> In results not correct CDRs + zombie channels (see SIP/2104-00000002, SIP/2105-00000003):
> || accountcode || src || dst || dcontext || clid || channel || dstchannel || lastapp || lastdata || start || answer || end || duration || billsec || disposition || amaflags || uniqueid || peeraccount || linkedid || sequence ||
> | | 2103 | *8 | office | "Office 2103" <2103> | SIP/2103-00000001 |  | AppDial | (Outgoing Line) | 2015-12-09 12:23:56 | | 2015-12-09 12:23:58 | 2 | 0 | NO ANSWER | DOCUMENTATION | 1449663836.1 |  | 1449663836.0 | 1 |
> | incoming-office | 7xxxxxxxxxx | office | incoming | "Incoming" <7xxxxxxxxxx> | SIP/incoming-00000000 | SIP/2103-00000001 | Dial | SIP/2103&SIP/2104&SIP/2105,120,tS(3600) | 2015-12-09 12:23:56 | | 2015-12-09 12:23:58 | 2 | 0 | NO ANSWER | DOCUMENTATION | 1449663836.0 |  | 1449663836.0 | 0 |
> | incoming-office | 7xxxxxxxxxx | office | incoming | "Incoming" <7xxxxxxxxxx> | SIP/incoming-00000000 | SIP/2104-00000002 | Dial | SIP/2103&SIP/2104&SIP/2105,120,tS(3600) | 2015-12-09 12:23:56 | 2015-12-09 12:23:58 | 2015-12-09 12:24:12 | 16 | 14 | ANSWERED | DOCUMENTATION | 1449663836.0 | incoming-office | 1449663836.0 | 4 |
> | incoming-office | 7xxxxxxxxxx | office | incoming | "Incoming" <7xxxxxxxxxx> | SIP/incoming-00000000 | SIP/2105-00000003 | Dial | SIP/2103&SIP/2104&SIP/2105,120,tS(3600) | 2015-12-09 12:23:56 | 2015-12-09 12:23:58 | 2015-12-09 12:24:12 | 16 | 14 | ANSWERED | DOCUMENTATION | 1449663836.0 | incoming-office | 1449663836.0 | 5 |
> | incoming-office | 7xxxxxxxxxx | office | incoming | "Incoming" <7xxxxxxxxxx> | SIP/incoming-00000000 | SIP/2102-00000004 | Dial | SIP/2103&SIP/2104&SIP/2105,120,tS(3600) | 2015-12-09 12:23:58 | 2015-12-09 12:23:58 | 2015-12-09 12:24:12 | 14 | 14 | ANSWERED | DOCUMENTATION | 1449663836.0 |  | 1449663836.0 | 7 |
> | incoming-office | 7xxxxxxxxxx | office | incoming | "Incoming" <7xxxxxxxxxx> | SIP/incoming-00000000 | SIP/2102-00000004 | Dial | SIP/2103&SIP/2104&SIP/2105,120,tS(3600) | 2015-12-09 12:23:58 | 2015-12-09 12:23:58 | 2015-12-09 12:24:12 | 14 | 14 | ANSWERED | DOCUMENTATION | 1449663836.0 |  | 1449663836.0 | 8 |



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list