This is a part of our programma. [begin] exten => s,1, h324m_gw([EMAIL PROTECTED])
[video] exten => s,1,h324m_gw_answer() exten => s,2,Wait(3) exten => s,3,Goto(intro,s,1) [intro] exten => s,1,mp4play(intro.3gp) exten => #,n,Goto(einde,s,1) [einde] exten => s,n, Hangup() When I use this dialplan and during the intro.3gp I press the #-key the call will be ended. But I got three different CDR's. Does anybody know how I can use one CDR instead of 3 different CDR's Kind Regards, Arjan Kroon Mobillion BV -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atis Lezdins Sent: maandag 4 februari 2008 15:41 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] one CDR instead of multiple CDR On 2/4/08, Arjan Kroon | Mobillion <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > In my application I jump to different extensions > > For example: > > [begin] > > exten => s,1,Goto(starts,s,1) > > > > [start] > > exten => s,1,Play(welkom) > > ..... > > > > exten => h,1,Goto(end,s,1) > > > > [end] > > exten => s,1,Macro(end_call) > > exten => s,n, Hangup > > > > When I look at my CDR record I see three different CDR's in my record. > > Is there a way to use one CDR on every call, and not multiple CDR on every call? You should post also the relevant sections of your dialplan that manipulates CDR's. For example calls to Dial() or Queue() applications. Also a log snippets (uncomment the "full" line in logger.conf) that says anything about posting CDR and previous few commands would be useful. Regards, Atis > > > > Kind Regards, > > > > > > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- Atis Lezdins VoIP Developer, IQ Labs Inc. [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Work phone: +1 800 7502835 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
