Thomas,<div><br></div><div>What is the ultimate goal of this? I&#39;m just curious what problem you&#39;re trying to solve.</div><div><br></div><div>-MC<br><br><div class="gmail_quote">On Thu, May 5, 2011 at 6:47 PM, Thomas Hoellriegel <span dir="ltr">&lt;<a href="mailto:admin@blindi.net">admin@blindi.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all, i have setup a admingroup in a conference.<br>
My section in conference.conf.xml is:<br>
&lt;group name=&quot;admin&quot;&gt;<br>
 &lt;control action=&quot;execute_application&quot; digits=&quot;2&quot;<br>
 data=&quot;bridge loopback/427/default&quot;/&gt;<br>
<br>
my 427:<br>
&lt;extension name=&quot;DISA for conference dialout&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^(427)$&quot;&gt;<br>
 &lt;action application=&quot;answer&quot;/&gt;<br>
 &lt;action application=&quot;sleep&quot; data=&quot;100&quot;/&gt;<br>
&lt;action application=&quot;read&quot;<br>
data=&quot;2 30 &#39;tone_stream://%(10000,0,3 50,440)&#39; digits 30000 #&quot;/&gt;<br>
&lt;action application=&quot;set&quot;<br>
data=&quot;konfnum=${hash(select/confout/thomas)}&quot;/&gt;<br>
&lt;action application=&quot;export&quot;<br>
data=&quot;konfnum1=${hash(select/confout/thomas)}&quot;/&gt;<br>
<br>
&lt;action application=&quot;system&quot;<br>
data=&quot;$${base_dir}/scripts/callme.sh ${konfnum}  ${digits}&quot; /&gt;<br>
<br>
My callme.sh:<br>
#!/bin/sh<br>
##callout for a conference<br>
/usr/local/freeswitch/bin/fs_cli -x<br>
 &quot;bgapi originate  {ignore_early_media=true,originate_retries=100,<br>
 origination_caller_id_name=Callback,originate_retry_sleep_ms=10000,<br>
 originate_timeout=900}loopback/$2/disa &amp;conference($1@admin)&quot;<br>
<br>
My Adminextension:<br>
    &lt;extension name=&quot;local admin  konferenz&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(7676)$&quot;&gt;<br>
        &lt;action application=&quot;answer&quot;/&gt;<br>
     &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
&lt;action application=&quot;hash&quot;<br>
data=&quot;insert/confout/thomas/$1-${domain_name}&quot;/&gt;<br>
&lt;action application=&quot;conference&quot; data=&quot;$1-${domain_name}@admin&quot;/&gt;<br>
 &lt;/condition&gt;<br>
 &lt;/extension&gt;<br>
<br>
These works fine from my sipadapters.<br>
I  enter the adminextension, press 2 heare the dialtone, enter the outside numer, press # and go back to the conference. This is ok.<br>
<br>
The problem: i use the originate command to call me self.<br>
I enter the admin extension. Then i press 2 and hear the dialtone, i enter the phonenumber and press #. Freeswitch hangup my callbackline.<br>
I like to go back to my conference.<br>
the same from my sip-adapters.<br>
Can you help me please?<br>
I neet a parameter on the originate command or so?<br>
<br>
Thanks.<br>
<br>
<br>
<br>
<br>
<br>
---------------<br>
Du kannst mich jederzeit kostenlos per Festnetz erreichen unter:<br>
<a href="http://www.blindi.net/callback" target="_blank">http://www.blindi.net/callback</a><br>
homepage: <a href="http://www.blindi.net" target="_blank">http://www.blindi.net</a><br>
blinde-misc mailingliste für blinde. anmeldung unter:<br>
<a href="http://www.blindi.net/mailman/listinfo/blinde-misc" target="_blank">http://www.blindi.net/mailman/listinfo/blinde-misc</a><br>
<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>