<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><action application="bridge" data="{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)}"/></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"><<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>></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, "Aloysius Lloyd" <<a href="mailto:lloyd.aloysius@gmail.com" target="_blank">lloyd.aloysius@gmail.com</a>> wrote:<br type="attribution">> Hi All,<br>> <br>
> Dial plan below use group_confrim, work for both internal and external<br>
> (PSTN) Calls without any issues<br>> <br>> <action application="bridge" data="{ignore_early_media=true,*<br>> group_confirm_file=/usr/local/freeswitch/sounds/en/us/callie/followme/press-1-to-accept.wav,group_confirm_key=1<br>
> *}user/${dialed_extension}@<br>> ${domain_name},sofia/gateway/voipms/${user_data(${dialed_extension}@${domain_name}<br>> var followme_number)}"/><br>> <br>> <br>> -----<br>> <br>> But I would like to use the group_confirm feature for external PSTN (Calls<br>
> only). The following Dial plan is not working and the console log below.<br>> <br>> <action application="bridge"<br>> data="{ignore_early_media=true}user/${dialed_extension}@${domain_name},{*<br>
> group_confirm_file=/usr/local/freeswitch/sounds/en/us/callie/followme/press-1-to-accept.wav,group_confirm_key=1<br>> *}sofia/gateway/voipms/${user_data(${dialed_extension}@${domain_name} var<br>> followme_number)}"/><br>
> <br>> <br>> *Console Log*<br>> <br>> 2010-12-26 15:23:21.796308 [ERR] switch_core_session.c:380 Could not locate<br>> channel type {group_confirm_file=<br>> 2010-12-26 15:23:21.796308 [ERR] switch_ivr_originate.c:2614 Cannot create<br>
> outgoing channel of type [{group_confirm_file=] cause:<br>> [CHAN_NOT_IMPLEMENTED]<br>> 2010-12-26 15:23:21.796308 [ERR] switch_core_session.c:380 Could not locate<br>> channel type group_confirm_key=1}sofia<br>
> 2010-12-26 15:23:21.796308 [ERR] switch_ivr_originate.c:2614 Cannot create<br>> outgoing channel of type [group_confirm_key=1}sofia] cause:<br>> [CHAN_NOT_IMPLEMENTED]<br>> <br>> --------<br>> <br>> Any help is appreciated.<br>
> <br>> Thanks<br>> 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>