<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 class="gmail_quote">On Dec 26, 2010 2:39 PM, &quot;Aloysius Lloyd&quot; &lt;<a href="mailto:lloyd.aloysius@gmail.com">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>