[asterisk-users] Callback through extensions.conf?

Paul Belanger pabelanger at digium.com
Sat Feb 5 15:27:35 CST 2011


On 11-02-05 06:07 AM, Gilles wrote:
> I'd like to configure Asterisk so that...
> 1. I ring it from my cellphone with CID number displayed, just to
> notify Asterisk that I wish to make a call
>
Easy enough.  I would suggest using Disa() for added security.

> 2. Asterisk waits until I hang up, calls me back, and prompts me for
> the number I wish to call
>
use exten => h to start a local channel, wait x seconds, dial your cell
phone.

> 3. Asterisk puts me on hold through Flash(), which is apparently the
> equivalent of hitting the R key on European handsets
>
Straight forward.

> 4. Asterisk calls the number, and once the remote party has answered,
> bridges the two channels
> 
Same, straight forward

> Ideally, I'd like to do this entirely through extensions.conf, and
> avoid callling an AGI script or having to add Konference: This is an
> appliance, so RAM isn't plentiful, it runs uClinux instead of
> run-of-the-mill Linux, and I would like to avoid having to patch
> Asterisk.
> 
Should be no more then 10-15 lines within your extensions.conf

-- 
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com & http://asterisk.org



More information about the asterisk-users mailing list