If you have 70 hops through the dialplan then it's probably because you have a routing loop. The 70 hops acts as a "circuit breaker" to keep the call from looping forever.<div><br></div><div>The next step for you is to determine why your call is looping through the dialplan so many times. is that truly needed?</div>
<div><br></div><div>-MC<br><br><div class="gmail_quote">2011/8/2 Kozak Vladimir <span dir="ltr"><<a href="mailto:vkozak@abisoft.spb.ru">vkozak@abisoft.spb.ru</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<u></u>
<div bgcolor="#ffffff">
<div><font size="2" face="Arial">Hi all.</font></div>
<div><font size="2" face="Arial">FreeSWITCH Version 1.0.head (git-9ff8f53 2011-05-03
12-13-52 -0400)</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">I have problem with transfer channel to FS
extension.</font></div>
<div><font size="2" face="Arial">I send from external system to FS command
as</font></div>
<div><font size="2" face="Arial"><font size="2"> "SendMsg " + uniqueId +
"\n" +<br> "call-command: execute\n"
+<br> "execute-app-name: transfer\n"
+<br> "execute-app-arg: " + destination +
"\n\n";</font></font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">after ~70 correct transfer actions FS send BYE to
my phone and send HANGUP_EVENT with cause EXCHANGE_ROUTING_ERROR to my system.
(FS log attached)</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">from FS loggs:</font></div>
<div><font size="2" face="Arial">2011-08-09 04:48:38.525293 [DEBUG] mod_sofia.c:457
Channel <a href="mailto:sofia/internal/1000@vkozak.starpoundtech.net" target="_blank">sofia/internal/1000@vkozak.starpoundtech.net</a>
hanging up, cause: EXCHANGE_ROUTING_ERROR<br>2011-08-09 04:48:38.525293 [DEBUG]
mod_sofia.c:500 Sending BYE to <a href="mailto:sofia/internal/1000@vkozak.starpoundtech.net" target="_blank">sofia/internal/1000@vkozak.starpoundtech.net</a></font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">what for does limitation of transfer operations
exist?</font></div>
<div><font size="2" face="Arial">how can I avoid this issue?</font></div>
<div><font size="2" face="Arial">is't possible to increase number of hops for
transfer command?</font></div></div>
<br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>