<br><br><div class="gmail_quote">2010/11/12 Thorsten Göllner <span dir="ltr">&lt;<a href="mailto:tg@ovm-group.com">tg@ovm-group.com</a>&gt;</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&#39;s me again with a cdr-issue. I have the following example<br>
extensions.conf:<br>
<br>
# dial in<br>
exten =&gt; 100,1,Playback(hello)<br>
exten =&gt; 100,n,Dial(local/200,20,rtg)<br>
exten =&gt; 100,n,Playback(pleasewait)<br>
exten =&gt; 100,n,wait(10)<br>
exten =&gt; 100,n,Playback(goodbye)<br>
exten =&gt; 100,n,Hangup<br>
<br>
# for local dial<br>
exten =&gt; 200,1,Playback(hello)<br>
exten =&gt; 200,n,wait(10)<br>
exten =&gt; 100,n,Playback(goodbye)<br>
exten =&gt; 200,n,Hangup<br>
<br>
When dial into 100 I receive 2 CDRs immediatly after finishing the local<br>
Dial-Command:<br>
<br>
&quot;&quot;,&quot;my_phone_number&quot;,&quot;200&quot;,&quot;default&quot;,&quot;my_phone_number&quot;,&quot;Local/200@default-6697;2&quot;,&quot;&quot;,&quot;Hangup&quot;,&quot;&quot;,&quot;2010-11-11<br>
13:16:38&quot;,&quot;2010-11-11 13:16:38&quot;,&quot;2010-11-11<br>
13:16:50&quot;,12,12,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1289481398.20231&quot;,&quot;&quot;<br>
<br>
&quot;&quot;,&quot;my_phone_number&quot;,&quot;100&quot;,&quot;pbx-in&quot;,&quot;my_phone_number&quot;,&quot;DAHDI/27-1&quot;,&quot;Local/200@default-6697;1&quot;,&quot;Dial&quot;,&quot;local/200,20,rtg&quot;,&quot;2010-11-11<br>

13:16:38&quot;,&quot;2010-11-11 13:16:38&quot;,&quot;2010-11-11<br>
13:16:50&quot;,12,12,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1289481398.20229&quot;,&quot;&quot;<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>