- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 13 2019
Sep 13 2019
Fixed notice messages
Formatted file
Formatted file
Formatted file and fixed notice messages
Fixed more notice messages
tijmen committed rCDRT91376bc35e92: Added check to auth is yubikey can be used (authored by tijmen).
Added check to auth is yubikey can be used
Raised version and updated changelog
tijmen committed rCDRT944c1f150f10: Changed setup files for Apache 2.4 compatibility (authored by tijmen).
Changed setup files for Apache 2.4 compatibility
Update install docs
Updated copyright year
tijmen committed rCDRT75af7595da5c: Replaced class constructors and formatted file (authored by tijmen).
Replaced class constructors and formatted file
Raised version and updated changelog
tijmen committed rCDRT15d88508a80d: Fixed GTID display in replication overview (authored by tijmen).
Fixed GTID display in replication overview
tijmen committed rCDRTcde492adc087: Fixed displaying multiple datasources in network overview (authored by tijmen).
Fixed displaying multiple datasources in network overview
Fixed sample vhost filename for apache
Raised version and updated changelog
Fixed typo in changelog
tijmen committed rCDRT6afb538c2930: Fixed wrongly removed code to decode callid, from tag and to tag in trace urls (authored by tijmen).
Fixed wrongly removed code to decode callid, from tag and to tag in trace urls
tijmen committed rCDRT9a2c9983a58c: Fixed destinations_cache json_encode to only get UTF-8, it is required (authored by tijmen).
Fixed destinations_cache json_encode to only get UTF-8, it is required
tijmen committed rCDRTc930ecbde642: Switched left over ereg_* functions to use PCRE instead (authored by tijmen).
Switched left over ereg_* functions to use PCRE instead
tijmen committed rCDRTe767bb7e8b94: Switched (last) left over ereg_* function to use PCRE instead (authored by tijmen).
Switched (last) left over ereg_* function to use PCRE instead
Fixed notifying in logs screen
Fixed spelling error
Use http_build_query and formatted file
tijmen committed rCDRT61a34d311b97: Added missing 'Dial *XX to change' for PSTN privacy in sip settings page (authored by tijmen).
Added missing 'Dial *XX to change' for PSTN privacy in sip settings page
Update copyright years
Reformatted comment
Updated copyright years
Updated comment
Formatted file
tijmen committed rCDRT24d0f93d8f2e: Use wrapper function to display form elements (authored by tijmen).
Use wrapper function to display form elements
Formatted file
Updated constructor
Set visbility on class function
Moved function after constructor
Moved function and comments
Formatted file
Syntax fixes
Syntax fixes
Raised version and updated changelog
Sep 12 2019
Sep 12 2019
• dan committed rOPENXCAP2b277953eb8a: Switched from WatchedFileHandler to FileHandler for access logs (authored by • dan).
Switched from WatchedFileHandler to FileHandler for access logs
• dan committed rOPENXCAP3405ba6d1317: Removed package prefix from service file name (authored by • dan).
Removed package prefix from service file name
Added debian logrotate file
• dan committed rOPENXCAP19e5e97d2e12: Synchronized LICENSE with debian/copyright and updated copyright years (authored by • dan).
Synchronized LICENSE with debian/copyright and updated copyright years
Updated TODO
• dan committed rOPENXCAPddd8315b71d0: Do not include python bytecode files in the test directory (authored by • dan).
Do not include python bytecode files in the test directory
Removed duplicate changelog file
Removed opensips configuration sample
Refactored debian packaging
Sep 11 2019
Sep 11 2019
• dan committed rOPENXCAPea18e9ef855b: Updated python-application version dependency (authored by • dan).
Updated python-application version dependency
• dan committed rOPENXCAP866b5f718507: Split debian package dependencies one per line (authored by • dan).
Split debian package dependencies one per line
Removed no longer needed dependency
Embedded the twisted.web2 framework
• dan committed rOPENXCAPeee76ed2cb98: Simplified credential factories and removed tweaks (authored by • dan).
Simplified credential factories and removed tweaks
• dan committed rOPENXCAP8a60df2a52a1: Improved formatting for logged requests and responses (authored by • dan).
Improved formatting for logged requests and responses
Fixed web logging code
Added boring file
• dan committed rOPENXCAP2f1ccd72a14a: Improved settings description and fixed default value (authored by • dan).
Improved settings description and fixed default value
Removed no longer used code
Some PEP-8 compliance fixes
• dan committed rOPENXCAP9e944bae8aac: Refactored openxcap script and runtime logic (authored by • dan).
Refactored openxcap script and runtime logic
Refactored logging
Sep 2 2019
Sep 2 2019
• dan committed rMP3e38c26333ce: Fixed graceful shutdown when running with SIPThor (authored by • dan).
Fixed graceful shutdown when running with SIPThor
Aug 30 2019
Aug 30 2019
Fixed exception handling
Fixed issue with pickling RelaySession
Simplified signal handlers
• dan committed rMP4d3aed813da5: Added code to toggle verbose logging by sending SIGUSR1 to the process (authored by • dan).
Added code to toggle verbose logging by sending SIGUSR1 to the process
PEP-8 cleanups
• dan committed rMP2489c9695e58: Changed ports used by tests to be different from those used by mediaproxy (authored by • dan).
Changed ports used by tests to be different from those used by mediaproxy
Improved logging
Removed redundant code
PEP-8 compliance fixes in tests
Fixed dialog ids in tests
Renamed variable
• dan committed rMPed262debcfc1: Use the protocol's delimiter instead of hardcoded values (authored by • dan).
Use the protocol's delimiter instead of hardcoded values
Simplified conditional import
• dan committed rMPc787c94fd767: Use super to call parent to avoid dumb IDE warning (authored by • dan).
Use super to call parent to avoid dumb IDE warning
Set attribute in __init__
Removed unnecessary try/finally
Align method signature with parent class
Removed redundant comment
Aug 22 2019
Aug 22 2019
Changed management interface name
• dan committed rMP0bccbc8100bd: Fixed message when connection is closed cleanly (authored by • dan).
Fixed message when connection is closed cleanly
• dan committed rMPecee5ed446c3: Refactored code to simplify future changes to logging (authored by • dan).
Refactored code to simplify future changes to logging
Align method signature with parent
Aug 21 2019
Aug 21 2019
Fixed pidfile argument to process.daemonize()
• dan committed rMP0a11c08e38bf: Switched from init scripts to systemd service files (authored by • dan).
Switched from init scripts to systemd service files
Refactored the debian build system
Refactored setup.py
• dan committed rMP7d6bd0803d75: Adjusted runtime directory in sample config file (authored by • dan).
Adjusted runtime directory in sample config file
Update license files
• dan committed rMP86b3f84760b2: Added code to wait for the network to be available when starting (authored by • dan).
Added code to wait for the network to be available when starting
Updated manual pages
• dan committed rMPbd65bd59955f: Refactored the media-dispatcher and media-relay scripts (authored by • dan).
Refactored the media-dispatcher and media-relay scripts
Adjusted logging prefixes
• dan committed rMP16ea5beef1ae: Adapted to process API changes in python-application 2.8.0 (authored by • dan).
Adapted to process API changes in python-application 2.8.0
PEP-8 related fixes
Removed unnecessary variable