- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
saghul committed rSYLK7edbdc3e2925: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
saghul committed rSYLK46f11a3db0b3: Updated subject header text for outbound invites (authored by saghul).
Updated subject header text for outbound invites
Updated readme
saghul committed rSYLKde552ef80d1d: Added display name to outbound INVITE requests (authored by saghul).
Added display name to outbound INVITE requests
saghul committed rSYLKd035263b6025: Append X-Referrer-From header to outbound INVITE (authored by saghul).
Append X-Referrer-From header to outbound INVITE
saghul committed rSYLK230ae5835f36: Add Referred-By header to outbound INVITE even if missing in REFER (authored by saghul).
Add Referred-By header to outbound INVITE even if missing in REFER
saghul committed rSYLKe6c59ce9c060: Added request authorization based on source IP address (authored by saghul).
Added request authorization based on source IP address
saghul committed rSYLK98076daf3ceb: Reject incoming MESSAGE requests if support was not enabled (authored by saghul).
Reject incoming MESSAGE requests if support was not enabled
saghul committed rSYLKea0f753a5fd2: Add Thor-Scope header for outgoing INVITEs, if using thor (authored by saghul).
Add Thor-Scope header for outgoing INVITEs, if using thor
Added SIPThor integration
saghul committed rSYLKe94de8965b63: Reject incoming requests with 404 if application is not found (authored by saghul).
Reject incoming requests with 404 if application is not found
Refactored application finding mechanism
Set boring file
saghul committed rSYLK3a7305508684: Refactored exception handling when sending chat messages (authored by saghul).
Refactored exception handling when sending chat messages
saghul committed rSYLKd37707cd8c61: Fixed exception when sending private message to a participant w/o chat (authored by saghul).
Fixed exception when sending private message to a participant w/o chat
Fixed option name in config.ini.sample
Use customized settings classes
Fixed outbound proxy setting datatype
Added SIP outbound proxy support
saghul committed rSYLK910e6366aa27: Use active media in the room when generating outbound INVITE (authored by saghul).
Use active media in the room when generating outbound INVITE
Fixed removing participant from room
Changed subject header
Removed bogus import
Fixed regex use
Updated readme
Added incoming REFER support
saghul committed rSYLK9efdee0fce58: Reset conference bridge attribute on MoH stop (authored by saghul).
Reset conference bridge attribute on MoH stop
saghul committed rSYLK34c2b9d9caeb: Catch exception if outgoing NOTIFY could not be sent (authored by saghul).
Catch exception if outgoing NOTIFY could not be sent
saghul committed rSYLK035083129aaf: Remove unneded attribute and properly stop MoH handler (authored by saghul).
Remove unneded attribute and properly stop MoH handler
Better attribute name
saghul committed rSYLKb0c40156d39f: Made session connect method receive the contact header (authored by saghul).
Made session connect method receive the contact header
Fixed initialization of TLS settings
Added ServerSession class
saghul committed rSYLKf63101d38881: Percent-encode IRC nicknames when building URI (authored by saghul).
Percent-encode IRC nicknames when building URI
saghul committed rSYLKad0d27722997: Advertise provisioned website on irc-conference (authored by saghul).
Advertise provisioned website on irc-conference
Added irc-conference sample ini file
saghul committed rSYLK25abfb2bfff9: Added audio conferencing capability to irc-conference (authored by saghul).
Added audio conferencing capability to irc-conference
saghul committed rSYLK5d893c8d87d4: Refactored chat stream chatroom capabilities offering (authored by saghul).
Refactored chat stream chatroom capabilities offering
Added basic multi-application support
saghul committed rSYLK3677255e83ee: Made chat stream focus capabilities dynamic (authored by saghul).
Made chat stream focus capabilities dynamic
Added ircconference application
Raised version and updated changelog
saghul committed rSYLK0d9ebf688742: Updated application and sipsimple dependency checks (authored by saghul).
Updated application and sipsimple dependency checks
Updated dependencies
saghul committed rSYLKa8c78309a9b4: Use request URI to match rooms instead of the To header (authored by saghul).
Use request URI to match rooms instead of the To header
Fixed building CPIMIdentity object
saghul committed rSYLK4486fd89a2ae: Fixed unicode support after changes in the middleware (authored by saghul).
Fixed unicode support after changes in the middleware
Avoid setting unneeded variable
Fixed log line
Removed unneeded setting
Simplified tests
saghul committed rSYLK951abdc8f182: Generate unicode bodies for server generated messages (authored by saghul).
Generate unicode bodies for server generated messages
saghul committed rSYLK0f5482640d7f: Fixed exception when received display name contains unicode symbols (authored by saghul).
Fixed exception when received display name contains unicode symbols
Added forgoted MSRP in FT section
Updated readme
saghul committed rSYLK8edb9658c9c7: Force last_active timestamp to be regenerated when building iscomposing (authored by saghul).
Force last_active timestamp to be regenerated when building iscomposing
saghul committed rSYLKc2f130907cd2: Disabled PJSIP tracing which was enabled by mistake (authored by saghul).
Disabled PJSIP tracing which was enabled by mistake
Initial import
Update changelog
adigeo committed rSYLKWRTCM0a488ccf90b8: Reset last message for contact if conversation was removed (authored by adigeo).
Reset last message for contact if conversation was removed
adigeo committed rSYLKWRTCM89bbd1e541cb: Added functions for attaching photos to messages (authored by adigeo).
Added functions for attaching photos to messages
Sep 1 2021
Sep 1 2021
Capture exception
Conversations bug fixes
Update sendMessage API calls
Added mark read conversation
tijmen committed rSYLKRTC9323a3d2cce8: Added callback to syncConversations function (authored by tijmen).
Added callback to syncConversations function
tijmen committed rSYLKRTCdf8a13f24f04: Added options and callback to sendMessage (authored by tijmen).
Added options and callback to sendMessage
Aug 31 2021
Aug 31 2021
Log changes
adigeo committed rSIPCLIENTS6f9b6f31c0b5: Added options to disable cpim and set content type of SIP message (authored by adigeo).
Added options to disable cpim and set content type of SIP message
Fixed pushing mobile token to server
adigeo committed rSYLKWRTCM3eafcdeedad0: Added functions to load earlier messages (authored by adigeo).
Added functions to load earlier messages
Adde API function markConversationRead
Aug 30 2021
Aug 30 2021
Avatar alignment
Conversation sync fixes
Aug 28 2021
Aug 28 2021
Simplify message status panel
adigeo committed rSYLKWRTCMe93629a98079: Fixed sync outoping messages at start (authored by adigeo).
Fixed sync outoping messages at start
Fixed refreshing message info modal
adigeo committed rSYLKWRTCMbaed3b0528b6: Improbe contextual menu and back navigation (authored by adigeo).
Improbe contextual menu and back navigation
Aug 27 2021
Aug 27 2021
adigeo committed rSYLKWRTCM219d36dc749c: Handle replication of encrypted outgoing mesagges (authored by adigeo).
Handle replication of encrypted outgoing mesagges
Conversations fixes
adigeo committed rSYLKWRTCMad8d275dedd6: Added message syncronization and offline storage support (authored by adigeo).
Added message syncronization and offline storage support
Aug 26 2021
Aug 26 2021
Updated API docs
tijmen committed rSYLKRTCb6db950ed566: Provide callback for removeMessage and removeConversation (authored by tijmen).
Provide callback for removeMessage and removeConversation
Aug 24 2021
Aug 24 2021
Updated API docs
tijmen committed rSYLKRTC0581a93a7d83: Parse message list from syncConversation result (authored by tijmen).
Parse message list from syncConversation result
Raised version
Renamed message and addMessage events
Updated API docs
Aug 23 2021
Aug 23 2021
Updated API docs
Update copyright year
tijmen committed rSYLKRTCd4439a25ecef: Added more message/conversation functions (authored by tijmen).
Added more message/conversation functions
Updated API docs
Aug 20 2021
Aug 20 2021
tijmen committed rSYLKRTC69a2febb05d3: Don't emit state change if existing outgoing message is already 'displayed' (authored by tijmen).
Don't emit state change if existing outgoing message is already 'displayed'
Aug 17 2021
Aug 17 2021
Added version 5.2.6
Aug 12 2021
Aug 12 2021
Trusted peer layout change
Aug 11 2021
Aug 11 2021
adigeo committed rCDRT884cb0df8882: Added authentication token for trusted peers (authored by adigeo).
Added authentication token for trusted peers
Aug 10 2021
Aug 10 2021
adigeo committed rCDRTa5cd44bb8023: Changre trusted peer prepaid flag to boolean (authored by adigeo).
Changre trusted peer prepaid flag to boolean
Added prepaid to Trusted peers
tijmen committed rPYNSIPSIMPLE8e0de181c4a5: Fixed usage of Incoming Request class (authored by tijmen).
Fixed usage of Incoming Request class