<div dir="ltr">Hi,<br>I have got a minor problem with ast_do_masquerade. When this function renames channels, in order to mark them as zombies, it appends the string &lt;ZOMBIE&gt; to the name. This is sufficient to recognise these channels with AMI. The problem with this is, that when the length of the channel&#39;s name + the length of &quot;&lt;ZOMBIE&gt;&quot; exceeds AST_CHANNEL_NAME, the resulting channelname gets truncated, and so the channel can not be identified using AMI correctly. Trying to keep track of renamed/cloned channels seems difficult enough for me, but when this strange effect occurs, that gets even harder, if not impossible.<br>
<br>I&#39;d like to suggest changing the renaming to something, that keeps the &quot;&lt;ZOMBIE&gt;&quot; suffix intact, so it can be tracked correctly as what it is or introducing another way to track them. Maybe just publishing the effective renaming and omitting the masquerading magic would also be a good solution. A zombie channel does not seem so useful anyway.<br>
<br>Best regards, Marcus<br><br clear="all"><br>-- <br>Marcus Hunger - <a href="mailto:hunger@sipgate.de">hunger@sipgate.de</a><br>Telefon: +49 (0)211-63 55 55-61<br>Telefax: +49 (0)211-63 55 55-22<br><br>sipgate GmbH - Gladbacher Str. 74 - 40219 Düsseldorf<br>
HRB Düsseldorf 39841 - Geschäftsführer: Thilo Salmon, Tim Mois<br>Steuernummer: 106 / 5724 / 7147, Umsatzsteuer-ID: DE219349391<br><br><a href="http://www.sipgate.de">www.sipgate.de</a> - <a href="http://www.sipgate.at">www.sipgate.at</a> - <a href="http://www.sipgate.co.uk">www.sipgate.co.uk</a><br>

</div>