<tt><font size=2>> Hi everyone.<br>
> <br>
> I'm new with Asterisk and I have to create a dial plan that will <br>
> invoke a binary code. That is, asterisk will execute a program in
<br>
> the same machine. How to do it?<br>
> <br>
> Let me explain what I have to do:<br>
> <br>
> In the project that I am currently working, there is smartphones,
<br>
> SIP servers and doors/gates to be unlocked remotely. When the user
<br>
> executes an application on his/her phone, it will presents a button
<br>
> to unlock a remote gate or door.<br>
> By  pressing such button, the application will send a SIP INVITE
to <br>
> the SIP server (Asterisk). In this moment, a existing dial plan <br>
> should call an executable hosted in the current machine. In this <br>
> case I need to know how to program my extensions.conf to let <br>
> Asterisk invoke another software to me.<br>
> The another software is the one responsible for unlocking a gate or
door.<br>
> <br>
> So, how to codify my extensions.conf in order to make Asterisk <br>
> invoke another software?<br>
> Is another better way (idea) to implement my project using Asterisk
<br>
> and SIP? If so, comment, please!<br>
> <br>
> Any hint will be very helpful!<br>
</font></tt>
<br><tt><font size=2>Look into the System() dialplan application. It will
execute a command on the system for you. Be aware that it will execute
it as the user your Asterisk instance is running as, so permissions can
sometimes be a bit finicky to get correct. I do something similar to pop
my gate open. It is using nc to make a connection to the device, but same
general idea as what you are doing.</font></tt>