<div> CF - </div>
<div> </div>
<div> You're right. Most of this can be done with the dial plan. I wrote the app though because I wanted to be able to have the option to work with both channels at the same time through a threaded model. The dial plan doesn't let me do that, and there's no reason it should.
</div>
<div> </div>
<div> So, in this scenario, we're actually dialing already to the first number on the list while the caller is still hearing the annunciator from Allyson about "please wait while we try and connect your call". The approach right now is really simple and probably could have been done in the dial plan, but I kind of envisioned expanding upon this over time and trying to get the app to act like the Wildfire follow-me application works now with some Sphinx integration down the road. It's going to be a little while before we give things like Wildfire a run for their money, but Mark, Digium, and the Asterisk community have given us a more than adequate platform and framework to get us there.
<br><br> </div>
<div><span class="gmail_quote">On 10/14/05, <b class="gmail_sendername">C F</b> <<a href="mailto:shmaltz@gmail.com">shmaltz@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">BJ, thanks alot for the coding but I see no reason for it as all you<br>mention is doable currently in Asterisk using some DP magic.
<br>Will just search the list and you should find some examples on how to<br>do it (I think there is even an example on the wiki try:<br><a href="http://www.voip-info.org/wiki-asterisk+cmd+dial">http://www.voip-info.org/wiki-asterisk+cmd+dial
</a> )<br><br>On 10/14/05, BJ Weschke <<a href="mailto:bweschke@gmail.com">bweschke@gmail.com</a>> wrote:<br>> I have coded a new application in Asterisk called app_followme that will do<br>> what you're looking for. The caller who made the call originally is also
<br>> optionally put on hold music while the hunt is going on. There's also<br>> planned functionality for "blacklisting" certain callerIDs so a caller who<br>> is blacklisted will think the find-me/follow-me is working, but in reality
<br>> it's just putting them in a holding pattern and then routing them to<br>> voicemail after waiting for about 20-30 seconds <evil grin>.<br>><br>> The code isn't really cleaned up yet from my initial alpha / unit testing
<br>> on it which is why I haven't put it on the bugtracker yet, but it's quite<br>> functional now and I'd like for more people to start testing it if they see<br>> a use for this. I'll try to get it up there in the next couple days. It's
<br>> new functionality, and therefore, won't make it into the 1.2 release of<br>> Asterisk, but it doesn't really interfere with much anything else in<br>> Asterisk so you should be able to apply the patch cleanly to any recent HEAD
<br>> branch and probably 1.2 once it's released.<br>><br>> BJ<br>><br>> On 10/14/05, Will Glass-Husain <<a href="mailto:wglass@forio.com">wglass@forio.com</a>> wrote:<br>> ><br>> ><br>> > Hi,
<br>> ><br>> > I'd like to add a feature to my asterisk system that tries to find a user<br>> among a couple of locations, and then goes to internal voicemail if the user<br>> doesn't pick up. (e,g, an internal extension and a cell phone). The catch
<br>> is that I want the user to manually accept the call to prevent it from going<br>> (for example) to the voice mail on my cell phone.<br>> ><br>> > Scenario<br>> > * Call comes in, outside caller dials "100"
<br>> > * Desk phone for user Joe rings. No answer<br>> > * Joe's house phone rings.<br>> > * Joe's wife picks up and hears a voice "Please press any key to accept a<br>> call for extension 100."
<br>> > * Joe's wife hangs up.<br>> > * Joe's cell phone rings.<br>> > * Joe picks up and hears a voice "Please press any key to accept a call<br>> for extension 100."<br>> > * Joe presses 1 and says "Hello this is Joe".
<br>> ><br>> > Alternately, in the penultimate step<br>> > * Cell voice mail picks up.<br>> > * Voice says "Please press any key to accept a call for extension 100".<br>> No keys pressed since it's a voice mail
<br>> > * Call is routed to Asterisk voicemail.<br>> ><br>> > It seems straight forward to try multiple locations, but I'm not seeing<br>> how to only patch the call through if the user responds with a key press.
<br>> ><br>> > Thanks,<br>> > WILL<br>> ><br>> > _______________________________________________<br>> > --Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com
</a> --<br>> ><br>> > Asterisk-Users mailing list<br>> > <a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br>> ><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>> > To UNSUBSCRIBE or update options visit:<br>> ><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>> ><br>> ><br>><br>><br>> _______________________________________________<br>> --Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br>><br>> Asterisk-Users mailing list
<br>> <a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>> To UNSUBSCRIBE or update options visit:<br>><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>><br>><br>_______________________________________________
<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>