Click here to Skip to main content
15,897,273 members

Comments by mc96 (Top 4 by date)

mc96 11-Jan-22 11:02am View    
I need the pipe there, the echo statement is working fine, assigning the statement I am echoing to a variable does not and I am perplexed as to why
mc96 11-Jan-22 11:00am View    
bash does not need $ prefix for variable names unless referring to them, or performing linux commands etc; but I do appreciate your assistance
mc96 11-Jan-22 10:13am View    
jq solved my problem!
mc96 13-Dec-21 9:07am View    
HI Richard thanks for that I forgot to mention I have tried that,

I can change:

function SIP(config) to function SIP(config, videonum)

and then

window.app = new SIP(data, video);

in the loop, but than I have the issue of how can I pass a different ID to the function everytime?