Dear<div>a2billing also provided call_back daemon, try it </div><div>best<br><br><div class="gmail_quote">On Sun, Feb 6, 2011 at 12:57 AM, Paul Belanger <span dir="ltr"><<a href="mailto:pabelanger@digium.com">pabelanger@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 11-02-05 06:07 AM, Gilles wrote:<br>
> I'd like to configure Asterisk so that...<br>
> 1. I ring it from my cellphone with CID number displayed, just to<br>
> notify Asterisk that I wish to make a call<br>
><br>
</div>Easy enough. I would suggest using Disa() for added security.<br>
<div class="im"><br>
> 2. Asterisk waits until I hang up, calls me back, and prompts me for<br>
> the number I wish to call<br>
><br>
</div>use exten => h to start a local channel, wait x seconds, dial your cell<br>
phone.<br>
<div class="im"><br>
> 3. Asterisk puts me on hold through Flash(), which is apparently the<br>
> equivalent of hitting the R key on European handsets<br>
><br>
</div>Straight forward.<br>
<div class="im"><br>
> 4. Asterisk calls the number, and once the remote party has answered,<br>
> bridges the two channels<br>
><br>
</div>Same, straight forward<br>
<div class="im"><br>
> Ideally, I'd like to do this entirely through extensions.conf, and<br>
> avoid callling an AGI script or having to add Konference: This is an<br>
> appliance, so RAM isn't plentiful, it runs uClinux instead of<br>
> run-of-the-mill Linux, and I would like to avoid having to patch<br>
> Asterisk.<br>
><br>
</div>Should be no more then 10-15 lines within your extensions.conf<br>
<font color="#888888"><br>
--<br>
Paul Belanger<br>
Digium, Inc. | Software Developer<br>
twitter: pabelanger | IRC: pabelanger (Freenode)<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br>
</font><div><div></div><div class="h5"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>