- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
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
Enabled opus codec by default
saghul committed rSYLK4b65803aafe4: Added setting for sample rate, defaults to 32 kHz (authored by saghul).
Added setting for sample rate, defaults to 32 kHz
saghul committed rSYLK4ce58d682e91: Adapted to changes in latest SIP SIMPLE SDK (authored by saghul).
Adapted to changes in latest SIP SIMPLE SDK
Initialize instance ID
saghul committed rSYLK3f2c9b6956b0: ROLLBACK: Use speex codec as default for outgoing calls (authored by saghul).
ROLLBACK: Use speex codec as default for outgoing calls
Increase sample rate to 32000
adigeo committed rSYLK670a0a6cba03: Use speex codec as default for outgoing calls (authored by adigeo).
Use speex codec as default for outgoing calls
Raised version and updated changelog
Added support for XEP-298 (coin)
saghul committed rSYLK1f657a20c2ec: Set version attribute on conference-info payloads (authored by saghul).
Set version attribute on conference-info payloads
saghul committed rSYLK0b17cf3e89d7: Partial nickname support for IRC conference application (authored by saghul).
Partial nickname support for IRC conference application
Remove todo item
Fixed check for sender URI host
saghul committed rSYLK4d478f4c68dd: Prevent real RTP from leaking until we get session-accept (authored by saghul).
Prevent real RTP from leaking until we get session-accept
saghul committed rSYLK18bbbda5cc85: Fixed sending JingleSessionDidStart too early (authored by saghul).
Fixed sending JingleSessionDidStart too early
saghul committed rSYLK45ac43ad7e5f: Allow Jingle users to join conference rooms with audio (authored by saghul).
Allow Jingle users to join conference rooms with audio
Raised python-sipsimple dependency
Improved logging for incoming sessions
Raised version and updated changelog
Added initial Jingle support
Refactored DiscoProtocol
saghul committed rSYLKb7f0e2986d25: Store references to protocols directly on the XMPPManager (authored by saghul).
Store references to protocols directly on the XMPPManager
Fixed using a bogus URI resource
Reorganized XMPP server objects
Fixed memory leak
Log XMPP trac filename
saghul committed rSYLK67319384b020: Fixed race condition when subscriptions end too quickly (authored by saghul).
Fixed race condition when subscriptions end too quickly
Improve description of xmmp settings
Fixed variable name
Added presence state to Bonjour rooms
saghul committed rSYLKb19f76368d57: Fixed race condition when handling a quick succession unsubscriptions /… (authored by saghul).
Fixed race condition when handling a quick succession unsubscriptions /…
Improved XEP-0115 (disco) support
Added support for XEP-0199 (Ping)
Convert stanzas module into a package