[arm-allstar] Weird errors on asterisk restart
Jeff Karpinski
jeff at 3d0g.net
Sun May 6 17:39:48 EST 2018
After making rpt.conf changes, when I now do option 13 (Restart Asterisk Server) from the menu, I get the following 3 times:
Asterisk ended with exit status 1.
Asterisk died with code 1.
Automatically restarting Asterisk.
mpg123: no process found
This is a relatively recent issue. Did I booger something up?
Also (non-related), I need to pass a couple parameters to a command process in extensions.conf. Whereas this example works perfectly
[command_process]
exten => _xxxx,1,System(/etc/asterisk/local/test_script ${EXTEN})
exten => _xxxx,n,Hangup()
what I REALLY need is
[command_process]
exten => _xxxx,1,System(/etc/asterisk/local/test_script ${EXTEN} ${NODENUM})
exten => _xxxx,n,Hangup()
I’ve tried every permutation of single and double quotes around the ${EXTEN} ${NODENUM} parameters I can think of but nothing works.
More information about the arm-allstar
mailing list