- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Apr 11 2021
Apr 11 2021
adigeo committed rPYNSIPSIMPLE5bf6f29326c5: Fixed fallback for REGISTER if more routes are available (authored by adigeo).
Fixed fallback for REGISTER if more routes are available
adigeo committed rPYNSIPSIMPLEeaecede434cc: Fixed audio mixer blocking for pjsip 2.10 on Mac (authored by adigeo).
Fixed audio mixer blocking for pjsip 2.10 on Mac
Improve setup_pjsip script
Apr 6 2021
Apr 6 2021
adigeo committed rSIPCLIENTS0236d55579a3: Log available codecs built into the core UA (authored by adigeo).
Log available codecs built into the core UA
adigeo committed rSIPCLIENTS5c8999460b9b: Added instructions to load TLS cert into keychain (authored by adigeo).
Added instructions to load TLS cert into keychain
adigeo committed rPYNSIPSIMPLE19ec69e28283: Update default account SIP settings (authored by adigeo).
Update default account SIP settings
Apr 5 2021
Apr 5 2021
adigeo committed rSIPCLIENTS9c5b9f420730: Only copy default TLS certificate if account is Bonjour (authored by adigeo).
Only copy default TLS certificate if account is Bonjour
Fixed chat stream OTR encoding
Mar 30 2021
Mar 30 2021
Added receiver to Message class
Mar 29 2021
Mar 29 2021
adigeo committed rPYNSIPSIMPLE4135a9421388: Save DNS gevent experiment for later (authored by adigeo).
Save DNS gevent experiment for later
adigeo committed rPYNSIPSIMPLE94f70519ce36: Revert gevent DNS resolver patches (authored by adigeo).
Revert gevent DNS resolver patches
Mar 26 2021
Mar 26 2021
adigeo committed rPYNSIPSIMPLE87fbf2edbe6d: Update pjsip 2.10 patches, first Mac build (authored by adigeo).
Update pjsip 2.10 patches, first Mac build
Mar 25 2021
Mar 25 2021
Fixed receiving SIP messages
Fixed decoding CPIM payloads
adigeo committed rPYNSIPSIMPLEc9c255ffe83e: Added data.changed for network changes notifications (authored by adigeo).
Added data.changed for network changes notifications
Fixed decoding SDP IP address
Mar 24 2021
Mar 24 2021
DNS fixes
adigeo committed rPYNSIPSIMPLE1b95672889e1: Improve handling of network conditions changes (authored by adigeo).
Improve handling of network conditions changes
adigeo committed rPYNSIPSIMPLE88558db521ee: Capture TimeoutError exception when fetch xcap doc (authored by adigeo).
Capture TimeoutError exception when fetch xcap doc
Update mac install doc
Mar 21 2021
Mar 21 2021
Update TODO
adigeo committed rPYNSIPSIMPLEf2bbcfe02138: Make XCAP requests non-blocking using gevent (authored by adigeo).
Make XCAP requests non-blocking using gevent
adigeo committed rPYNSIPSIMPLE96968bf7c209: Replace DNS resolver with gevent resolver (authored by adigeo).
Replace DNS resolver with gevent resolver
Capture registrar exception
Added python3-gevent dependency
Update pjsip 2.10 patches
Fixed typo
Mar 19 2021
Mar 19 2021
Fixed returning messages from account
Fixed header in API doc
tijmen committed rSYLKRTCaa45dec852fe: Added support to send sip messages and IMDN (authored by tijmen).
Added support to send sip messages and IMDN
Mar 17 2021
Mar 17 2021
adigeo committed rPYNSIPSIMPLE04c4b45566d1: Retry Register later if failed with 408 (authored by adigeo).
Retry Register later if failed with 408
adigeo committed rPYNSIPSIMPLE92c01c8489ae: Make registration retry interval integer (authored by adigeo).
Make registration retry interval integer
adigeo committed rPYNSIPSIMPLE108a2a01f8a4: Fixed CPIM decode if envelope has content type message/imdn+xml (authored by adigeo).
Fixed CPIM decode if envelope has content type message/imdn+xml
adigeo committed rPYNSIPSIMPLE0eca8c82b254: Added support for creating and parsing IMDN (RFC5438) documents (authored by adigeo).
Added support for creating and parsing IMDN (RFC5438) documents
Mar 16 2021
Mar 16 2021
Update project metadata
adigeo committed rPYNSIPSIMPLE1516fa1dff0a: Keep re-Publish after publication failed and expired (authored by adigeo).
Keep re-Publish after publication failed and expired
adigeo committed rPYNSIPSIMPLE464471fbb6bd: Keep retry to register after the registration expired and failed (authored by adigeo).
Keep retry to register after the registration expired and failed
tijmen committed rSYLKdc2f104f36c9: Added support for sending and receiving SIP Messages and IMDN (authored by tijmen).
Added support for sending and receiving SIP Messages and IMDN
Fixed duplicate logging
Removed empty lines and spaces
adigeo committed rPYNSIPSIMPLEd75b225e566c: Decode uri.transport if is bytes in DNS Lookup (authored by adigeo).
Decode uri.transport if is bytes in DNS Lookup
Mar 15 2021
Mar 15 2021
Fixed decoding remote rtp address
Mar 14 2021
Mar 14 2021
Improved video sessions
adigeo committed rPYNSIPSIMPLE802f5e2afe77: Don't trow the exception when building pjsip, just show the output (authored by adigeo).
Don't trow the exception when building pjsip, just show the output
Fixed decoding core rtp metadata
adigeo committed rPYNSIPSIMPLE25086ad294e4: Always decode remote rtp address and codec (authored by adigeo).
Always decode remote rtp address and codec
Fixed DNS NAPTR lookup
Added sqlrepr for AnyUri
Only activate available codecs
adigeo committed rSIPCLIENTS102d2c97b2bd: Added command to change cameras in sip-session script (authored by adigeo).
Added command to change cameras in sip-session script
adigeo committed rSIPCLIENTS24c29d07d36c: Don't restrict show neighbours command to Bonjour account (authored by adigeo).
Don't restrict show neighbours command to Bonjour account
Mar 13 2021
Mar 13 2021
Added xcap_diff setting
Remove printing build env vars
Mar 12 2021
Mar 12 2021
adigeo committed rPYNSIPSIMPLEa46a640969e7: Skip printing env vars that don't exist (authored by adigeo).
Skip printing env vars that don't exist
adigeo committed rPYNSIPSIMPLEf3f80ca12db4: Log build pjsip environment variables (authored by adigeo).
Log build pjsip environment variables
adigeo committed rPYNSIPSIMPLE715674eb7eaf: Group disable flags for pjsip build on one line (authored by adigeo).
Group disable flags for pjsip build on one line
adigeo committed rPYNSIPSIMPLE502ee7cbf579: Added Opus dependency flags for darwin target (authored by adigeo).
Added Opus dependency flags for darwin target
adigeo committed rPYNSIPSIMPLEfa71b3bc60c6: Decode stderr when compiling pjsip (authored by adigeo).
Decode stderr when compiling pjsip
adigeo committed rPYNSIPSIMPLE54c2ef2813e5: Remove pjsip 2.10 issues from README (authored by adigeo).
Remove pjsip 2.10 issues from README
Update todo
Remove verbose make flag
Added TODO
Use a specific version of ZRTP
adigeo committed rPYNSIPSIMPLEe628cafc9c45: Avoid downloading dependencies if they exist (authored by adigeo).
Avoid downloading dependencies if they exist
adigeo committed rPYNSIPSIMPLE76e0aeec67f9: Capture exception if registration cannot be built (authored by adigeo).
Capture exception if registration cannot be built
adigeo committed rSIPCLIENTS93536ba77701: Log ZRTP negotiation in sip-audio-session (authored by adigeo).
Log ZRTP negotiation in sip-audio-session
Log core version
adigeo committed rPYNSIPSIMPLE303247a16304: Update pjsip 2.10 patches (ZRTP works) (authored by adigeo).
Update pjsip 2.10 patches (ZRTP works)
Mar 11 2021
Mar 11 2021
Update pjsip patches
Mar 10 2021
Mar 10 2021
Update download url
Update readme
Convert to Python 3
Fixed server auth
Update years
Capture Certificate exception
adigeo committed rPYMSRPLIBa5f4e9fe788d: Added remote_uri and remote_endpoint attributes (authored by adigeo).
Added remote_uri and remote_endpoint attributes
Mar 9 2021
Mar 9 2021
Update todo
Update pjsip 2.10 patches
Update changelog
Mar 7 2021
Mar 7 2021
Update todo
Increase version
adigeo committed rPYNSIPSIMPLE734fef509eba: Do not reload XCAP documents that already have the new etag (authored by adigeo).
Do not reload XCAP documents that already have the new etag
Added XCAP trace
Mar 6 2021
Mar 6 2021
TAG blink-cocoa-7.0.9
Update changelog
adigeo committed rPYNSIPSIMPLE4e6109e17f3d: Fixed accesing invitation.transport (authored by adigeo).
Fixed accesing invitation.transport
Update setup_pjsip patch
Update pjsip_210 patch
Update zrtp patch
Mar 5 2021
Mar 5 2021
Reset verbose build flag
Fixed decoding xcap-diff payload
Remove execute once decorator
Fixed saving xcap document
How can this be missing? TimeoutMixin is never used in the code since it is not needed
Mar 4 2021
Mar 4 2021
Fixed decoding transport
Fixed decoding bytes
Increase version
adigeo committed rPYNSIPSIMPLEb5d6ef506bd9: Fixed firing SIPEngineTransportDidDisconnect (authored by adigeo).
Fixed firing SIPEngineTransportDidDisconnect
Fixed missing import