From: Michael K. <li...@mk...> - 2017-10-29 16:55:26
|
> Am 29.10.2017 um 15:55 schrieb David Kerr <da...@ke...>: > > Michael, > I have put the dialplan to implement voicemail call screening here... > https://github.com/dkerr64/astlinux/blob/develop/package/asterisk/examples/voicemail-monitor.conf > And remember that it does require either Asterisk 15 or a custom build of Asterisk 13 with this patch... > https://github.com/dkerr64/astlinux/blob/develop/package/asterisk/asterisk-13-app-originate.patch > > Your request prompted me to do further testing and so some cleanup and commenting of the code. Hopefully it is clear enough as to what it does and why/how it works. If you have any questions just ask. > > If you like this then lobby Lonnie to include the patch into Astlinux default build. It extends the function of > Asterisk app_originate() to match that in Asterisk 15. > > David Hi David, thanks a lot for documenting this. At first glance it seems to me, that it was quite some work to implement that stuff, wow. I need some spare time to review it fully, and since my SIP-peer are more complicated than "SIP/${EXTEN}", I need to adjust it to my needs. So it will take a while. But never the less your patch seem to be very useful. No problem for me though, since I do my own builds too. > On Thu, Oct 26, 2017 at 11:33 PM, David Kerr <da...@ke...> wrote: > Michael, > If you could give me until the weekend please when I will have more time to get my dialplan for you. In the meantime you would need a custom build with this patch... > https://github.com/dkerr64/astlinux/blob/develop/package/asterisk/asterisk-13-app-originate.patch > It is not in the mainline astlinux builds, that would be up to Lonnie to decide if to include or not. Wiki instructions would make sense only if that patch was included, but I will certainly share details here in a few days. > > David > > On Thu, Oct 26, 2017 at 12:06 PM, Michael Keuter <li...@mk...> wrote: > > > Am 26.10.2017 um 17:32 schrieb David Kerr <da...@ke...>: > > > > So, little plug here... one tiny part of the lots of new code in 15 is an enhancement to app Originate() that I proposed and was accepted... > > https://issues.asterisk.org/jira/browse/ASTERISK-26587 > > > > Cool feature enabled by this is call screening. Remember the old days where you could let your answerphone pick up the call and you could hear the caller leave a message... and pick up the phone if you decided you do want to talk to them after all. Well with the above you can do the same with Asterisk voicemail, if you have a phone that will auto-answer. While the caller leaves a voicemail you can hear it and if you want to intercept and talk to the person you can do so. > > > > Requires some clever dialplan logic. If anyone is interested I'd be happy to share what I have in my dialplan for this, and the patch to make it work on Asterisk 13. > > > > David > > Hi David, > > that sounds like a great addition! > > I (and one of my customers) would be very interested in that feature. > Maybe something for our Wiki … > > Michael Michael http://www.mksolutions.info |