When I use

exten => _70XX,1,NoCDR()
exten => _70XX,2,Dial(SIP/${EXTEN}|20|tr)

I get

Executing NoCDR("SIP/7002-081ac898", "") in new stack
Aug 28 15:27:18 WARNING[4670]: cdr.c:443 ast_cdr_free: CDR on channel 'SIP/7002-081ac898' not posted Aug 28 15:27:18 WARNING[4670]: cdr.c:445 ast_cdr_free: CDR on channel 'SIP/7002-081ac898' lacks end
   -- Executing Dial("SIP/7002-081ac898", "SIP/7003|20|tr") in new stack

I am using 1.2.11

Regards

Moises Silva wrote:
We use our own CDR, but as I understand, the C option resets the CDR,
that does not means is not going to save cdr, but is going to restart
the CDR. So, a simple NoCDR() before dialing should work, or ForkCDR()
and then NoCDR() if you want to save previous data.

Regards

On 8/27/06, Master Abi <[EMAIL PROTECTED]> wrote:
Hello

I would like to NOT record a CDR for internal calls, but the C option
(suppose to work like NoCDR() ) is just not working for me. My dial line is

exten => _70XX,1,Dial(SIP/${EXTEN}|20|Ctr)

Could someone give me a short example of using NoCDR correctly.

Thanks

Master
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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



_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to