[asterisk-bugs] [JIRA] Closed: (ASTERISK-20351) SIP attended transfer - wrong billsec in CDR (transferring side)

Matt Jordan (JIRA) noreply at issues.asterisk.org
Tue Sep 4 09:37:07 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan closed ASTERISK-20351.
----------------------------------

    Resolution: Not A Bug

The behavior of CDRs in transfer scenarios is undefined.

We are not going to attempt to define that behavior.

If you need call records that take into account situations where a channel may be bridged with more than one channel, please use CELs.

> SIP attended transfer - wrong billsec in CDR (transferring side)
> ----------------------------------------------------------------
>
>                 Key: ASTERISK-20351
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20351
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CDR/General
>    Affects Versions: 1.8.15.0
>            Reporter: Maciej Krajewski
>            Severity: Critical
>         Attachments: full.gz
>
>
> There is a serious problem with bill sec in Attended transfer scenario.
> Scenario:
> A is calling do B
> B puts A on HOLD
> B calls to C
> B makes transfer C with A
> After such scenario asterisk by default make 2 CDR's:
> 1) the whole A call with the duration of the call A-B + HOLD + A-C (and this is all right)
> 2) B-C billsec shows only the time with B-C call and no time after the transfer - this is a crucial mistake especially if you would like to charge the B for the transfer (there is no way of doing that).
> If tried different configuration and using ForkCDR and ResetCDR in dialplan. However, none of them can give me the time A and C where actually talking.
> IMHO the billsec of the second CDR should have the time of B-C call + A-C
> here is my dialplan (I've attached the proper logs)
> {code}
> exten => h,1,NoOp()
> exten => h,2,Hangup
> exten => 2,1,Dial(SIP/test002)
> same => n,Hangup()
> exten => 3,1,Dial(SIP/test003)
> same => n,Hangup()
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list