<font face="verdana,sans-serif">Anthony,<br clear="all"></font><br clear="all">Thank you for the direction. The following syntax works<div><br></div><div>&lt;action application=&quot;bridge&quot; data=&quot;{ignore_early_media=true}[leg_timeout=20]user/${dialed_extension}@${domain_name}:_:{ignore_early_media=true,group_confirm_file=/usr/local/freeswitch/sounds/en/us/callie/followme/press-1-to-accept.wav,group_confirm_key=1}[leg_timeout=20]sofia/gateway/utel/${user_data(${dialed_extension}@${domain_name} var followme_number)}&quot;/&gt;</div>

<div><br></div><div>I assume this is the right way of doing. Please let me know if this is wrong.</div><div><br></div><div>Thanks</div><div>Lloyd<br>
<br><br><div class="gmail_quote">On Tue, Dec 28, 2010 at 9:26 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<p>Your syntax is wrong you put the group confirm vars inside the same. {} as the ignore early media the {} encloses several comma sep name val pairs. Review the wiki on originate syntax.</p><div><div></div><div class="h5">


<div class="gmail_quote">On Dec 26, 2010 2:39 PM, &quot;Aloysius Lloyd&quot; &lt;<a href="mailto:lloyd.aloysius@gmail.com" target="_blank">lloyd.aloysius@gmail.com</a>&gt; wrote:<br type="attribution">&gt; Hi All,<br>&gt; <br>

&gt; Dial plan below use group_confrim,  work for both internal and external<br>
&gt; (PSTN) Calls without any issues<br>&gt; <br>&gt; &lt;action application=&quot;bridge&quot; data=&quot;{ignore_early_media=true,*<br>&gt; group_confirm_file=/usr/local/freeswitch/sounds/en/us/callie/followme/press-1-to-accept.wav,group_confirm_key=1<br>


&gt; *}user/${dialed_extension}@<br>&gt; ${domain_name},sofia/gateway/voipms/${user_data(${dialed_extension}@${domain_name}<br>&gt; var followme_number)}&quot;/&gt;<br>&gt; <br>&gt; <br>&gt; -----<br>&gt; <br>&gt; But I would like to use the group_confirm feature for external PSTN (Calls<br>


&gt; only). The following Dial plan is not working and the console log below.<br>&gt; <br>&gt; &lt;action application=&quot;bridge&quot;<br>&gt; data=&quot;{ignore_early_media=true}user/${dialed_extension}@${domain_name},{*<br>


&gt; group_confirm_file=/usr/local/freeswitch/sounds/en/us/callie/followme/press-1-to-accept.wav,group_confirm_key=1<br>&gt; *}sofia/gateway/voipms/${user_data(${dialed_extension}@${domain_name} var<br>&gt; followme_number)}&quot;/&gt;<br>


&gt; <br>&gt; <br>&gt; *Console Log*<br>&gt; <br>&gt; 2010-12-26 15:23:21.796308 [ERR] switch_core_session.c:380 Could not locate<br>&gt; channel type {group_confirm_file=<br>&gt; 2010-12-26 15:23:21.796308 [ERR] switch_ivr_originate.c:2614 Cannot create<br>


&gt; outgoing channel of type [{group_confirm_file=] cause:<br>&gt; [CHAN_NOT_IMPLEMENTED]<br>&gt; 2010-12-26 15:23:21.796308 [ERR] switch_core_session.c:380 Could not locate<br>&gt; channel type group_confirm_key=1}sofia<br>


&gt; 2010-12-26 15:23:21.796308 [ERR] switch_ivr_originate.c:2614 Cannot create<br>&gt; outgoing channel of type [group_confirm_key=1}sofia] cause:<br>&gt; [CHAN_NOT_IMPLEMENTED]<br>&gt; <br>&gt; --------<br>&gt; <br>&gt; Any help is appreciated.<br>


&gt; <br>&gt; Thanks<br>&gt; Lloyd<br></div>
</div></div><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>