[asterisk-bugs] [JIRA] (ASTERISK-20747) SLA outbound calls do not record accurate CDR record.

dkerr (JIRA) noreply at issues.asterisk.org
Wed Nov 28 18:23:45 CST 2012


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

dkerr commented on ASTERISK-20747:
----------------------------------

Rusty,  Thanks and yes when its ready I'll see how to get a trunk-level version of the patch onto reviewboard.  For now I'm still looking into what is going on in various situations.  For example when you Dial() to a context/exten that becomes a "Local" channel which has both a ;1 and ;2 side to the channel. My patch is not currently emulating what might be considered expected behavior if that same Dial() had taken place in a non-SLA configuration (CDRs on both sides of the channel should be fixed).

The purpose of opening this bug now was to give visibility to the problem I am working on.

Thanks.
                
> SLA outbound calls do not record accurate CDR record.
> -----------------------------------------------------
>
>                 Key: ASTERISK-20747
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20747
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_meetme, Applications/SLA
>    Affects Versions: 1.8.18.0, 11.0.1
>         Environment: Astlinux
>            Reporter: dkerr
>         Attachments: asterisk-1.8-bugid20747.patch
>
>
> In further pursuit of SLA happiness I have found that outbound calls from an SLAStation to a SIP trunk do not record an accurate CDR.  This is a problem for any environment where billsec is required for billing purposes.
> This occurs 100% of the time, but understanding what is going on is fairly complex.  Consider first what happens in a non-SLA environment...
> A SIP extension places a call through Asterisk, asterisk uses Dial() command to connect the call to an outbound SIP trunk.  There is an inbound SIP channel from the telephone to asterisk, and an outbound SIP channel from asterisk to the VoIP provider. Asterisk bridges these and records in a single CDR record the start time, answer time and end time and the source and destination SIP channels, et al. Nice.
> Now consider a scenario where a SLAStation makes an outbound call. In this case there is a channel into asterisk from the telephone that is placed into a Meetme conference. Then the SLA code triggers a Dial() to the requested destination, say a SIP VoIP provider trunk and when it answers it is also placed into the Meetme conference.  Any other SLAStation can also join this meetme conference. In this scenario Asterisk generates two CDR records. One for the telephone connecting into the conference. Another for the channel connecting to the VoIP provider.  If another extension also joins the call by connecting into the same SLA trunk (joining the same call) then it generates its own CDR record.  So far so good.
> The problem is that the CDR record for the connection out from asterisk to the VoIP provider shows a billsec of zero.  In fact the CDR is "ended" when the destination party answers, instead of when they hangup.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list