<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Freeswitch based door communication</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>This should be fairly straight forward...<BR>
<BR>
Have a process monitor the GPIO pin on the RPi for the the state change of the button press probably something like have that button pull the GPIO pin low (theres tons of docs on the RPi sites for doing this)<BR>
<BR>
On the the process monitoring the GPIO pin can fire an originate command to freeswith<BR>
Something like <BR>
# originate endpoint@door default XML ringall DOOR BELL <BR>
<BR>
Where endpoint@door is the proper bridge string for the door&#8217;s end point<BR>
default being the dialplan context and XML being the dialplan<BR>
ringall being an extension destination_number in the dialplan with<BR>
DOOR being the CIDName<BR>
BELL being the CIDNumber<BR>
<BR>
Then in the dialplan just use fork dialing style of bridging... No conferencing required...<BR>
<BR>
&lt;action application=&quot;bridge&quot; data=&quot;user/1000,user/1001,user/1002&quot;/&gt;<BR>
Notice the , in the data= string... The comma tells bridge to try each one at the same time and just connect the call to the one that answers first, the others will then be hung up on...<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
On 12/15/14 11:44 AM, &quot;Michael Traut&quot; &lt;<a href="michael.traut@gmail.com">michael.traut@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Sorry, i try to restate:<BR>
<BR>
Raspberry is running FS, connected are a door SIP and (many) other device in the house. Completely external to the devices and FS an event &quot;bell&quot; is generated (assume by some event on the GPIO). This should trigger FS to connect 1 Leg to the door SIP (which will answer automatically and is always a participant) and the other leg to the first in house phone to answer. The complete session is FS initiated.<BR>
<BR>
So i have two successful &quot;originate&quot; calls and need two connect the two ends together... a kind of &quot;two man conference invitation&quot;.<BR>
<BR>
Am i still obscure?<BR>
</SPAN><FONT SIZE="1"><SPAN STYLE='font-size:9pt'><BR>
&gt; To be clear, you are trying to figure out config for the client running on raspberry (using fs) or for another server?<BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'>&gt;<BR>
&gt; </SPAN><FONT SIZE="1"><SPAN STYLE='font-size:9pt'>yes, you can do originate to multiple destinations, and the first one wins.  This is built in to originate.  I don't think we have any code to receive auto_answer indication, we only send it.  It would require some small code changes to add this.<BR>
&gt; Mike<BR>
<BR>
&gt;&gt; On Dec 14, 2014, at 8:17 PM, Michael Traut &lt;<a href="michael.traut@gmail.com">michael.traut@gmail.com</a>&gt; wrote:<BR>
&gt;&gt;<BR>
&gt;&gt; Hi,<BR>
&gt;&gt;<BR>
&gt;&gt; I'm trying to build a Freeswitch / Raspberry based door communication. While there are some examples for such a constellation for Asterisk, i didn't find (and was not able to invent myself so far) a Freeswitch example.<BR>
&gt;&gt;<BR>
&gt;&gt; The target scenario:<BR>
&gt;&gt;<BR>
&gt;&gt; * A SIP based door module,<BR>
&gt;&gt; * 1-n Pushbuttons, one for each floor<BR>
&gt;&gt; * 1-n SIP Phones per floor<BR>
&gt;&gt;<BR>
&gt;&gt; When a push button is pressed i want to initiate a call to the door (that will be accepted automatically) and a call to all phones on the floor. The first one to answer gets connected to the door.<BR>
&gt;&gt;<BR>
&gt;&gt; Is this something i can do with &quot;originate&quot; ?<BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services: <BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
Twitter: @FreeSWITCH<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>