- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
saghul committed rSYLK0bd4bdc43104: Pass command line options to SylkServer.start (authored by saghul).
Pass command line options to SylkServer.start
saghul committed rSYLK9057b5f22ee2: Adapted server startup to changes in SIP SIMPLE SDK (authored by saghul).
Adapted server startup to changes in SIP SIMPLE SDK
Log SIP SIMPLE SDK version
saghul committed rSYLK51d470bd8380: Adjust Session to changes in SIP SIMPLE SDK (authored by saghul).
Adjust Session to changes in SIP SIMPLE SDK
Removed unneeded notifications
Set default refresh interval
Clarified code
saghul committed rSYLK0ad9950516c6: Send REPORT chunks automatically for keep-alive chunks (authored by saghul).
Send REPORT chunks automatically for keep-alive chunks
Removed unneeded checks
saghul committed rSYLK3142c16e8998: Wait until SylkServer is fully stopped when using s-s-d (authored by saghul).
Wait until SylkServer is fully stopped when using s-s-d
Updated changelog
Fixup adapting to API changes
Raised version and updated changelog
saghul committed rSYLK1781508c233f: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
Bumped Debian Standards-Version
Fixed logline
saghul committed rSYLK233d42574ef3: Use the new NetworkConditionsDidChange notification (authored by saghul).
Use the new NetworkConditionsDidChange notification
adigeo committed rSYLKc9e5db36e086: Don't display sip: in front of participant uri (authored by adigeo).
Don't display sip: in front of participant uri
Fixed printing file uploader
saghul committed rSYLK193a94c29c60: Fixed logging session identity when it lacks a display name (authored by saghul).
Fixed logging session identity when it lacks a display name
Removed pending sessions list
saghul committed rSYLK84a187f0a122: Renamed incoming_sip_message to incoming_message (authored by saghul).
Renamed incoming_sip_message to incoming_message
Change log line
saghul committed rSYLKe65f1d25c430: Convert build_conference_info_payload into a property (authored by saghul).
Convert build_conference_info_payload into a property
Fixed log line
saghul committed rSYLKad21ecf4fbda: Simplified code for starting/stopping SylkServer (authored by saghul).
Simplified code for starting/stopping SylkServer
Simplified welcome handler
Removed debug statement
saghul committed rSYLKc5a42aa409ee: Simplified code for handling proposal failures (authored by saghul).
Simplified code for handling proposal failures
Removed unused imports
Simplified format_identity function
saghul committed rSYLK71ff8deeee12: Wait until engine has been stopped before stopping the reactor (authored by saghul).
Wait until engine has been stopped before stopping the reactor
saghul committed rSYLK964c78febc5f: Process SIPEngineDidFail notification from the parent (authored by saghul).
Process SIPEngineDidFail notification from the parent
Updated dependencies
saghul committed rSYLK0bae67d52319: Avoid unnecessary processing when dealing with CPIMIdentity objects (authored by saghul).
Avoid unnecessary processing when dealing with CPIMIdentity objects
saghul committed rSYLK8a93d286baa5: Simplified history storage in conference app (authored by saghul).
Simplified history storage in conference app
Don't use .next() syntax
saghul committed rSYLK582a910fda0c: Use better API for building is-composing payload (authored by saghul).
Use better API for building is-composing payload
saghul committed rSYLK6edb5b93d7fb: Fixed generating is-composing payload when refresh is not set (authored by saghul).
Fixed generating is-composing payload when refresh is not set
saghul committed rSYLK54d8410e1724: Accept multiple PSTN numbers for a given conference room (authored by saghul).
Accept multiple PSTN numbers for a given conference room
saghul committed rSYLK1138112ace98: Make sure stopping_event is set even if SIPApplicationWillEnd was never posted (authored by saghul).
Make sure stopping_event is set even if SIPApplicationWillEnd was never posted
Added log lines when shutting down
Log SIP engine failures
Updated changelog
Raised version and updated changelog
saghul committed rSYLK97a491785e22: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
Fixed bogus variable name
Properly fix server shutdown procedure
saghul committed rSYLKbb56ac52c84d: Added option to dump core in case of a crash (authored by saghul).
Added option to dump core in case of a crash
saghul committed rSYLK330dc79976e2: Fixed removing observer if notification is processed too late (authored by saghul).
Fixed removing observer if notification is processed too late
tijmen committed rSYLK7dc653282493: Fixed loading config file from commandline (authored by tijmen).
Fixed loading config file from commandline
Adapted to SIP SIMPLE SDK changes
• dan committed rSYLKb2e496ca32c9: Removed extra new line from the end of the welcome message (authored by • dan).
Removed extra new line from the end of the welcome message
Adapted to changes in middleware API
saghul committed rSYLK608b086c63d7: Add SIGALRM handler right before server is stopped (authored by saghul).
Add SIGALRM handler right before server is stopped
Make sure server stops in 5 seconds tops
Reworked server stop mechanism
Removed bogus spaces
saghul committed rSYLKc756681df5ea: Limit session in echo application to 10 minutes (authored by saghul).
Limit session in echo application to 10 minutes
Skip broadcasting OTR messages
Reduced indentation
saghul committed rSYLK47928df8d0c0: Removed obsolete sound files and fixed co_there_is prompt (authored by saghul).
Removed obsolete sound files and fixed co_there_is prompt
Raised version and updated changelog
saghul committed rSYLK876e8e4e407d: Fixed dispatching messages when in bonjour mode (authored by saghul).
Fixed dispatching messages when in bonjour mode
saghul committed rSYLKa601c8507875: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
Ignore audio device change notifications
Updated installation instructions
Dropped Python 2.6 support
32 KHz moh(3)
32 KHz moh(2)
32 Khz moh(1)
Removed dependency on python-backports
32 KHz most of the prompts!
Rename variable for clarity
32 KHz conference prompts
Fixed wrong formatting in log line
Removed unused class
Reject proposals in playback application
Improve welcome message
Fixed use of incorrect class
Improved logging
adigeo committed rSYLK0edcf948d08b: Added empty line at the end of welcome message (authored by adigeo).
Added empty line at the end of welcome message
Improved playback application's log lines
Added empty line in welcome message
saghul committed rSYLK977562337c83: Advertise PSTN and XMPP access in conference rooms (authored by saghul).
Advertise PSTN and XMPP access in conference rooms
Removed unused variable
Fixed log lines
Compact code
Fixed accessing room URI
Added playback application
Always disable echo canceller
Fixed core logging after change in SDK
saghul committed rSYLK45cc3be1820b: Don't stop server if all Thor event servers are down (authored by saghul).
Don't stop server if all Thor event servers are down
saghul committed rSYLK6bb2b6d7cd86: Don't use signal.pause to pause the main thread (authored by saghul).
Don't use signal.pause to pause the main thread
Removed no longer needed workaround
saghul committed rSYLK74512cb35dc5: Properly initialize PJSIP's internal resolver (authored by saghul).
Properly initialize PJSIP's internal resolver