[asterisk-bugs] [JIRA] (ASTERISK-22430) AMI Originated calls are logged only if answered

Lelio della Pietra (JIRA) noreply at issues.asterisk.org
Fri Aug 30 04:05:03 CDT 2013


Lelio della Pietra created ASTERISK-22430:
---------------------------------------------

             Summary: AMI Originated calls are logged only if answered
                 Key: ASTERISK-22430
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22430
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_originate, Core/Logging
    Affects Versions: 1.8.23.1
         Environment: Tested on Asterisk 1.8.23.1 with a Digium B410P
            Reporter: Lelio della Pietra
            Severity: Minor


I place a call with the following AMI command:

Action: Originate
Channel: DAHDI/g1/08112345678
Context: DLPN_test2
Timeout: 8000
Exten: 08112345678
Priority: 1
Async: true
ActionID: 123


The referenced context is the following:


[DLPN_test2]
include => default
exten = s,1,NoOp(Remote-Answered)
exten = s,n,Wait(900)
exten = s,n,Hangup()
exten = failed,1,NoOp(Remote-Failed)
exten = failed,n,Hangup()
exten = h,1,NoOp(Remote-Hangup)
exten = h,n,Hangup()


If the call is answered I see it logged in /var/log/asterisk/cdr-csv/Master.csv:

"","","s","CCEasy_test2","","DAHDI/i1/08112345678-2","","Wait","900","2013-08-29 15:54:21","2013-08-29 15:54:27","2013-08-29 15:55:05",44,38,"ANSWERED","DOCUMENTATION","1377791661.2",""

But if the called is unanswered or gets busy nothing is logged.

Of course, placing the same call from a SIP account gets a log line in all cases (answered, no answer, busy).

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