Khaled Chehab wrote:
I have an incoming call from pastn number ,the system with deliver it from
e1 .
So I want to close the line an call him .(callback)

This can be done several ways. The receiving operator can pass the call to a special extension that would either ask for a callback number or read the caller-id from the inbound call and use that number. Once the number is obtained, you create a call file with that number, copy it to the /var/spool/asterisk/outgoing folder and it will call him back and place him in the context that you'd like him to come in from.

You could also do this with an extension that automatically answer (Auto attendant) and ask for a password (Authenticate).

Info on how to create call files:

http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out

Info on how to create IVR:

http://www.voip-info.org/wiki/view/Asterisk+config+extensions.conf&view_comment_id=9484

Info on how to prompt a call for information:

http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Read

Doug

--

Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, 
deserve neither Liberty nor Safety."


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to