<br><br><div class="gmail_quote">2010/11/12 Thorsten Göllner <span dir="ltr"><<a href="mailto:tg@ovm-group.com">tg@ovm-group.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
it's me again with a cdr-issue. I have the following example<br>
extensions.conf:<br>
<br>
# dial in<br>
exten => 100,1,Playback(hello)<br>
exten => 100,n,Dial(local/200,20,rtg)<br>
exten => 100,n,Playback(pleasewait)<br>
exten => 100,n,wait(10)<br>
exten => 100,n,Playback(goodbye)<br>
exten => 100,n,Hangup<br>
<br>
# for local dial<br>
exten => 200,1,Playback(hello)<br>
exten => 200,n,wait(10)<br>
exten => 100,n,Playback(goodbye)<br>
exten => 200,n,Hangup<br>
<br>
When dial into 100 I receive 2 CDRs immediatly after finishing the local<br>
Dial-Command:<br>
<br>
"","my_phone_number","200","default","my_phone_number","Local/200@default-6697;2","","Hangup","","2010-11-11<br>
13:16:38","2010-11-11 13:16:38","2010-11-11<br>
13:16:50",12,12,"ANSWERED","DOCUMENTATION","1289481398.20231",""<br>
<br>
"","my_phone_number","100","pbx-in","my_phone_number","DAHDI/27-1","Local/200@default-6697;1","Dial","local/200,20,rtg","2010-11-11<br>
13:16:38","2010-11-11 13:16:38","2010-11-11<br>
13:16:50",12,12,"ANSWERED","DOCUMENTATION","1289481398.20229",""<br>
<br>
So the second CDR is my call but the duration ignores that after the<br>
Dial-Command the call still continues (wait(10) and Playback).<br>
<br>
Ist that a bug or feature?<br>
<br>
-Thorsten-<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>Do you mean 1.6.2.X or 1.6.1.20 (in your title) ?<br>