Thomas,<div><br></div><div>What is the ultimate goal of this? I'm just curious what problem you'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"><<a href="mailto:admin@blindi.net">admin@blindi.net</a>></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>
<group name="admin"><br>
<control action="execute_application" digits="2"<br>
data="bridge loopback/427/default"/><br>
<br>
my 427:<br>
<extension name="DISA for conference dialout"><br>
<condition field="destination_number" expression="^(427)$"><br>
<action application="answer"/><br>
<action application="sleep" data="100"/><br>
<action application="read"<br>
data="2 30 'tone_stream://%(10000,0,3 50,440)' digits 30000 #"/><br>
<action application="set"<br>
data="konfnum=${hash(select/confout/thomas)}"/><br>
<action application="export"<br>
data="konfnum1=${hash(select/confout/thomas)}"/><br>
<br>
<action application="system"<br>
data="$${base_dir}/scripts/callme.sh ${konfnum} ${digits}" /><br>
<br>
My callme.sh:<br>
#!/bin/sh<br>
##callout for a conference<br>
/usr/local/freeswitch/bin/fs_cli -x<br>
"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 &conference($1@admin)"<br>
<br>
My Adminextension:<br>
<extension name="local admin konferenz"><br>
<condition field="destination_number" expression="^(7676)$"><br>
<action application="answer"/><br>
<action application="sleep" data="1000"/><br>
<action application="hash"<br>
data="insert/confout/thomas/$1-${domain_name}"/><br>
<action application="conference" data="$1-${domain_name}@admin"/><br>
</condition><br>
</extension><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>