GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
If this is a new formula, does it pass brew audit --new <formula>? https://github.com/Homebrew/homebrew-core/actions/runs/9863188002/job/27237048710 sofia-sip: declare indirect deps with linkage … 15766f4 chenrui333 added the CI-no-bottles label Jul 13, 2024 chenrui333 enabled auto...
freeswitch/sofia-sipPublic Notifications Fork168 Star241 Code Issues53 Files master .github debian docs libsofia-sip-ua-glib libsofia-sip-ua m4 open_c packages rules s2check scripts tests utils win32 .drone.yml .gitignore .update AUTHORS ...
#include <sofia-sip/tstdef.h>int tstflags;char const *name = "su_alloc_test";/* Type derived from home */ typedef struct { su_home_t home[1]; int *p; } exhome_t;void exdestructor(void *arg) { exhome_t *ex = arg;
Forked for features and packaging. Contribute to jart/sofia-sip development by creating an account on GitHub.
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. - Labels · freeswitch/sofia-sip
LINUX编译sofia-sip 简介:LINUX编译sofia-sip 具体操作: 1. git clone https://github.com/freeswitch/sofia-sip.git2.3. cd sofia-sip4.5. ./bootstrap.sh6.7. ./configure8.9. make10. make install11.12. ldconfig
LINUX编译sofia-sip,具体操作:gitclonehttps://github.com/freeswitch/sofia-sip.gitcdsofia-sip./bootstrap.sh-j./configuremakemakeinstallldconfig
check_sres_sip.c:69:22: note: while referencing ‘hint_udp_tcp_tls’ 69 | static su_addrinfo_t hint_udp_tcp_tls[2]; | ^~~~ Fixes: freeswitch#89 * Enable scan-build-11 on Drone CI * Scan-build: Fix false positive Memory error Use-after-free libsofia-sip-ua/su/su_timer.c ...
4 changes: 3 additions & 1 deletion 4 libsofia-sip-ua/nua/nua_session.c Original file line numberDiff line numberDiff line change @@ -2437,7 +2437,9 @@ int nua_invite_server_respond(nua_server_request_t *sr, tagi_t const *tags)...