core: Cleanup gerrit and JIRA references. (#57)

* Remove .gitreview and switch to pulling the main asterisk branch
  version from configure.ac instead.

* Replace references to JIRA with GitHub.

* Other minor cleanup found along the way.

Resolves: #39
(cherry picked from commit 5c6d5ea38f)
This commit is contained in:
Sean Bright
2023-05-03 11:38:41 -04:00
committed by Asterisk Development Team
parent 9a1ac9142f
commit 7677e78b4f
13 changed files with 37 additions and 45 deletions

View File

@@ -70,7 +70,7 @@ if __name__ == "__main__":
sip_to_pjsip.sip = sip
sip.connect(user,password,host,port,database)
print('Please, report any issue at:')
print(' https://issues.asterisk.org/')
print(' https://github.com/asterisk/asterisk/issues/')
print('Reading ' + sip_filename)
sip.read(sip_filename)
print('Converting to PJSIP realtime sql...')