Displaying 2 results from an estimated 2 matches for "eadada79".
2023 Sep 13
2
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
>Using system() you could issue a asterisk -rx 'core restart now'
So I tried this
exten => s,1,Playback(beep)
exten => s,n,Dial(Console/default,20,g)
exten => s,n,Hangup
exten => s,n,System(asterisk -rx 'core restart now')
But it does not continue. Last thing I see is "Exited non zero"
so its not doing the hangup or the system.
jerry
--------------
2023 Sep 13
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
...to return but
does work.
The issue is I cannot run it after teh Dial() as the
Dial(Console/default,20,g) never returns to the dial plan.
jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20230913/eadada79/attachment.html>