I've been trying to figure out how to send a dial string to the asterisks server which should then handle a call to the phone with that extension. I know there are programs like X-Lite and such but I don't want to manually dial it. I want to pass a string instead. Is there any way? Any help or tip would be very much appreciated!

Thanks in advance!

link|improve this question

0% accept rate
feedback

3 Answers

You can use AGI scripts to do this. From AGI scripts you can manage your asterisk box from any language you want

link|improve this answer
feedback

I use call files. Just read: Asterisk auto-dial out.

I made simple CGI script that called via web server creates call file (remember to use temp directory) and then moves it to /var/spool/asterisk/outgoing and Asterisk do rest of work.

link|improve this answer
feedback

Call files can help you easily but AGI using php or perl is far more better

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.