Re: [asterisk-users] ForkCDR and asterisk 1.6.1

2011-09-22 Thread Olivier
2011/9/23 amit anand > Hi > > you cannt do itin default CDR of the asterisk, To do so you can use Mysql > and do it from dialplan > How ? Shall I simply append a new record into MySQL CDR table ? > > > On Thu, Sep 22, 2011 at 18:53, Olivier wrote: > >> Dial(SIP/foo,15); >> if (${DIALSTATUS}="N

Re: [asterisk-users] ForkCDR and asterisk 1.6.1

2011-09-22 Thread amit anand
Hi you cannt do itin default CDR of the asterisk, To do so you can use Mysql and do it from dialplan On Thu, Sep 22, 2011 at 18:53, Olivier wrote: > Dial(SIP/foo,15); > if (${DIALSTATUS}="NOANSWER") >Dial(SIP/bar,15); > -- Amit Anand +91 9818559898 --

[asterisk-users] ForkCDR and asterisk 1.6.1

2011-09-22 Thread Olivier
Hello, In my 1.6.1.18-powered system, I've got the following dialplan (in extensions.ael) : Dial(SIP/foo,15); if (${DIALSTATUS}="NOANSWER") Dial(SIP/bar,15); When SIP/baz dials peer SIP/foo which do not answer, I've got a single CDR entry like this: SIP/baz SIP/bar time_when_foo_sta