1) Ok, I&#39;m using now self/peer on the feature map<div>2) there&#39;s no space in features.conf. </div><div>toca_macaco =&gt; 1,self/caller,Playback,tt-monkeys</div><div><br></div><div>But it&#39;s not working yet. <br>
<br><div class="gmail_quote">On Mon, Jul 26, 2010 at 11:33 PM, Tilghman Lesher <span dir="ltr">&lt;<a href="mailto:tlesher@digium.com">tlesher@digium.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Monday 26 July 2010 15:20:26 Felipe Figueiredo wrote:<br>
&gt; Hi guys,<br>
&gt; i&#39;m trying to use the &quot;featuremap&quot; of features.conf inside the app meetme,<br>
&gt; but it&#39;s no working.<br>
&gt; like:<br>
&gt; _5XXX =&gt;  {<br>
&gt;           Set(DYNAMIC_FEATURES=toca_macaco);<br>
&gt;           MeetMe(${EXTEN},F); //F forces the meetme to pass DTMF<br>
&gt;           Hangup();<br>
&gt; };<br>
&gt;<br>
&gt; in features.conf:<br>
&gt; toca_macaco =&gt; 123, peer, Playback,tt-monkeys<br>
<br>
</div>1) There is no peer when you invoke MeetMe.  There is only a single call leg.<br>
You therefore want &quot;self&quot; or &quot;caller&quot;.<br>
2) Kill the spaces on this line.  All of them.  Note that &quot; self&quot;, &quot; caller&quot;,<br>
or &quot; peer&quot; do not match anything and will thus signal &quot;Invalid &#39;ActivateOn&#39;<br>
specification for feature...&quot; at boot or reload.  Similarly, there is a<br>
dialplan application named &quot;Playback&quot;, but there is no dialplan application<br>
named &quot; Playback&quot;.<br>
<br>
--<br>
Tilghman Lesher<br>
Digium, Inc. | Senior Software Developer<br>
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">_____________________________________________________________________<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>
</div></div></blockquote></div><br></div>