- 23 5月, 2012 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 22 5月, 2012 5 次提交
-
-
由 Mathieu Rene 提交于
Update the outgoing channel handler so it passes the "var_event" event down towards rtmp_send_incoming_call since variables passed using originate are not yet in the session before the outgoing channel function returns.
-
由 Anthony Minessale 提交于
block any inbound messages when queue is full; add debounce for mwi and pres on register; fix missing detach attr on new mode to process reg in new thread
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
FS-4224 --resolve this was a regression from d6374535 to fix FS-3029, when you find a profile you must release it
-
由 Michael Jerris 提交于
-
- 21 5月, 2012 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Ken Rice 提交于
-
- 18 5月, 2012 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 17 5月, 2012 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
This amends commit 7bd9efc7. Using the more explicit typedef causes gcc to warn about the incompatible types for the reasons noted in the earlier commit message. This is why we just used the unsigned type earlier so we could avoid all this casting. The things we do to make Windows happy...
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
According Jeff Lenk, Windows Visual Studio doesn't understand that people use the char type for non-null-terminated byte arrays, so it throws a warning about this that causes the build to fail on Windows. As the initial value for the ZID doesn't really matter here one iota, just null-terminate it on Windows.
-
由 Travis Cross 提交于
libzrtp's sas_is_verified field is a uint32_t, but zrtp_verified_set expects a uint8_t. This is a boolean field, so it doesn't matter one way or the other. gcc doesn't care, but Windows Visual Studio apparently throws a warning about this.
-
- 16 5月, 2012 7 次提交
-
-
由 Travis Cross 提交于
The callback here receives both zrtp_protocol_event_t and zrtp_security_event_t events. The latter is numbered contiguously to the former. Still, it's a bit confusing to have to pick one as a type, but apparently this fixes a warning on Visual Studio on Windows. Thanks to Jeff Lenk.
-
由 Travis Cross 提交于
...to satisfy Windows Visual Studio. Thanks to Jeff Lenk.
-
由 Mahdi Moradi 提交于
-
由 Mahdi Moradi 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Brian and I talked about this and concurred on the reversion here. Part of the point of the ZRTP pass-through mode code is that it allows two legs to have a ZRTP-enabled call even if FS doesn't have ZRTP. This reverts commit f0aa4ab3.
-
由 Brian West 提交于
-
- 15 5月, 2012 11 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
It appears that libzrtp would prevent a non-passive client from enrolling with a PBX because of a broken license mode comparison. Thanks to Ivo Kutts for the report. FS-4223 --resolve
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-4220 --resolve i refactored this into a general cross platform function and use it everywhere else we try to set affinity
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Some modules like mod_java drop files in there during install that should be installed with the module rather than with FS.
-
由 Travis Cross 提交于
-