I am generating the out bound calls using the
Asterisk Manager API Action Originate, but my cdr tables does not get
updated, so I am unable to track the billsecs and call duration.
can any one point me to sample codes which originates calls,
and its updates the cdr.
Any help is highly appreciated.
CDR’s should be automatic provided you have them set up correctly. Are extension to extension calls being logged? If not, figure out what is wrong before you try to do anything with Manager Originate. What CDR backend are you using csv, ODBC, MySQL, or Adaptive CDR (via a backport)
We are using the mysql as the cdr back end, and when we dial to context and extensions which are set in the mysql extensions_table we are able to
log the records in the cdr, but only in the case of call orginate from manager api, we are unable to log them to cdr, if we require any server side setup,
please guide me.