Thorsten Göllner
2010-Nov-12 09:23 UTC
[asterisk-users] Asterisk 1.6.20 / CDR issue with app-dial / bug or feature?
Hi, it's me again with a cdr-issue. I have the following example extensions.conf: # dial in exten => 100,1,Playback(hello) exten => 100,n,Dial(local/200,20,rtg) exten => 100,n,Playback(pleasewait) exten => 100,n,wait(10) exten => 100,n,Playback(goodbye) exten => 100,n,Hangup # for local dial exten => 200,1,Playback(hello) exten => 200,n,wait(10) exten => 100,n,Playback(goodbye) exten => 200,n,Hangup When dial into 100 I receive 2 CDRs immediatly after finishing the local Dial-Command: "","my_phone_number","200","default","my_phone_number","Local/200 at default-6697;2","","Hangup","","2010-11-11 13:16:38","2010-11-11 13:16:38","2010-11-11 13:16:50",12,12,"ANSWERED","DOCUMENTATION","1289481398.20231","" "","my_phone_number","100","pbx-in","my_phone_number","DAHDI/27-1","Local/200 at default-6697;1","Dial","local/200,20,rtg","2010-11-11 13:16:38","2010-11-11 13:16:38","2010-11-11 13:16:50",12,12,"ANSWERED","DOCUMENTATION","1289481398.20229","" So the second CDR is my call but the duration ignores that after the Dial-Command the call still continues (wait(10) and Playback). Ist that a bug or feature? -Thorsten-
Olivier
2010-Nov-12 14:12 UTC
[asterisk-users] Asterisk 1.6.20 / CDR issue with app-dial / bug or feature?
2010/11/12 Thorsten G?llner <tg at ovm-group.com>> Hi, > > it's me again with a cdr-issue. I have the following example > extensions.conf: > > # dial in > exten => 100,1,Playback(hello) > exten => 100,n,Dial(local/200,20,rtg) > exten => 100,n,Playback(pleasewait) > exten => 100,n,wait(10) > exten => 100,n,Playback(goodbye) > exten => 100,n,Hangup > > # for local dial > exten => 200,1,Playback(hello) > exten => 200,n,wait(10) > exten => 100,n,Playback(goodbye) > exten => 200,n,Hangup > > When dial into 100 I receive 2 CDRs immediatly after finishing the local > Dial-Command: > > > "","my_phone_number","200","default","my_phone_number","Local/200 at default-6697 > ;2","","Hangup","","2010-11-11 > 13:16:38","2010-11-11 13:16:38","2010-11-11 > 13:16:50",12,12,"ANSWERED","DOCUMENTATION","1289481398.20231","" > > > "","my_phone_number","100","pbx-in","my_phone_number","DAHDI/27-1","Local/200 at default-6697 > ;1","Dial","local/200,20,rtg","2010-11-11 > 13:16:38","2010-11-11 13:16:38","2010-11-11 > 13:16:50",12,12,"ANSWERED","DOCUMENTATION","1289481398.20229","" > > So the second CDR is my call but the duration ignores that after the > Dial-Command the call still continues (wait(10) and Playback). > > Ist that a bug or feature? > > -Thorsten- > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >Do you mean 1.6.2.X or 1.6.1.20 (in your title) ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101112/2e0f162a/attachment.htm