When I try to convert the sip.conf to Pjsip.conf
I getting this error:
Please, report any issue at:
Issues · asterisk/asterisk · GitHub
Reading sip.conf
Could not open file sip.conf for reading
Converting to PJSIP…
Writing pjsip.conf
When I try to convert the sip.conf to Pjsip.conf
I getting this error:
Please, report any issue at:
Issues · asterisk/asterisk · GitHub
Reading sip.conf
Could not open file sip.conf for reading
Converting to PJSIP…
Writing pjsip.conf
It states:
“Could not open file sip.conf for reading”
Which would make it appear that it could not open the sip.conf file. Where did you run the script? If run from the sip_to_pjsip directory it will look for sip.conf in that directory. You can specify the full path to sip.conf as an argument to the script:
./sip_to_pjsip.py /etc/asterisk/sip.conf
For example, and the pjsip.conf will be output in that directory.
Your comman helped me a lot.
I solved the problem.Thank you very much.