<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">El 27/04/2014 8:39 p. m., Sean Darcy
escribió:<br>
</div>
<blockquote cite="mid:ljkbhe$tgr$1@ger.gmane.org" type="cite">On
11.9.0:
<br>
<br>
<br>
<blockquote type="cite"> -- Accepting AUTHENTICATED call from
111.xxx.yyy.zzz:
<br>
-- > requested format = speex,
<br>
-- > requested prefs = (),
<br>
-- > actual format = ulaw,
<br>
-- > host prefs = (silk16|ulaw|gsm|g722),
<br>
-- > priority = mine
<br>
-- Executing [8447@voip-in:1] Dial("IAX2/n4-5734",
"IAX2/ncal") in new stack
<br>
-- Called IAX2/ncal
<br>
-- Call accepted by 68.xxx.yyy.zzz (format ulaw)
<br>
-- Format for call is (ulaw)
<br>
-- IAX2/ncal-1777 is ringing
<br>
-- IAX2/ncal-1777 answered IAX2/n4-5734
<br>
-- Channel 'IAX2/n4-5734' unable to transfer
<br>
-- Channel 'IAX2/ncal-1777' unable to transfer
<br>
-- Channel 'IAX2/ncal-1777' unable to transfer
<br>
-- Hungup 'IAX2/ncal-1777'
<br>
</blockquote>
<br>
What's the problem?
<br>
<br>
sean
<br>
<br>
<br>
</blockquote>
There is no problem, simply asterisk is attempting a native
peer-to-peer IAX2 call and it can't, so it stays in the middle
bringing both signalling and media.<br>
<br>
This links could help you:<br>
<br>
<a class="moz-txt-link-freetext" href="http://doxygen.asterisk.org/trunk/Config_iax.html">http://doxygen.asterisk.org/trunk/Config_iax.html</a><br>
<br>
<pre class="fragment" style="font-family: monospace, fixed; font-size: 13px; border: 1px solid rgb(204, 204, 204); background-color: rgb(245, 245, 245); margin: 4px 8px 4px 2px; padding: 4px 6px; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">;transfer=no ; Disable IAX2 native transfer
;transfer=mediaonly ; When doing IAX2 native transfers, transfer only
; the media stream
</pre>
<br>
<a class="moz-txt-link-freetext" href="http://forums.asterisk.org/viewtopic.php?f=1&t=751">http://forums.asterisk.org/viewtopic.php?f=1&t=751</a><br>
<br>
<p class="author" style="margin: 0px 15em 0.6em 0px; padding: 0px
0px 5px; line-height: 1.2em; font-size: 12px; font-family:
Verdana, Helvetica, Arial, sans-serif; color: rgb(51, 51, 51);
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; orphans: auto; text-align: start;
text-indent: 0px; text-transform: none; white-space: normal;
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(236, 243, 247);"><a
href="http://forums.asterisk.org/viewtopic.php?p=2321&sid=904b6e06a9056ff214ad2a0913566791#p2321"
style="margin: 0px; padding: 0px; color: rgb(16, 82, 137);
text-decoration: none;"><img
src="cid:part1.08050304.09050709@millenium.com.co" alt="Post"
title="Post" style="margin: 0px; padding: 0px; border-width:
0px;" width="11" height="9"></a>by<span
class="Apple-converted-space"> </span><strong style="margin:
0px; padding: 0px;"><a
href="http://forums.asterisk.org/memberlist.php?mode=viewprofile&u=21422&sid=904b6e06a9056ff214ad2a0913566791"
style="margin: 0px; padding: 0px; color: rgb(16, 82, 137);
text-decoration: none;">dmikusa</a></strong><span
class="Apple-converted-space"> </span>» Tue Jul 26, 2005 7:55 am</p>
<div class="content" style="margin: 0px; padding: 0px; min-height:
3em; overflow: hidden; line-height: 1.4em; font-family: 'Lucida
Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em; color: rgb(51, 51, 51); font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: auto;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(236, 243, 247);">I'm not sure that this is
an exact solution to your problem, but it may help. When Asterisk
transfers an IAX to IAX call, by default, it attempts to make it a
peer to peer call. So when it transfers, the Asterisk box is
removed from the loop. You can changed this behavior with this
parameter.<span class="Apple-converted-space"> </span><br
style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">
notransfer = yes | no<span class="Apple-converted-space"> </span><br
style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">
If an IAX phone calls another IAX phone by using a Asterisk
server,<span class="Apple-converted-space"> </span><br
style="margin: 0px; padding: 0px;">
Asterisk will transfer the call to go peer to peer. If you do not<span
class="Apple-converted-space"> </span><br style="margin: 0px;
padding: 0px;">
want this, turn on notransfer with a "yes". This is also settable<span
class="Apple-converted-space"> </span><br style="margin: 0px;
padding: 0px;">
for peers and users.<span class="Apple-converted-space"> <br>
</span></div>
<br>
Best regards<br>
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
<tr>
<td style='border:none;padding:0px 15px 0px 8px'>
<a href="http://www.avast.com/">
<img border=0 src="http://static.avast.com/emails/avast-mail-stamp.png" />
</a>
</td>
<td>
<p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
Este mensaje no contiene virus ni malware porque la protección de <a href="http://www.avast.com/">avast! Antivirus</a> está activa.
</p>
</td>
</tr>
</table>
<br />
</body>
</html>