> On Mon, 6 Feb 2017, Tech Support wrote: > > We were able to develop a feature to send the call to voicemail about 90% of the time. That way, an end user could (1) not be bothered by having to answer the call, (2) > delete the message without listening to it, or (3) listen to the message when it was most convenient for them. That way, they were in control and things were done on > their terms.> On 6/02/2017, at 11:34 AM, Steve Edwards <asterisk.org at sedwards.com> > wrote: > > Love the idea. How?On Mon, 6 Feb 2017, Matt Riddell wrote:> exten => _X.,1,Dial(SIP/0111${EXTEN}@myprovider&SIP/1${EXTEN}@myprovider,3)Amazing. Who knew? So how/why does this work? I see 2 calls going out to my cell. Does the first 'busy out' my number at my cell provider so the second goes straight to VM? What part does the '0111' play? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST https://www.linkedin.com/in/steve-edwards-4244281
> On 6/02/2017, at 12:24 PM, Steve Edwards <asterisk.org at sedwards.com> wrote: > > >> On Mon, 6 Feb 2017, Tech Support wrote: >> >> We were able to develop a feature to send the call to voicemail about 90% of the time. That way, an end user could (1) not be bothered by having to answer the call, (2) >> delete the message without listening to it, or (3) listen to the message when it was most convenient for them. That way, they were in control and things were done on >> their terms. > >> On 6/02/2017, at 11:34 AM, Steve Edwards <asterisk.org at sedwards.com> wrote: >> Love the idea. How? > > On Mon, 6 Feb 2017, Matt Riddell wrote: > >> exten => _X.,1,Dial(SIP/0111${EXTEN}@myprovider&SIP/1${EXTEN}@myprovider,3) > > Amazing. Who knew? > > So how/why does this work? > > I see 2 calls going out to my cell. Does the first 'busy out' my number at my cell provider so the second goes straight to VM? What part does the '0111' play?Yep, if you have two calls going to the same number at the same time the second will be busy. Meaning it will go to voicemail. Meaning it will be answered. Meaning the other leg will be dropped. The 0111 and the 1 is just so that Asterisk doesn't think that both calls are to the same destination and then only make one call. -- Cheers, Matt Riddell _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/pabx_on_disk.php (PABX on a Disk) http://www.venturevoip.com/exchange.php (Full ITSP Solution) http://www.venturevoip.com/cc.php (Call Centre Solutions) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170206/cb790687/attachment.html>
That's the basics, but you have to nail the timing just right. The timing is really important to do it the right way. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Steve Edwards Sent: Monday, February 06, 2017 12:25 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call List Campaign to an IVR> On Mon, 6 Feb 2017, Tech Support wrote: > > We were able to develop a feature to send the call to voicemailabout 90% of the time. That way, an end user could (1) not be bothered by having to answer the call, (2)> delete the message without listening to it, or (3) listen to themessage when it was most convenient for them. That way, they were in control and things were done on> their terms.> On 6/02/2017, at 11:34 AM, Steve Edwards <asterisk.org at sedwards.com> > wrote: > > Love the idea. How?On Mon, 6 Feb 2017, Matt Riddell wrote:> exten => > _X.,1,Dial(SIP/0111${EXTEN}@myprovider&SIP/1${EXTEN}@myprovider,3)Amazing. Who knew? So how/why does this work? I see 2 calls going out to my cell. Does the first 'busy out' my number at my cell provider so the second goes straight to VM? What part does the '0111' play? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST https://www.linkedin.com/in/steve-edwards-4244281 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Not really, doing the way below you don't even have to worry about it. They both go out at the same instant and as soon as it hits voicemail it disconnects the other leg. If you wanted you could leave it ringing for twenty minutes and it would still have the same effect. Kind regards, Matt> On Feb 6, 2017, at 12:29 PM, Tech Support <asterisk at voipbusiness.us> wrote: > > That's the basics, but you have to nail the timing just right. The timing is > really important to do it the right way. > > > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Steve Edwards > Sent: Monday, February 06, 2017 12:25 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Call List Campaign to an IVR > > >> On Mon, 6 Feb 2017, Tech Support wrote: >> >> We were able to develop a feature to send the call to voicemail > about 90% of the time. That way, an end user could (1) not be bothered by > having to answer the call, (2) >> delete the message without listening to it, or (3) listen to the > message when it was most convenient for them. That way, they were in control > and things were done on >> their terms. > >> On 6/02/2017, at 11:34 AM, Steve Edwards <asterisk.org at sedwards.com> >> wrote: >> >> Love the idea. How? > >> On Mon, 6 Feb 2017, Matt Riddell wrote: >> >> exten => >> _X.,1,Dial(SIP/0111${EXTEN}@myprovider&SIP/1${EXTEN}@myprovider,3) > > Amazing. Who knew? > > So how/why does this work? > > I see 2 calls going out to my cell. Does the first 'busy out' my number at > my cell provider so the second goes straight to VM? What part does the > '0111' play? > > -- > Thanks in advance, > ------------------------------------------------------------------------- > Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST > https://www.linkedin.com/in/steve-edwards-4244281 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170206/d965b50f/attachment.html>