Re: [asterisk-users] Substitute Macro() for Gosub in dialplan

2021-11-20 Thread Richard Reina
Thank you Thank you Thank you! I changed it to: exten => s/555333,1,Gosub(subBusy,s,1()) and it now works like a charm. Really appreciate the help! El sáb, 20 nov 2021 a las 10:55, escribió: > On 11/20/2021 11:51 AM, Richard Reina wrote: > > Since Macro is deprecated I am trying to

[asterisk-users] Substitute Macro() for Gosub in dialplan

2021-11-20 Thread Richard Reina
Since Macro is deprecated I am trying to eliminate it from my diaplan. I believe I have successfully done so in the example below. ; dial an internal extension exten => 101,1 Macro(ext,100,Dahdi/15) TO: exten => 101,1,Dial(Dahdi/15,30) So far it seems to work. However I also in my dialplan