Hi, I have a rather simple requirement in that we are using PJSIP to start, auto register to an SIP account, wait for an inbound and auto answer it. All of this is simply be completed in the 'out of the box' PJSUA application. However, I would like this to run headless and so start-up when the machine starts as a background process, without anyone having to login. I tried to add the PJSUA application and config file to the /etc/rc.local file, but as I think PJSUA requires a console input, it doesn't start properly. Is there any way to get this to work, or would it be best to build a basic Python application? Regards Chris