Displaying 4 results from an estimated 4 matches for "ast_cdr_busy".
2003 Nov 18
4
Help with Warnings
...;
????????????????if (!tmp->chan) {
????????????????????????/* If we can't, just go on to the next call */
????????????????????????ast_log(LOG_NOTICE, "Unable to create channel of
type '%s'\n", tech);
????????????????????????if (chan->cdr)
????????????????????????????????ast_cdr_busy(chan->cdr);
????????????????????????free(tmp);
????????????????????????cur = rest;
????????????????????????continue;
????????????????}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Nov 17 17:20:57 NOTICE[1209214400]: File chan_zap.c, Line 3462
(zt_read): Fax detected, but...
2004 Sep 23
1
CDR (cdr_odbc)
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 145 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040923/d37c237a/attachment.gif
2007 Aug 19
1
CDR Disposition Value with ODBC
It looks like when you use odbc for CDR storage, rather than getting a
Dispositon string like ANSWERED, CONGESTION etc, you'll get an integer
(1,2,4,8). Does anyone know where I can find what strings (ANSWERED etc)
these integers map to?
Doug.
2004 Aug 26
6
chan_capi module
...eter `ast_cdr_unregister'/usr/include/asterisk/cdr.h:139: error:
storage classspecified for
parameter `ast_cdr_start'/usr/include/asterisk/cdr.h:146: error: storage
classspecified for
parameter `ast_cdr_answer'/usr/include/asterisk/cdr.h:153: error: storage
classspecified for
parameter `ast_cdr_busy'/usr/include/asterisk/cdr.h:160: error: storage class
specified for
parameter `ast_cdr_failed'/usr/include/asterisk/cdr.h:168: error: storage
classspecified for
parameter `ast_cdr_disposition'/usr/include/asterisk/cdr.h:176: error:
storage classspecified for
parameter `ast_cdr_end'/...