[asterisk-bugs] [JIRA] (ASTERISK-17296) Calls didn't appear in CDR

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Jan 25 15:12:58 CST 2013


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

Matt Jordan closed ASTERISK-17296.
----------------------------------

    Resolution: Duplicate

This is a duplicate of ASTERISK-17776.

This behavior was fixed in SVN trunk, which will be released in Asterisk 12. Due to the volatile nature of CDRs, a fix was determined not to be a candidate for inclusion in release branches.
                
> Calls didn't appear in CDR
> --------------------------
>
>                 Key: ASTERISK-17296
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-17296
>             Project: Asterisk
>          Issue Type: Bug
>          Components: CDR/General
>            Reporter: Kirill Nikitin
>         Attachments: debug.log
>
>
> From time to time few calls from queue (about 2% of total calls about 20% of all unanswered calls) didn't appear in CDR.
> Tested on PGSQL CDR database and CVS CDR.
> This happened only for unanswered calls.
> In queue.log this calls presents.
> ****** STEPS TO REPRODUCE ******
> After enter the queue or after periodic announcement caller hangup the call.  
> ****** ADDITIONAL INFORMATION ******
> Dialplan:
> [call-centre-queue]
> exten => que,1,Playback(DGKrecorded)
> exten => que,n,Queue(DGK-queue,,,,540)
> exten => que,n,Playback(DGKEnd)
> exten => que,n,Hangup()
> exten => h,1,GotoIf($[${ISNULL(${BRIDGEPEER})} = 1 ]?unavail)
> exten => h,n,DeadAGI(agent_by_clid_queue.agi,${BRIDGEPEER})
> exten => h,n,Set(CDR(userfield)=${USRFLD})
> exten => h,n(unavail),NoOp(${CDR(userfield)})

--
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