Hi All

 

Using Asterisk 11. My dial plan has the following context:

 

[sip-guest]

exten => _!.,1, Answer

exten => _!.,n, verbose(1,[${EXTEN}@${CONTEXT}])

exten => _!.,n, resetcdr(w)

exten => _!.,n, resetcdr(w)

exten => _!.,n, set(DNIS=${EXTEN})

exten => _!.,n, resetcdr(w)

exten => _!.,n, hangup()

 

I expected at least 3 CDR's in MySQL. I see only one. 

Tried playing with cdr.conf settings but apparently they have no effect.

The cdr_mysql.conf is pretty generic.

 

*CLI> cdr show status

 

Call Detail Record (CDR) settings

----------------------------------

Logging: Enabled

Mode: Batch

Log unanswered calls: No

Log congestion: No

 

* Batch Mode Settings

-------------------

Safe shutdown: Enabled

Threading model: Scheduler only

Current batch size: 0 records

Maximum batch size: 3 records

Maximum batch time: 1 second

Next batch processing time: 0 seconds

 

* Registered Backends

-------------------

mysql

Adaptive ODBC

csv

cdr-custom

 

I checked /var/log/asterisk/cdr-csv/Master.csv.

There is only one record for the call.

 

Expected the resetcdr to be synchronous.

 

Any help would be gratefully acknowledged.

 

Thanks

 

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to