-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: baresip/re
base: v1.0.0
head repository: baresip/re
compare: v1.1.0
- 17 commits
- 25 files changed
- 7 contributors
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2effb0a - Browse repository at this point
Copy the full SHA 2effb0aView commit details
Commits on Sep 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0408829 - Browse repository at this point
Copy the full SHA 0408829View commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20da569 - Browse repository at this point
Copy the full SHA 20da569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728e7ea - Browse repository at this point
Copy the full SHA 728e7eaView commit details
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1256c30 - Browse repository at this point
Copy the full SHA 1256c30View commit details
Commits on Sep 28, 2020
-
tcp_connect_bind binds to a local address before connecting.
Configuration menu - View commit details
-
Copy full SHA for bc269d4 - Browse repository at this point
Copy the full SHA bc269d4View commit details -
http: support bind to laddr in http_request
Set laddr and laddr6 with http_client_set_laddr, http_client_set_laddr6 to bind http requests to a local ip address. http_request selects between laddr and laddr6 after the address family of the server address was detected.
Configuration menu - View commit details
-
Copy full SHA for 2dcf85d - Browse repository at this point
Copy the full SHA 2dcf85dView commit details
Commits on Sep 29, 2020
-
sipreg: support Cisco REGISTER keep-alives
Cisco phones send periodic REGISTER with Expires 0 to the SIP proxy.
Configuration menu - View commit details
-
Copy full SHA for 28cf328 - Browse repository at this point
Copy the full SHA 28cf328View commit details -
sipreg: add function sipreg_incfailc()
After a registration failure a new instance of sipreg is allocated in order to send periodic Cisco REGISTER keep-alives. These keep-alives will detect when the SIP proxy becomes available again. The new function can be used to initialize failc, thus sipreg_failed() returns true initially.
Configuration menu - View commit details
-
Copy full SHA for 71ba82e - Browse repository at this point
Copy the full SHA 71ba82eView commit details -
sipreg: start each re-register without authorization
Each digest challenge for a REGISTER should start without authorization header. This applies to periodic re-registration, for de-registration and also to Cisco REGISTER keep-alives.
Configuration menu - View commit details
-
Copy full SHA for d8cfc30 - Browse repository at this point
Copy the full SHA d8cfc30View commit details -
sipreg: call response handler also for expires zero
The Cisco REGISTER keep-alives detect that a SIP proxy becomes available again. This has to be reported to the response handler in baresip.
Configuration menu - View commit details
-
Copy full SHA for 410dde4 - Browse repository at this point
Copy the full SHA 410dde4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b913aa6 - Browse repository at this point
Copy the full SHA b913aa6View commit details
Commits on Oct 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 90dca03 - Browse repository at this point
Copy the full SHA 90dca03View commit details -
Merge pull request #26 from baresip/websocket
Alfred's sip websocket patch
Configuration menu - View commit details
-
Copy full SHA for b5f6e13 - Browse repository at this point
Copy the full SHA b5f6e13View commit details
Commits on Oct 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cb96622 - Browse repository at this point
Copy the full SHA cb96622View commit details -
main: fix/optimize windows file descriptors (#25)
main: fix windows file descriptors #20 Co-authored-by: jjj <john.juul.jensen@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7b5aefe - Browse repository at this point
Copy the full SHA 7b5aefeView commit details
Commits on Oct 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0f17505 - Browse repository at this point
Copy the full SHA 0f17505View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.1.0