c# - Asterisk click to call -


maybe of may know how achieve this. want this:

  1. click on link/button
  2. my phone rings, pick
  3. asterisk dials number me
  4. recipient phone rings

i'm using asterisk 1.2.

i tried dial out. can make call 1 side.

thanks in advance.

you can use call files. read: asterisk auto-dial out.

i have made simple cgi script called via web server creates call file (remember use temp directory) , moves /var/spool/asterisk/outgoing , asterisk rest of work. user perspective works described. remember normalize phone numbers (on web pages can have spaces, hyphens etc, while in call file must dialable numbers).


Comments