look up the originate api instead of conference dial<br><br>originate /dial/string conference:myconf+flags{foo} inline<br><br><br><div class="gmail_quote">On Fri, Jan 15, 2010 at 1:18 PM, Alfredo Quiroga-Villamil <span dir="ltr">&lt;<a href="mailto:lawwton@gmail.com">lawwton@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Anthony:<br>
<br>
I think I spoke too soon. I looked at the example; but I was under the<br>
impression based on your previous comment that I would be able to<br>
invoke the conference dial api command over HTTP and specify the flags<br>
as part of the dial string. The wiki page has the following for the<br>
API call I am thinking:<br>
<br>
dial<br>
<br>
Dial a destination via a specific endpoint (ie. call mom from the conference).<br>
<br>
Usage: conference &lt;confname&gt; dial [{dial string<br>
options}]&lt;endpoint_module_name&gt;/&lt;destination&gt; [&lt;callerid_number&gt;<br>
[&lt;callerid_name&gt;]]<br>
<br>
I would like to specify the privilege in this api call. Is that<br>
doable? If not how could I accomplish it? Would I be able to pass the<br>
flags in {dial string options}?<br>
<br>
Thanks in advance for the help,<br>
<br>
Alfredo<br>
<br>
On Fri, Jan 15, 2010 at 12:53 PM, Alfredo Quiroga-Villamil<br>
<div><div></div><div class="h5">&lt;<a href="mailto:lawwton@gmail.com">lawwton@gmail.com</a>&gt; wrote:<br>
&gt; Awesome! That&#39;s even nicer.<br>
&gt;<br>
&gt; Appreciate it.<br>
&gt;<br>
&gt; Alfredo Q-V<br>
&gt;<br>
&gt; On Fri, Jan 15, 2010 at 12:02 PM, Anthony Minessale<br>
&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt; the flags are set as part of the dial string so you can easily choose that,<br>
&gt;&gt; int the example I told you to look at notice the +flags{} bit at the end of<br>
&gt;&gt; some of the dial strings.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Jan 15, 2010 at 10:42 AM, Alfredo Quiroga-Villamil<br>
&gt;&gt; &lt;<a href="mailto:lawwton@gmail.com">lawwton@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Appreciate the fast response Anthony.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Response or ideas on how to implement a) ?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; a) It seemed to me like the way to setup the moderator of the<br>
&gt;&gt;&gt; conference is by setting a parameter in the DialPlan and specifying<br>
&gt;&gt;&gt; based on a condition who the moderator is, say for instance the<br>
&gt;&gt;&gt; destination number. That&#39;s fine and it makes sense, however, say that<br>
&gt;&gt;&gt; I am creating a new conference and I want to have 3 participants where<br>
&gt;&gt;&gt; one of them is the moderator. What would I have to do to specify that<br>
&gt;&gt;&gt; person A dialing for example number xxx-xxx-xxxx is the moderator (via<br>
&gt;&gt;&gt; HTTP)? Would I have to create my own call to the system and add say an<br>
&gt;&gt;&gt; entry to DialPlan with the right parameter for the moderator, then<br>
&gt;&gt;&gt; create the conference?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks in advance,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Alfredo Q-V<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Jan 15, 2010 at 11:13 AM, Anthony Minessale<br>
&gt;&gt;&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; look at the &quot;mad boss&quot; extension in the default dialplan<br>
&gt;&gt;&gt; &gt; conf/dialplan/default.xml to see how to craft an all-hands conference.<br>
&gt;&gt;&gt; &gt; otherwise individual calls to originate to send people to the conference<br>
&gt;&gt;&gt; &gt; is<br>
&gt;&gt;&gt; &gt; also ok.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Fri, Jan 15, 2010 at 9:00 AM, Alfredo Quiroga-Villamil<br>
&gt;&gt;&gt; &gt; &lt;<a href="mailto:lawwton@gmail.com">lawwton@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Hello:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I&#39;ve been using asterisk for a little bit over three years now. A<br>
&gt;&gt;&gt; &gt;&gt; couple of months ago I found out about freeswitch, took a look at it,<br>
&gt;&gt;&gt; &gt;&gt; thought it was interesting and moved on. A few weeks ago, I started<br>
&gt;&gt;&gt; &gt;&gt; looking at a project I&#39;ve been wanting to work on for quite a while<br>
&gt;&gt;&gt; &gt;&gt; using conferences and started exploring systems and different<br>
&gt;&gt;&gt; &gt;&gt; approaches. Based on the requirements I have, I decided to use<br>
&gt;&gt;&gt; &gt;&gt; freeswitch. It seemed like it had the best support for conferencing so<br>
&gt;&gt;&gt; &gt;&gt; I went for it. According to some documentation I found it also seems<br>
&gt;&gt;&gt; &gt;&gt; to allow for more concurrent calls than asterisk which is an added<br>
&gt;&gt;&gt; &gt;&gt; bonus.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I got a server ready, installed FC8 on it which is what I have in<br>
&gt;&gt;&gt; &gt;&gt; production now, unpacked freeswitch there and so far it&#39;s running<br>
&gt;&gt;&gt; &gt;&gt; beautifully. Very painless process really to get it installed, I was<br>
&gt;&gt;&gt; &gt;&gt; happy to see that. Configuration seems a bit different since it&#39;s XML;<br>
&gt;&gt;&gt; &gt;&gt; but being a developer myself I can see many advantages to having done<br>
&gt;&gt;&gt; &gt;&gt; that in the future as the system scales and grows in complexity.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Sorry for the long introduction, getting to my question now. So ...<br>
&gt;&gt;&gt; &gt;&gt; What I want to be able to do is the following:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Create and control conferences via the HTTP API. I&#39;ve been reading a<br>
&gt;&gt;&gt; &gt;&gt; bit for the past two days the documentation and I am becoming more<br>
&gt;&gt;&gt; &gt;&gt; familiar now with how things are done using ESL, the support for PHP,<br>
&gt;&gt;&gt; &gt;&gt; perl and I believe others.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; a) It seemed to me like the way to setup the moderator of the<br>
&gt;&gt;&gt; &gt;&gt; conference is by setting a parameter in the DialPlan and specifying<br>
&gt;&gt;&gt; &gt;&gt; based on a condition who the moderator is, say for instance the<br>
&gt;&gt;&gt; &gt;&gt; destination number. That&#39;s fine and it makes sense, however, say that<br>
&gt;&gt;&gt; &gt;&gt; I am creating a new conference and I want to have 3 participants where<br>
&gt;&gt;&gt; &gt;&gt; one of them is the moderator. What would I have to do to specify that<br>
&gt;&gt;&gt; &gt;&gt; person A dialing for example number xxx-xxx-xxxx is the moderator (via<br>
&gt;&gt;&gt; &gt;&gt; HTTP)? Would I have to create my own call to the system and add say an<br>
&gt;&gt;&gt; &gt;&gt; entry to DialPlan with the right parameter for the moderator, then<br>
&gt;&gt;&gt; &gt;&gt; create the conference?<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; b) When a conference is created, or when I go to create a new<br>
&gt;&gt;&gt; &gt;&gt; conference via HTTP using the API, does it allow for example for all<br>
&gt;&gt;&gt; &gt;&gt; numbers that will be added to be dialed at once? Or should the process<br>
&gt;&gt;&gt; &gt;&gt; be dial each participant, sending say 3 http requests via the API? The<br>
&gt;&gt;&gt; &gt;&gt; API command &quot;conference dial&quot; seems to only take one argument for<br>
&gt;&gt;&gt; &gt;&gt; destination number; but I am asking just in case I missed something.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Thanks in advance for the help and I apologize for the long email.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Alfredo<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt; Anthony Minessale II<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt;&gt; &gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt;&gt; &gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; AIM: anthm<br>
&gt;&gt;&gt; &gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt;&gt; &gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt;&gt; &gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FreeSWITCH Developer Conference<br>
&gt;&gt;&gt; &gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt;&gt;&gt; &gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; pstn:+19193869900<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Anthony Minessale II<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt;<br>
&gt;&gt; AIM: anthm<br>
&gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt;&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt; pstn:+19193869900<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:+19193869900<br>