[asterisk-users] Call does not go voicemail

2017-05-07 Thread thelma
Call is not forwarded to voicemail in below dial plan, why? exten => 4,1,Dial(${FD_L1},25,trw) exten => 4,n,GotoIf($["${DIALSTATUS}"="BUSY"]?line2) exten => 4,n(line2),Dial(${FD_L2},20,trw) exten => 4,n,Voicemail(4) exten => 4,n,Hangup() -- Called SIP/4 -- SIP/4-0288 is ringing

Re: [asterisk-users] CM for menuselect choices

2017-05-07 Thread Richard Kenner
> Use menuselect's command line (--enable and --disable). Great idea! How would you recommend generating the set of --enable and --disable options that differ from the default from a build that was done? -- _ -- Bandwidth and

Re: [asterisk-users] CM for menuselect choices

2017-05-07 Thread Tzafrir Cohen
On Fri, May 05, 2017 at 11:21:20AM -0400, Richard Kenner wrote: > I'd like to be able to save the choices made in menuselect in a way > that they can be tracked in a CM system and applied to a later release > of Asterisk using an automated tool like Ansible. What's the best > way to do that? Use