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 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
