<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hi list, <br>
<br>
I have been experiencing a strange behavior with asterisk and i would
like to know if someone else has face it.<br>
<br>
This is my scenario,<br>
<br>
3 extensions created on sip.conf: 121 | 123 | 123<br>
<br>
Everything work just perfect except for the following issue:<br>
<br>
I have this block on my extensions.conf<br>
<br>
[record] ;-------Extensiones individuales<br>
exten =&gt; _7781[23]X,1,Authenticate(/etc/asterisk/eavepass|am)&nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; ; Authenticate<br>
exten =&gt;
_7781[23]X,n,extenspy(${EXTEN:3:6}@${CONTEXT}|bqr(${EXTEN:3:6}-))&nbsp; ;
extenspy(exten@context|bqr(fileprefix-)<br>
exten =&gt; _7781[23]X,n,Hangup&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; ; Hangup<br>
<br>
<br>
If 122 calls 123 , and 123 answers ( 122 =====[called]====&gt; 123 ):<br>
- Dialing 778<b>122</b> from 121 (for spying and recording) generates a
0 byte file like 122-.1203025287.raw (on /var/spool/asterisk/monitor/)<br>
- Dialing 778<b>123</b> from 121 (for spying and recording) generates a
byte-significant file like 123-.1203025598.raw<br>
<br>
</tt><tt>If 123 calls 122 , and 122 answers ( 123 =====[called]====&gt;
122 ):<br>
- Dialing 778<b>122</b> from 121 (for spying and recording) generates a
byte-significant file like 122-.1203025808.raw<br>
- Dialing 778<b>123</b> from 121 (for spying and recording) generates a
0 byte file like 123-.1203025923.raw<br>
<br>
In the situation where the 0 byte file is generated, NO AUDIO is
listened on 121; I have NO IDEA of what could be causing this, as
there's no apprently refference on the documentation. Could this be a
possible bug?<br>
<br>
<br>
Regards,<br>
<br>
<br>
# --<br>
# Jose P. Espinal<br>
# <a class="moz-txt-link-freetext" href="http://www.slackware-es.com">http://www.slackware-es.com</a><br>
</tt><tt># --<br>
<br>
</tt>
</body>
</html>