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
This commit is contained in:
Sean Bright
2023-05-03 11:38:41 -04:00
committed by GitHub
parent 9097fc7515
commit 5c6d5ea38f
13 changed files with 37 additions and 45 deletions

View File

@@ -1321,7 +1321,7 @@ if __name__ == "__main__":
# configuration parser for sip.conf
sip = astconfigparser.MultiOrderedConfigParser()
info('Please, report any issue at:')
info(' https://issues.asterisk.org/')
info(' https://github.com/asterisk/asterisk/issues/')
info('Reading ' + sip_filename)
sip.read(sip_filename)
info('Converting to PJSIP...')