Ask a question- How to set up for free VOIP
by alsat Fri 27 of Aug, 2010 I currently have a Linksys SPA-942 IP phone, an IPKall number & account & a Google voice account. How do I set up everything so I can make & get free IP calls? Or is there something else I can use wto do this using my IP phone??
- Re: A simple script to autodialUsing asterisk, you can easily create a call file using a shell script. Here is a basic example that i have used in the past. When you run the shell script it creates the call file in the asterisk outgoing call directory, asterisk automatically reads the file and dials the number and connects it to an extension.
- !/bin/sh
...
- sip stackhi,,,
please give me the clarification about this ,,,,
...
View More... |