[asterisk-bugs] [JIRA] (ASTERISK-29499) sip_to_pjsql.py: Fails to write SQL file

Benjamin Keith Ford (JIRA) noreply at issues.asterisk.org
Thu Jul 1 10:38:33 CDT 2021


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Keith Ford updated ASTERISK-29499:
-------------------------------------------

    Attachment: sqlconfigparser_moredebug.py

I've attached a modified version of {{sqlconfigparser.py}} that should tell us what kind of error we are running into. Can you try replacing the current file with the attached one (name the attached one the same as the original - {{sqlconfigparser.py}}) and running the script again?

> sip_to_pjsql.py: Fails to write SQL file
> ----------------------------------------
>
>                 Key: ASTERISK-29499
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29499
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Contrib/General
>    Affects Versions: 18.3.0
>         Environment: Ubuntu 18.04.5 LTS - VMWare esxi 6.7
>            Reporter: Daniel
>            Assignee: Unassigned
>         Attachments: pjsip.conf, pjsip.sql, sip.conf, sqlconfigparser_moredebug.py
>
>
> when attempting to upgrade to pjsip via sip_to_pjsql.py 
> I get the below error
> Please, report any issue at:
>     https://issues.asterisk.org/
> Reading sip.conf
> Converting to PJSIP realtime sql...
> Writing pjsip.sql
> Traceback (most recent call last):
>   File "/tmp/pjsipnew/sip_to_pjsql.py", line 79, in <module>
>     write_pjsip(pjsip_filename, pjsip, non_mappings)
>   File "/tmp/pjsipnew/sip_to_pjsql.py", line 17, in write_pjsip
>     pjsip.write(fp)
>   File "/tmp/pjsipnew/sqlconfigparser.py", line 72, in write
>     print("Could not open file " + config_file + " for writing")
> TypeError: cannot concatenate 'str' and 'file' objects



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list