├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── crash-report.md │ └── feature_request.md ├── pull_request_template.md ├── stale.yml └── workflows │ ├── .notify.yml │ ├── .rtp.io.yml │ ├── cifuzz.yml │ ├── main.yml │ ├── multiarch.yml │ ├── rtp.io.yml │ ├── stale.yml │ └── unittests.yml ├── .gitignore ├── .gitmodules ├── .lgtm.yml ├── AUTHORS ├── COPYING ├── INSTALL ├── Makefile ├── Makefile.conf.template ├── Makefile.defs ├── Makefile.misclibs ├── Makefile.modules ├── Makefile.openssl ├── Makefile.rules ├── Makefile.sources ├── Makefile.test ├── NEWS ├── README ├── README.md ├── SECURITY.md ├── aaa ├── aaa.c ├── aaa.h ├── aaa_avp.h └── doc │ └── aaa-api.txt ├── action.c ├── action.h ├── async.c ├── async.h ├── atomic.h ├── bdb_recover.8 ├── bin_interface.c ├── bin_interface.h ├── blacklists.c ├── blacklists.h ├── cachedb ├── cachedb.c ├── cachedb.h ├── cachedb_cap.h ├── cachedb_con.h ├── cachedb_dict.c ├── cachedb_dict.h ├── cachedb_id.c ├── cachedb_id.h ├── cachedb_pool.c ├── cachedb_pool.h ├── cachedb_types.c ├── cachedb_types.h ├── example │ ├── Makefile │ ├── README │ └── example_cachedb.c └── test │ ├── test_cachedb.c │ └── test_cachedb.h ├── ccopts.sh ├── ccver.sh ├── cfg.lex ├── cfg.y ├── cfg_pp.c ├── cfg_pp.h ├── cfg_reload.c ├── cfg_reload.h ├── cmds.c ├── cmds.h ├── config.h ├── context.c ├── context.h ├── core_cmds.c ├── core_stats.c ├── core_stats.h ├── crc.c ├── crc.h ├── daemonize.c ├── daemonize.h ├── data_lump.c ├── data_lump.h ├── data_lump_rpl.c ├── data_lump_rpl.h ├── db ├── README ├── db.c ├── db.h ├── db_async.c ├── db_async.h ├── db_cap.h ├── db_con.h ├── db_id.c ├── db_id.h ├── db_insertq.c ├── db_insertq.h ├── db_key.h ├── db_op.h ├── db_pool.c ├── db_pool.h ├── db_ps.h ├── db_query.c ├── db_query.h ├── db_res.c ├── db_res.h ├── db_row.c ├── db_row.h ├── db_ut.c ├── db_ut.h ├── db_val.h ├── doc │ └── db-api.txt ├── example │ ├── Makefile │ ├── README │ └── dbexample.c ├── schema │ ├── Makefile │ ├── acc.xml │ ├── address.xml │ ├── auth_jwt_profiles.xml │ ├── auth_jwt_secrets.xml │ ├── b2b_entities.xml │ ├── b2b_logic.xml │ ├── b2b_sca.xml │ ├── cachedb_sql.xml │ ├── carrierfailureroute.xml │ ├── carrierroute.xml │ ├── cc_agents.xml │ ├── cc_calls.xml │ ├── cc_cdrs.xml │ ├── cc_flows.xml │ ├── closeddial.xml │ ├── clusterer.xml │ ├── clusterer_bridge.xml │ ├── config.xml │ ├── cpl.xml │ ├── dbaliases.xml │ ├── dialog.xml │ ├── dialplan.xml │ ├── dispatcher.xml │ ├── domain.xml │ ├── domainpolicy.xml │ ├── dr_carriers.xml │ ├── dr_gateways.xml │ ├── dr_groups.xml │ ├── dr_partitions.xml │ ├── dr_rules.xml │ ├── emergency_report.xml │ ├── emergency_routing.xml │ ├── emergency_service_provider.xml │ ├── entities.xml │ ├── fraud_detection.xml │ ├── freeswitch.xml │ ├── globalblacklist.xml │ ├── grp.xml │ ├── imc_members.xml │ ├── imc_rooms.xml │ ├── janus.xml │ ├── load_balancer.xml │ ├── location.xml │ ├── missed_calls.xml │ ├── opensips-acc.xml │ ├── opensips-alias_db.xml │ ├── opensips-auth_db.xml │ ├── opensips-authjwt.xml │ ├── opensips-b2b.xml │ ├── opensips-b2b_sca.xml │ ├── opensips-cachedb_sql.xml │ ├── opensips-call_center.xml │ ├── opensips-carrierroute.xml │ ├── opensips-closeddial.xml │ ├── opensips-clusterer.xml │ ├── opensips-config.xml │ ├── opensips-cpl.xml │ ├── opensips-dialog.xml │ ├── opensips-dialplan.xml │ ├── opensips-dispatcher.xml │ ├── opensips-domain.xml │ ├── opensips-domainpolicy.xml │ ├── opensips-drouting.xml │ ├── opensips-emergency.xml │ ├── opensips-fraud_detection.xml │ ├── opensips-freeswitch_scripting.xml │ ├── opensips-group.xml │ ├── opensips-imc.xml │ ├── opensips-janus.xml │ ├── opensips-load_balancer.xml │ ├── opensips-msilo.xml │ ├── opensips-permissions.xml │ ├── opensips-presence.xml │ ├── opensips-qrouting.xml │ ├── opensips-ratecacher.xml │ ├── opensips-registrant.xml │ ├── opensips-rls.xml │ ├── opensips-rtpengine.xml │ ├── opensips-rtpproxy.xml │ ├── opensips-smpp.xml │ ├── opensips-sockets_mgm.xml │ ├── opensips-speeddial.xml │ ├── opensips-sqlops.xml │ ├── opensips-standard.xml │ ├── opensips-tcp_mgm.xml │ ├── opensips-tls_mgm.xml │ ├── opensips-tracer.xml │ ├── opensips-trie.xml │ ├── opensips-userblacklist.xml │ ├── opensips-usrloc.xml │ ├── pr_active_watchers.xml │ ├── pr_presentity.xml │ ├── pr_pua.xml │ ├── pr_watchers.xml │ ├── pr_xcap.xml │ ├── qr_profiles.xml │ ├── rc_clients.xml │ ├── rc_demo_ratesheet.xml │ ├── rc_ratesheets.xml │ ├── rc_vendors.xml │ ├── re_grp.xml │ ├── registrant.xml │ ├── rls_presentity.xml │ ├── rls_watchers.xml │ ├── route_tree.xml │ ├── rtpengine.xml │ ├── rtpproxy_sockets.xml │ ├── silo.xml │ ├── smpp.xml │ ├── sockets_mgm.xml │ ├── speed_dial.xml │ ├── subscriber.xml │ ├── tcp_mgm.xml │ ├── template.xml │ ├── tls_mgm.xml │ ├── tracer.xml │ ├── trie_partitions.xml │ ├── trie_table.xml │ ├── uri.xml │ ├── userblacklist.xml │ ├── usr_preferences.xml │ └── version.xml └── test │ ├── test_db.c │ └── test_db.h ├── doc ├── authors.xml ├── build-contrib.sh ├── dbschema │ ├── bookinfo.xml │ ├── catalog.xml │ ├── dtd │ │ └── dbschema.dtd │ └── xsl │ │ ├── common.xsl │ │ ├── db_berkeley.xsl │ │ ├── dbschema2docbook.xsl │ │ ├── dbtext.xsl │ │ ├── docbook.xsl │ │ ├── mysql.xsl │ │ ├── oracle.xsl │ │ ├── pi_framework_mod.xsl │ │ ├── pi_framework_table.xsl │ │ ├── postgres.xsl │ │ ├── sql.xsl │ │ └── sqlite.xsl ├── doxygen │ └── opensips-doxygen ├── entities.xml ├── module-docbook.css └── module_faq.xml ├── docker └── Dockerfile.rtp.io ├── dprint.c ├── dprint.h ├── dset.c ├── dset.h ├── errinfo.c ├── errinfo.h ├── error.c ├── error.h ├── etc ├── dictionary.opensips ├── opensips.cfg └── tls │ ├── README │ ├── ca.conf │ ├── request.conf │ ├── rootCA │ ├── cacert.pem │ ├── certs │ │ └── 01.pem │ ├── index.txt │ ├── private │ │ └── cakey.pem │ └── serial │ ├── user.conf │ └── user │ ├── user-calist.pem │ ├── user-cert.pem │ ├── user-cert_req.pem │ └── user-privkey.pem ├── evi ├── event_interface.c ├── event_interface.h ├── event_route.c ├── event_route.h ├── evi.h ├── evi_core.c ├── evi_core.h ├── evi_modules.h ├── evi_params.c ├── evi_params.h ├── evi_transport.c └── evi_transport.h ├── examples ├── acc-mysql.cfg ├── acc.cfg ├── ctd.sh ├── exec_s3.cfg ├── exec_s4.cfg ├── exec_s5.cfg ├── flag_reply.cfg ├── fork.cfg ├── httpd.cfg ├── logging.cfg ├── msilo.cfg ├── nathelper.cfg ├── pi_framework.xml ├── pstn.cfg ├── redirect.cfg ├── replicate.cfg ├── serial_183.cfg └── web_im │ ├── README │ ├── click_to_dial.html │ ├── click_to_dial.php │ ├── send_im.html │ └── send_im.php ├── fastlock.h ├── flags.c ├── flags.h ├── forward.c ├── forward.h ├── futex_lock.h ├── globals.c ├── globals.h ├── hash_func.h ├── help_msg.h ├── io_wait.c ├── io_wait.h ├── io_wait_loop.h ├── ip_addr.c ├── ip_addr.h ├── ipc.c ├── ipc.h ├── lib ├── aka.h ├── cJSON.c ├── cJSON.h ├── cond.c ├── cond.h ├── container.h ├── csv.c ├── csv.h ├── dassert.h ├── dbg │ ├── backtrace.h │ ├── profiling.h │ ├── struct_hist.c │ └── struct_hist.h ├── digest_auth │ ├── Makefile │ ├── dauth_calc.c │ ├── dauth_calc.h │ ├── dauth_calc_md5.c │ ├── dauth_calc_md5.h │ ├── dauth_calc_sha256.c │ ├── dauth_calc_sha256.h │ ├── dauth_calc_sha512t256.c │ ├── dauth_calc_sha512t256.h │ ├── dauth_hexops.h │ ├── dauth_nonce.c │ ├── dauth_nonce.h │ ├── digest_auth.c │ └── digest_auth.h ├── hash.c ├── hash.h ├── json │ ├── Makefile.json │ └── opensips_json_c_helper.h ├── list.h ├── modules.mk │ └── perl.mk ├── osips_malloc.h ├── path.c ├── path.h ├── reg │ ├── Makefile │ ├── ci.c │ ├── ci.h │ ├── common.c │ ├── common.h │ ├── config.h │ ├── doc │ │ ├── lookup_flags.xml │ │ ├── lookup_retcodes.xml │ │ ├── pn_async_func.xml │ │ ├── pn_modparams.xml │ │ ├── reg_modparams.xml │ │ ├── save_common_flags.xml │ │ └── supported_rfc.xml │ ├── lookup.c │ ├── lookup.h │ ├── path.c │ ├── path.h │ ├── pn.c │ ├── pn.h │ ├── regtime.c │ ├── regtime.h │ ├── rerrno.c │ ├── rerrno.h │ ├── save_flags.c │ ├── save_flags.h │ ├── sip_msg.c │ └── sip_msg.h ├── sliblist.c ├── sliblist.h ├── str2const.h ├── test │ ├── test_csv.c │ ├── test_csv.h │ ├── test_digest_auth.c │ └── test_digest_auth.h ├── timerfd.h ├── turbocompare.h ├── url.c └── url.h ├── lock_alloc.h ├── lock_ops.h ├── locking.h ├── log_interface.h ├── lump_struct.h ├── main.c ├── main_script.h ├── map.c ├── map.h ├── md5.c ├── md5.h ├── md5global.h ├── md5utils.c ├── md5utils.h ├── mem ├── common.c ├── common.h ├── f_malloc.c ├── f_malloc.h ├── f_malloc_dyn.h ├── f_parallel_malloc.c ├── f_parallel_malloc.h ├── f_parallel_malloc_dyn.h ├── hp_malloc.c ├── hp_malloc.h ├── hp_malloc_dyn.h ├── hp_malloc_stats.c ├── hp_malloc_stats.h ├── mem.c ├── mem.h ├── mem_dbg_hash.c ├── mem_dbg_hash.h ├── mem_funcs.h ├── meminfo.h ├── memtest.c ├── module_info.c ├── module_info.h ├── q_malloc.c ├── q_malloc.h ├── q_malloc_dyn.h ├── rpm_mem.c ├── rpm_mem.h ├── shm_mem.c ├── shm_mem.h ├── shm_mem_dbg.h └── test │ ├── test_malloc.c │ └── test_malloc.h ├── menuconfig ├── Makefile ├── cfg.c ├── cfg.h ├── commands.c ├── commands.h ├── configs │ ├── opensips_loadbalancer.m4 │ ├── opensips_loadbalancer_def.m4 │ ├── opensips_residential.m4 │ ├── opensips_residential_def.m4 │ ├── opensips_trunking.m4 │ └── opensips_trunking_def.m4 ├── curses.c ├── curses.h ├── items.c ├── items.h ├── main.c ├── main.h ├── menus.c ├── menus.h ├── parser.c └── parser.h ├── mi ├── fmt.c ├── fmt.h ├── item.c ├── item.h ├── mi.c ├── mi.h ├── mi_core.c ├── mi_core.h ├── mi_trace.c └── mi_trace.h ├── mod_fix.c ├── mod_fix.h ├── modparam.c ├── modparam.h ├── modules ├── aaa_diameter │ ├── Makefile │ ├── README │ ├── aaa_diameter.c │ ├── app_opensips │ │ ├── CMakeLists.txt │ │ ├── app_opensips.c │ │ ├── avps.c │ │ └── avps.h │ ├── diameter_api.h │ ├── diameter_api_impl.h │ ├── dm_evi.c │ ├── dm_evi.h │ ├── dm_impl.c │ ├── dm_impl.h │ ├── dm_peer.c │ ├── dm_peer.h │ └── doc │ │ ├── aaa_diameter.xml │ │ ├── aaa_diameter_admin.xml │ │ └── contributors.xml ├── aaa_radius │ ├── Makefile │ ├── README │ ├── aaa_radius.c │ ├── doc │ │ ├── aaa_radius.xml │ │ ├── aaa_radius_admin.xml │ │ ├── aaa_radius_tutorial.xml │ │ └── contributors.xml │ ├── rad.c │ ├── rad.h │ └── radius_async_support.patch ├── acc │ ├── Makefile │ ├── README │ ├── acc.c │ ├── acc.h │ ├── acc_extra.c │ ├── acc_extra.h │ ├── acc_logic.c │ ├── acc_logic.h │ ├── acc_mod.c │ ├── acc_mod.h │ ├── acc_vars.c │ ├── acc_vars.h │ ├── doc │ │ ├── acc.xml │ │ ├── acc_admin.xml │ │ ├── acc_faq.xml │ │ └── contributors.xml │ ├── etc │ │ ├── radiusclient.conf │ │ └── servers │ └── test │ │ ├── opensips.cfg │ │ └── test.c ├── aka_av_diameter │ ├── Makefile │ ├── README │ ├── aka_av_diameter.c │ ├── diameter_mar.h │ ├── doc │ │ ├── aka_av_diameter.xml │ │ ├── aka_av_diameter_admin.xml │ │ └── contributors.xml │ └── example │ │ └── aka_av_diameter.dictionary ├── alias_db │ ├── Makefile │ ├── README │ ├── alias_db.c │ ├── alias_db.h │ ├── alookup.c │ ├── alookup.h │ └── doc │ │ ├── alias_db.xml │ │ ├── alias_db_admin.xml │ │ ├── alias_db_faq.xml │ │ └── contributors.xml ├── auth │ ├── Makefile │ ├── README │ ├── api.c │ ├── api.h │ ├── auth_mod.c │ ├── auth_mod.h │ ├── challenge.c │ ├── challenge.h │ ├── common.c │ ├── common.h │ ├── doc │ │ ├── auth.xml │ │ ├── auth_admin.xml │ │ └── contributors.xml │ ├── index.c │ ├── index.h │ ├── qop.h │ ├── rpid.c │ └── rpid.h ├── auth_aaa │ ├── Makefile │ ├── README │ ├── authaaa_mod.c │ ├── authaaa_mod.h │ ├── authorize.c │ ├── authorize.h │ ├── checks.c │ ├── checks.h │ ├── doc │ │ ├── auth_aaa.xml │ │ ├── auth_aaa_admin.xml │ │ └── contributors.xml │ ├── sterman.c │ └── sterman.h ├── auth_aka │ ├── Makefile │ ├── README │ ├── aka_av_mgm.c │ ├── aka_av_mgm.h │ ├── auth_aka.c │ ├── auth_aka.h │ └── doc │ │ ├── auth_aka.xml │ │ ├── auth_aka_admin.xml │ │ └── contributors.xml ├── auth_db │ ├── Makefile │ ├── README │ ├── aaa_avps.h │ ├── authdb_mod.c │ ├── authdb_mod.h │ ├── authorize.c │ ├── authorize.h │ ├── checks.c │ ├── checks.h │ └── doc │ │ ├── auth_db.xml │ │ ├── auth_db_admin.xml │ │ └── contributors.xml ├── auth_jwt │ ├── Makefile │ ├── README │ ├── auth_jwt_certops.c │ ├── auth_jwt_certops.h │ ├── authjwt_mod.c │ ├── authjwt_mod.h │ ├── authorize.c │ ├── authorize.h │ ├── doc │ │ ├── auth_jwt.xml │ │ ├── auth_jwt_admin.xml │ │ └── contributors.xml │ └── jwt_avps.h ├── auth_web3 │ ├── Makefile │ ├── README │ ├── api.c │ ├── api.h │ ├── auth_web3_mod.c │ ├── auth_web3_mod.h │ ├── doc │ │ ├── Makefile │ │ ├── auth_web3.xml │ │ ├── auth_web3_faq.xml │ │ ├── auth_web3_functions.xml │ │ ├── auth_web3_params.xml │ │ └── contributors.xml │ ├── keccak256.c │ ├── keccak256.h │ ├── web3_imple.c │ └── web3_imple.h ├── b2b_entities │ ├── Makefile │ ├── README │ ├── b2b_common.h │ ├── b2b_entities.c │ ├── b2b_entities.h │ ├── b2be_clustering.c │ ├── b2be_clustering.h │ ├── b2be_db.c │ ├── b2be_db.h │ ├── b2be_load.h │ ├── client.c │ ├── client.h │ ├── dlg.c │ ├── dlg.h │ ├── doc │ │ ├── b2b_entities.xml │ │ ├── b2b_entities_admin.xml │ │ ├── b2b_entities_devel.xml │ │ └── contributors.xml │ ├── server.c │ ├── server.h │ ├── ua_api.c │ └── ua_api.h ├── b2b_logic │ ├── Makefile │ ├── README │ ├── b2b_load.h │ ├── b2b_logic.c │ ├── b2b_logic.h │ ├── b2b_logic_ctx.c │ ├── b2b_logic_ctx.h │ ├── b2bl_db.c │ ├── b2bl_db.h │ ├── bridging.c │ ├── bridging.h │ ├── doc │ │ ├── b2b_logic.xml │ │ ├── b2b_logic_admin.xml │ │ ├── b2b_logic_devel.xml │ │ └── contributors.xml │ ├── entity_storage.c │ ├── entity_storage.h │ ├── logic.c │ ├── records.c │ └── records.h ├── b2b_sca │ ├── .gitignore │ ├── Makefile │ ├── README │ ├── b2b_sca.c │ ├── doc │ │ ├── b2b_sca.xml │ │ ├── b2b_sca_admin.xml │ │ └── contributors.xml │ ├── sca_db_handler.c │ ├── sca_db_handler.h │ ├── sca_logic.c │ ├── sca_logic.h │ ├── sca_records.c │ └── sca_records.h ├── b2b_sdp_demux │ ├── Makefile │ ├── README │ ├── b2b_sdp_demux.c │ └── doc │ │ ├── b2b_sdp_demux.xml │ │ ├── b2b_sdp_demux_admin.xml │ │ └── contributors.xml ├── benchmark │ ├── Makefile │ ├── README │ ├── benchmark.c │ ├── benchmark.h │ ├── benchmark_api.h │ └── doc │ │ ├── benchmark.xml │ │ ├── benchmark_admin.xml │ │ ├── benchmark_devel.xml │ │ └── contributors.xml ├── cachedb_cassandra │ ├── Makefile │ ├── README │ ├── cachedb_cassandra.c │ ├── cachedb_cassandra.h │ ├── cachedb_cassandra_dbase.c │ ├── cachedb_cassandra_dbase.h │ └── doc │ │ ├── cachedb_cassandra.xml │ │ ├── cachedb_cassandra_admin.xml │ │ └── contributors.xml ├── cachedb_couchbase │ ├── Makefile │ ├── README │ ├── cachedb_couchbase.c │ ├── cachedb_couchbase_dbase.c │ ├── cachedb_couchbase_dbase.h │ └── doc │ │ ├── cachedb_couchbase.xml │ │ ├── cachedb_couchbase_admin.xml │ │ └── contributors.xml ├── cachedb_dynamodb │ ├── Makefile │ ├── README │ ├── cachedb_dynamodb.c │ ├── cachedb_dynamodb_dbase.c │ ├── cachedb_dynamodb_dbase.h │ ├── doc │ │ ├── cachedb_dynamodb.xml │ │ ├── cachedb_dynamodb_admin.xml │ │ └── contributors.xml │ ├── dynamodb_lib.cpp │ └── dynamodb_lib.h ├── cachedb_local │ ├── Makefile │ ├── README │ ├── cachedb_local.c │ ├── cachedb_local.h │ ├── cachedb_local_replication.c │ ├── cachedb_local_replication.h │ ├── doc │ │ ├── cachedb_local.xml │ │ ├── cachedb_local_admin.xml │ │ ├── cachedb_local_faq.xml │ │ └── contributors.xml │ ├── hash.c │ └── hash.h ├── cachedb_memcached │ ├── Makefile │ ├── README │ ├── cachedb_memcached.c │ ├── cachedb_memcached.h │ └── doc │ │ ├── cachedb_memcached.xml │ │ ├── cachedb_memcached_admin.xml │ │ └── contributors.xml ├── cachedb_mongodb │ ├── Makefile │ ├── README │ ├── cachedb_mongodb.c │ ├── cachedb_mongodb_dbase.c │ ├── cachedb_mongodb_dbase.h │ ├── cachedb_mongodb_json.c │ ├── cachedb_mongodb_json.h │ ├── doc │ │ ├── cachedb_mongodb.xml │ │ ├── cachedb_mongodb_admin.xml │ │ └── contributors.xml │ └── ssl_tweaks.c ├── cachedb_redis │ ├── Makefile │ ├── README │ ├── cachedb_redis.c │ ├── cachedb_redis_dbase.c │ ├── cachedb_redis_dbase.h │ ├── cachedb_redis_utils.c │ ├── cachedb_redis_utils.h │ └── doc │ │ ├── cachedb_redis.xml │ │ ├── cachedb_redis_admin.xml │ │ ├── cachedb_redis_faq.xml │ │ └── contributors.xml ├── cachedb_sql │ ├── Makefile │ ├── README │ ├── cachedb_sql.c │ └── doc │ │ ├── cachedb_sql.xml │ │ ├── cachedb_sql_admin.xml │ │ ├── cachedb_sql_faq.xml │ │ └── contributors.xml ├── call_center │ ├── Makefile │ ├── README │ ├── call_center.c │ ├── cc_data.c │ ├── cc_data.h │ ├── cc_db.c │ ├── cc_db.h │ ├── cc_queue.c │ ├── cc_queue.h │ ├── doc │ │ ├── call_center.xml │ │ ├── call_center_admin.xml │ │ ├── call_center_devel.xml │ │ ├── call_center_faq.xml │ │ └── contributors.xml │ ├── scenario_agent.xml │ └── scenario_callcenter.xml ├── call_control │ ├── Makefile │ ├── README │ ├── call_control.c │ └── doc │ │ ├── call_control.xml │ │ ├── call_control_admin.xml │ │ └── contributors.xml ├── callops │ ├── Makefile │ ├── README │ ├── callops.c │ └── doc │ │ ├── callops.xml │ │ ├── callops_admin.xml │ │ └── contributors.xml ├── carrierroute │ ├── Makefile │ ├── README │ ├── carrier_tree.c │ ├── carrier_tree.h │ ├── carrierroute.c │ ├── carrierroute.h │ ├── doc │ │ ├── carrierroute.xml │ │ ├── carrierroute_admin.xml │ │ └── contributors.xml │ ├── load_data.c │ ├── load_data.h │ ├── route.h │ ├── route_config.c │ ├── route_config.h │ ├── route_db.c │ ├── route_db.h │ ├── route_fifo.c │ ├── route_fifo.h │ ├── route_func.c │ ├── route_func.h │ ├── route_rule.c │ ├── route_rule.h │ ├── route_tree.c │ └── route_tree.h ├── cfgutils │ ├── Makefile │ ├── README │ ├── cfgutils.c │ ├── doc │ │ ├── cfgutils.xml │ │ ├── cfgutils_admin.xml │ │ └── contributors.xml │ ├── env_var.c │ ├── env_var.h │ ├── script_locks.c │ ├── script_locks.h │ ├── shvar.c │ ├── shvar.h │ └── test │ │ ├── cfgutils.c │ │ └── opensips.cfg ├── cgrates │ ├── Makefile │ ├── README │ ├── cgrates.c │ ├── cgrates.h │ ├── cgrates_acc.c │ ├── cgrates_acc.h │ ├── cgrates_auth.c │ ├── cgrates_auth.h │ ├── cgrates_cmd.c │ ├── cgrates_cmd.h │ ├── cgrates_common.c │ ├── cgrates_common.h │ ├── cgrates_engine.c │ ├── cgrates_engine.h │ └── doc │ │ ├── cgrates.xml │ │ ├── cgrates_admin.xml │ │ └── contributors.xml ├── clusterer │ ├── Makefile │ ├── README │ ├── api.h │ ├── clusterer.c │ ├── clusterer.h │ ├── clusterer_evi.c │ ├── clusterer_evi.h │ ├── clusterer_mod.c │ ├── doc │ │ ├── clusterer.xml │ │ ├── clusterer_admin.xml │ │ ├── clusterer_devel.xml │ │ ├── clusterer_sync_cap.xml │ │ └── contributors.xml │ ├── node_info.c │ ├── node_info.h │ ├── sharing_tags.c │ ├── sharing_tags.h │ ├── sync.c │ ├── sync.h │ ├── topology.c │ └── topology.h ├── compression │ ├── Makefile │ ├── README │ ├── compression.c │ ├── compression.h │ ├── compression_api.c │ ├── compression_api.h │ ├── compression_helpers.c │ ├── compression_helpers.h │ ├── doc │ │ ├── compression.xml │ │ ├── compression_admin.xml │ │ └── contributors.xml │ ├── gz_helpers.c │ └── gz_helpers.h ├── config │ ├── Makefile │ ├── README │ ├── config.c │ ├── config.h │ └── doc │ │ ├── config.xml │ │ ├── config_admin.xml │ │ └── contributors.xml ├── cpl_c │ ├── CPL_tree.h │ ├── Makefile │ ├── README │ ├── cpl-06.dtd │ ├── cpl.c │ ├── cpl_db.c │ ├── cpl_db.h │ ├── cpl_env.h │ ├── cpl_loader.c │ ├── cpl_loader.h │ ├── cpl_log.c │ ├── cpl_log.h │ ├── cpl_nonsig.c │ ├── cpl_nonsig.h │ ├── cpl_parser.c │ ├── cpl_parser.h │ ├── cpl_proxy.h │ ├── cpl_run.c │ ├── cpl_run.h │ ├── cpl_sig.c │ ├── cpl_sig.h │ ├── cpl_switches.h │ ├── cpl_utils.h │ ├── doc │ │ ├── contributors.xml │ │ ├── cpl_c.xml │ │ └── cpl_c_admin.xml │ ├── loc_set.h │ ├── sub_list.c │ └── sub_list.h ├── db_berkeley │ ├── Makefile │ ├── README │ ├── bdb_lib.c │ ├── bdb_lib.h │ ├── bdb_mi.c │ ├── bdb_mi.h │ ├── bdb_res.c │ ├── bdb_res.h │ ├── bdb_util.c │ ├── bdb_util.h │ ├── bdb_val.c │ ├── bdb_val.h │ ├── db_berkeley.c │ ├── db_berkeley.h │ └── doc │ │ ├── contributors.xml │ │ ├── db_berkeley.xml │ │ └── db_berkeley_admin.xml ├── db_cachedb │ ├── Makefile │ ├── README │ ├── db_cachedb.c │ ├── dbase.c │ ├── dbase.h │ └── doc │ │ ├── contributors.xml │ │ ├── db_cachedb.xml │ │ └── db_cachedb_admin.xml ├── db_flatstore │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── db_flatstore.xml │ │ ├── db_flatstore_admin.xml │ │ └── db_flatstore_devel.xml │ ├── flat_con.c │ ├── flat_con.h │ ├── flat_id.c │ ├── flat_id.h │ ├── flat_mi.c │ ├── flat_mi.h │ ├── flat_pool.c │ ├── flat_pool.h │ ├── flatstore.c │ ├── flatstore.h │ ├── flatstore_mod.c │ └── flatstore_mod.h ├── db_http │ ├── Makefile │ ├── README │ ├── db_http.c │ ├── db_http.h │ ├── doc │ │ ├── contributors.xml │ │ ├── db_http.xml │ │ └── db_http_admin.xml │ ├── http_dbase.c │ ├── http_dbase.h │ └── ssl_tweaks.c ├── db_mysql │ ├── Makefile │ ├── README │ ├── db_mysql.c │ ├── db_mysql.h │ ├── dbase.c │ ├── dbase.h │ ├── doc │ │ ├── contributors.xml │ │ ├── db_mysql.xml │ │ ├── db_mysql_admin.xml │ │ └── db_mysql_parser.dia │ ├── my_con.c │ ├── my_con.h │ ├── res.c │ ├── res.h │ ├── row.c │ ├── row.h │ ├── ssl_tweaks.c │ ├── val.c │ └── val.h ├── db_oracle │ ├── Makefile │ ├── README │ ├── asynch.c │ ├── asynch.h │ ├── db_oracle.c │ ├── dbase.c │ ├── dbase.h │ ├── doc │ │ ├── contributors.xml │ │ ├── db_oracle.xml │ │ └── db_oracle_admin.xml │ ├── ora_con.c │ ├── ora_con.h │ ├── res.c │ ├── res.h │ ├── val.c │ └── val.h ├── db_perlvdb │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── db_perlvdb.xml │ │ ├── db_perlvdb_admin.xml │ │ ├── db_perlvdb_devel.xml │ │ └── samples │ │ │ ├── alias_ldap.pm │ │ │ ├── flatstoresimulator.pm │ │ │ ├── simplealias.pm │ │ │ ├── simpleauth.pm │ │ │ └── simplespeeddial.pm │ ├── perlvdb.c │ ├── perlvdb.h │ ├── perlvdb_conv.c │ ├── perlvdb_conv.h │ ├── perlvdb_oohelpers.c │ ├── perlvdb_oohelpers.h │ ├── perlvdbfunc.c │ └── perlvdbfunc.h ├── db_postgres │ ├── Makefile │ ├── README │ ├── db_postgres.c │ ├── db_postgres.h │ ├── dbase.c │ ├── dbase.h │ ├── doc │ │ ├── contributors.xml │ │ ├── db_postgres.xml │ │ └── db_postgres_admin.xml │ ├── pg_con.c │ ├── pg_con.h │ ├── pg_type.h │ ├── res.c │ ├── res.h │ ├── val.c │ └── val.h ├── db_sqlite │ ├── Makefile │ ├── README │ ├── db_sqlite.c │ ├── db_sqlite.h │ ├── dbase.c │ ├── dbase.h │ ├── doc │ │ ├── contributors.xml │ │ ├── db_sqlite.xml │ │ └── db_sqlite_admin.xml │ ├── res.c │ ├── res.h │ ├── row.c │ ├── row.h │ ├── sqlite_con.c │ ├── sqlite_con.h │ ├── val.c │ └── val.h ├── db_text │ ├── Makefile │ ├── README │ ├── dbt_api.c │ ├── dbt_api.h │ ├── dbt_base.c │ ├── dbt_file.c │ ├── dbt_lib.c │ ├── dbt_lib.h │ ├── dbt_res.c │ ├── dbt_res.h │ ├── dbt_tb.c │ ├── dbt_util.c │ ├── dbt_util.h │ ├── dbtext.c │ ├── dbtext.h │ └── doc │ │ ├── contributors.xml │ │ ├── db_text.cfg │ │ ├── db_text.xml │ │ ├── db_text_admin.xml │ │ └── db_text_devel.xml ├── db_unixodbc │ ├── Makefile │ ├── README │ ├── db_con.c │ ├── db_con.h │ ├── db_unixodbc.c │ ├── db_unixodbc.h │ ├── dbase.c │ ├── dbase.h │ ├── doc │ │ ├── contributors.xml │ │ ├── db_unixodbc.xml │ │ ├── db_unixodbc_admin.xml │ │ └── db_unixodbc_devel.xml │ ├── res.c │ ├── res.h │ ├── row.c │ ├── row.h │ ├── val.c │ └── val.h ├── db_virtual │ ├── Makefile │ ├── README │ ├── db_virtual.c │ ├── db_virtual.h │ ├── dbase.c │ ├── dbase.h │ └── doc │ │ ├── contributors.xml │ │ ├── db_virtual.xml │ │ └── db_virtual_admin.xml ├── dialog │ ├── Makefile │ ├── README │ ├── dialog.c │ ├── dlg_cb.c │ ├── dlg_cb.h │ ├── dlg_ctx.c │ ├── dlg_ctx.h │ ├── dlg_db_handler.c │ ├── dlg_db_handler.h │ ├── dlg_handlers.c │ ├── dlg_handlers.h │ ├── dlg_hash.c │ ├── dlg_hash.h │ ├── dlg_load.h │ ├── dlg_profile.c │ ├── dlg_profile.h │ ├── dlg_repl_profile.h │ ├── dlg_replication.c │ ├── dlg_replication.h │ ├── dlg_req_within.c │ ├── dlg_req_within.h │ ├── dlg_timer.c │ ├── dlg_timer.h │ ├── dlg_vals.c │ ├── dlg_vals.h │ └── doc │ │ ├── contributors.xml │ │ ├── dialog.xml │ │ ├── dialog_admin.xml │ │ ├── dialog_devel.xml │ │ └── dialog_faq.xml ├── dialplan │ ├── Makefile │ ├── README │ ├── dialplan.c │ ├── dialplan.h │ ├── doc │ │ ├── contributors.xml │ │ ├── dialplan.xml │ │ ├── dialplan_admin.xml │ │ └── dialplan_devel.xml │ ├── dp_db.c │ ├── dp_db.h │ └── dp_repl.c ├── dispatcher │ ├── Makefile │ ├── README │ ├── dispatch.c │ ├── dispatch.h │ ├── dispatcher.c │ ├── doc │ │ ├── contributors.xml │ │ ├── dispatcher.cfg │ │ ├── dispatcher.list │ │ ├── dispatcher.xml │ │ ├── dispatcher_admin.xml │ │ └── dispatcher_faq.xml │ ├── ds_bl.c │ ├── ds_bl.h │ ├── ds_clustering.c │ ├── ds_clustering.h │ ├── ds_fixups.c │ └── ds_fixups.h ├── diversion │ ├── Makefile │ ├── README │ ├── diversion.c │ └── doc │ │ ├── contributors.xml │ │ ├── diversion.xml │ │ ├── diversion_admin.xml │ │ └── diversion_devel.xml ├── dns_cache │ ├── Makefile │ ├── README │ ├── dns_cache.c │ └── doc │ │ ├── contributors.xml │ │ ├── dns_cache.xml │ │ └── dns_cache_admin.xml ├── domain │ ├── Makefile │ ├── README │ ├── api.c │ ├── api.h │ ├── doc │ │ ├── contributors.xml │ │ ├── domain.xml │ │ ├── domain_admin.xml │ │ └── domain_devel.xml │ ├── domain.c │ ├── domain.h │ ├── domain_mod.c │ ├── domain_mod.h │ ├── hash.c │ ├── hash.h │ ├── mi.c │ └── mi.h ├── domainpolicy │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── domainpolicy.xml │ │ └── domainpolicy_admin.xml │ ├── domainpolicy.c │ ├── domainpolicy.h │ ├── domainpolicy_mod.c │ └── domainpolicy_mod.h ├── drouting │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── drouting.xml │ │ ├── drouting_admin.xml │ │ └── drouting_devel.xml │ ├── dr_api.h │ ├── dr_api_internal.c │ ├── dr_api_internal.h │ ├── dr_bl.c │ ├── dr_bl.h │ ├── dr_cb.c │ ├── dr_cb.h │ ├── dr_cb_sorting.h │ ├── dr_clustering.c │ ├── dr_clustering.h │ ├── dr_db_def.c │ ├── dr_db_def.h │ ├── dr_load.c │ ├── dr_load.h │ ├── dr_partitions.h │ ├── drouting.c │ ├── parse.h │ ├── prefix_tree.c │ ├── prefix_tree.h │ ├── routing.c │ └── routing.h ├── emergency │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── emergency.xml │ │ └── emergency_admin.xml │ ├── emergency_methods.c │ ├── emergency_methods.h │ ├── hash.c │ ├── hash.h │ ├── http_emergency.c │ ├── http_emergency.h │ ├── model.h │ ├── notifier_emergency.c │ ├── notifier_emergency.h │ ├── post_curl.c │ ├── post_curl.h │ ├── report_emergency.c │ ├── report_emergency.h │ ├── sip_emergency.c │ ├── sip_emergency.h │ ├── subscriber_emergency.c │ ├── subscriber_emergency.h │ ├── xml_parser.c │ └── xml_parser.h ├── enum │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── enum.xml │ │ └── enum_admin.xml │ ├── enum.c │ ├── enum.h │ ├── enum_mod.c │ └── enum_mod.h ├── event_datagram │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_datagram.xml │ │ ├── event_datagram_admin.xml │ │ └── event_datagram_faq.xml │ ├── event_datagram.c │ └── event_datagram.h ├── event_flatstore │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_flatstore.xml │ │ └── event_flatstore_admin.xml │ ├── event_flatstore.c │ └── event_flatstore.h ├── event_kafka │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_kafka.xml │ │ └── event_kafka_admin.xml │ ├── event_kafka.c │ ├── event_kafka.h │ ├── kafka_producer.c │ └── kafka_producer.h ├── event_rabbitmq │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_rabbitmq.cfg │ │ ├── event_rabbitmq.xml │ │ ├── event_rabbitmq_admin.xml │ │ └── event_rabbitmq_faq.xml │ ├── event_rabbitmq.c │ ├── event_rabbitmq.h │ ├── rabbitmq_send.c │ ├── rabbitmq_send.h │ ├── rmq_servers.c │ └── rmq_servers.h ├── event_routing │ ├── Makefile │ ├── README │ ├── api.h │ ├── doc │ │ ├── contributors.xml │ │ ├── event_routing.xml │ │ ├── event_routing_admin.xml │ │ ├── event_routing_devel.xml │ │ └── event_routing_faq.xml │ ├── ebr_data.c │ ├── ebr_data.h │ └── event_routing.c ├── event_sqs │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_sqs.xml │ │ └── event_sqs_admin.xml │ ├── event_sqs.c │ ├── sqs_lib.cpp │ ├── sqs_lib.h │ ├── sqs_producer.c │ └── sqs_producer.h ├── event_stream │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_stream.xml │ │ └── event_stream_admin.xml │ ├── event_stream.c │ ├── event_stream.h │ ├── stream_send.c │ └── stream_send.h ├── event_virtual │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_virtual.xml │ │ └── event_virtual_admin.xml │ ├── event_virtual.c │ └── event_virtual.h ├── event_xmlrpc │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── event_xmlrpc.xml │ │ └── event_xmlrpc_admin.xml │ ├── event_xmlrpc.c │ ├── event_xmlrpc.h │ ├── xmlrpc_send.c │ └── xmlrpc_send.h ├── example │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── example.xml │ │ └── example_admin.xml │ └── example.c ├── exec │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── exec.xml │ │ └── exec_admin.xml │ ├── exec.c │ ├── exec.h │ ├── exec_hf.c │ ├── exec_hf.h │ ├── exec_mod.c │ ├── kill.c │ └── kill.h ├── fraud_detection │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── fraud_detection.xml │ │ └── fraud_detection_admin.xml │ ├── fraud_detection.c │ ├── frd_events.c │ ├── frd_events.h │ ├── frd_hashmap.c │ ├── frd_hashmap.h │ ├── frd_load.c │ ├── frd_load.h │ ├── frd_stats.c │ └── frd_stats.h ├── freeswitch │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── freeswitch.xml │ │ └── freeswitch_admin.xml │ ├── esl │ │ └── src │ │ │ ├── esl.c │ │ │ ├── esl_buffer.c │ │ │ ├── esl_config.c │ │ │ ├── esl_event.c │ │ │ ├── esl_json.c │ │ │ ├── esl_threadmutex.c │ │ │ └── include │ │ │ ├── esl.h │ │ │ ├── esl_buffer.h │ │ │ ├── esl_config.h │ │ │ ├── esl_event.h │ │ │ ├── esl_json.h │ │ │ ├── esl_oop.h │ │ │ └── esl_threadmutex.h │ ├── fs_api.c │ ├── fs_api.h │ ├── fs_ipc.c │ ├── fs_ipc.h │ ├── fs_mod.c │ ├── fs_proc.c │ └── fs_proc.h ├── freeswitch_scripting │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── freeswitch_scripting.xml │ │ └── freeswitch_scripting_admin.xml │ ├── fss_db.c │ ├── fss_db.h │ ├── fss_evs.c │ ├── fss_evs.h │ ├── fss_ipc.c │ ├── fss_ipc.h │ └── fss_mod.c ├── gflags │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── gflags.xml │ │ └── gflags_admin.xml │ └── gflags.c ├── group │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── group.xml │ │ └── group_admin.xml │ ├── group.c │ ├── group.h │ ├── group_mod.c │ ├── group_mod.h │ ├── re_group.c │ └── re_group.h ├── h350 │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── h350.xml │ │ ├── h350_admin.xml │ │ └── h350_biblio.xml │ ├── h350_exp_fn.c │ ├── h350_exp_fn.h │ ├── h350_mod.c │ └── h350_mod.h ├── http2d │ ├── .gitignore │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── http2d.xml │ │ └── http2d_admin.xml │ ├── h2_evi.c │ ├── h2_evi.h │ ├── http2d.c │ ├── server.c │ └── server.h ├── httpd │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── httpd.xml │ │ ├── httpd_admin.xml │ │ └── httpd_devel.xml │ ├── httpd.c │ ├── httpd_load.h │ ├── httpd_proc.c │ └── httpd_proc.h ├── identity │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── identity.xml │ │ └── identity_admin.xml │ ├── identity.c │ ├── identity.h │ └── openssl-license.txt ├── imc │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── imc.cfg │ │ ├── imc.xml │ │ └── imc_admin.xml │ ├── imc.c │ ├── imc.h │ ├── imc_cmd.c │ ├── imc_cmd.h │ ├── imc_mng.c │ └── imc_mng.h ├── jabber │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── jabber.cfg │ │ ├── jabber.gws │ │ ├── jabber.sql │ │ ├── jabber.xml │ │ ├── jabber_admin.xml │ │ ├── jabberreg.pl │ │ ├── jabberx.cfg │ │ └── web │ │ │ ├── libjab.php │ │ │ └── subscribe.php │ ├── jabber.c │ ├── mdefines.h │ ├── sha.c │ ├── tree234.c │ ├── tree234.h │ ├── xjab_base.c │ ├── xjab_base.h │ ├── xjab_dmsg.h │ ├── xjab_jcon.c │ ├── xjab_jcon.h │ ├── xjab_jconf.c │ ├── xjab_jconf.h │ ├── xjab_load.c │ ├── xjab_load.h │ ├── xjab_presence.c │ ├── xjab_presence.h │ ├── xjab_util.c │ ├── xjab_util.h │ ├── xjab_wlist.c │ ├── xjab_worker.c │ ├── xjab_worker.h │ ├── xode.c │ ├── xode.h │ ├── xode_from.c │ ├── xode_str.c │ ├── xpool.c │ ├── xsnprintf.c │ └── xstream.c ├── janus │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── janus.xml │ │ └── janus_admin.xml │ ├── janus_common.c │ ├── janus_common.h │ ├── janus_mod.c │ ├── janus_parser.c │ ├── janus_parser.h │ ├── janus_proc.c │ ├── janus_proc.h │ ├── janus_ws.c │ ├── janus_ws.h │ ├── ws_common.h │ ├── ws_common_defs.h │ ├── ws_handshake_common.h │ ├── ws_tcp.c │ └── ws_tcp.h ├── json │ ├── Makefile │ ├── README │ ├── array_del.c │ ├── doc │ │ ├── contributors.xml │ │ ├── json.xml │ │ └── json_admin.xml │ └── json.c ├── jsonrpc │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── jsonrpc.xml │ │ └── jsonrpc_admin.xml │ ├── jsonrpc.c │ └── jsonrpc.h ├── launch_darkly │ ├── .gitignore │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── launch_darkly.xml │ │ └── launch_darkly_admin.xml │ ├── launch_darkly.c │ ├── ld_ops.c │ └── ld_ops.h ├── ldap │ ├── Makefile │ ├── README │ ├── api.h │ ├── doc │ │ ├── contributors.xml │ │ ├── ldap.xml │ │ ├── ldap_admin.xml │ │ ├── ldap_biblio.xml │ │ └── ldap_devel.xml │ ├── etc │ │ └── ldap.cfg │ ├── iniparser.c │ ├── iniparser.h │ ├── ld_session.c │ ├── ld_session.h │ ├── ldap_api_fn.c │ ├── ldap_api_fn.h │ ├── ldap_connect.c │ ├── ldap_connect.h │ ├── ldap_escape.c │ ├── ldap_escape.h │ ├── ldap_exp_fn.c │ ├── ldap_exp_fn.h │ └── ldap_mod.c ├── load_balancer │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── load_balancer.xml │ │ ├── load_balancer_admin.xml │ │ ├── load_balancer_devel.xml │ │ └── load_balancer_faq.xml │ ├── lb_bl.c │ ├── lb_bl.h │ ├── lb_clustering.c │ ├── lb_clustering.h │ ├── lb_data.c │ ├── lb_data.h │ ├── lb_db.c │ ├── lb_db.h │ ├── lb_parser.c │ ├── lb_parser.h │ ├── lb_prober.c │ ├── lb_prober.h │ └── load_balancer.c ├── lua │ ├── Makefile │ ├── README │ ├── compat.h │ ├── crc32.c │ ├── crc32.h │ ├── doc │ │ ├── contributors.xml │ │ ├── lua.xml │ │ ├── lua_admin.xml │ │ └── lua_api.xml │ ├── sipapi.c │ ├── sipapi.h │ ├── sipdatetime.c │ ├── sipdatetime.h │ ├── siplua.c │ ├── siplua.h │ ├── sipluafunc.c │ ├── sipluafunc.h │ ├── sipluami.c │ ├── sipluami.h │ ├── sipmemcache.c │ ├── sipmemcache.h │ ├── sipmysql.c │ ├── sipmysql.h │ ├── sipstate.c │ ├── sipstate.h │ ├── sipwatch.c │ └── sipwatch.h ├── mangler │ ├── Makefile │ ├── README │ ├── common.h │ ├── contact_ops.c │ ├── contact_ops.h │ ├── doc │ │ ├── contributors.xml │ │ ├── mangler.xml │ │ └── mangler_admin.xml │ ├── ip_helper.c │ ├── ip_helper.h │ ├── mangler.c │ ├── mangler.cfg │ ├── mangler.h │ ├── sdp_mangler.c │ ├── sdp_mangler.h │ ├── utils.c │ └── utils.h ├── mathops │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mathops.xml │ │ └── mathops_admin.xml │ ├── math_funcs.c │ ├── math_funcs.h │ ├── mathops.c │ ├── tinyexpr-LICENSE.md │ ├── tinyexpr.c │ └── tinyexpr.h ├── maxfwd │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── maxfwd.xml │ │ └── maxfwd_admin.xml │ ├── maxfwd.c │ ├── mf_funcs.c │ └── mf_funcs.h ├── media_exchange │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── media_exchange.xml │ │ └── media_exchange_admin.xml │ ├── media_exchange.c │ ├── media_exchange.h │ ├── media_sessions.c │ ├── media_sessions.h │ ├── media_utils.c │ └── media_utils.h ├── mediaproxy │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mediaproxy.xml │ │ └── mediaproxy_admin.xml │ └── mediaproxy.c ├── mi_datagram │ ├── Makefile │ ├── README │ ├── datagram_fnc.c │ ├── datagram_fnc.h │ ├── doc │ │ ├── contributors.xml │ │ ├── mi_datagram.xml │ │ ├── mi_datagram_admin.xml │ │ └── mi_datagram_faq.xml │ ├── mi_datagram.c │ └── mi_datagram.h ├── mi_fifo │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mi_fifo.xml │ │ └── mi_fifo_admin.xml │ ├── fifo_fnc.c │ ├── fifo_fnc.h │ ├── mi_fifo.c │ └── mi_fifo.h ├── mi_html │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mi_html.xml │ │ └── mi_html_admin.xml │ ├── http_fnc.c │ ├── http_fnc.h │ └── mi_html.c ├── mi_http │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mi_http.xml │ │ └── mi_http_admin.xml │ ├── http_fnc.c │ ├── http_fnc.h │ └── mi_http.c ├── mi_script │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mi_script.xml │ │ └── mi_script_admin.xml │ └── mi_script.c ├── mi_xmlrpc_ng │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mi_xmlrpc_ng.xml │ │ └── mi_xmlrpc_ng_admin.xml │ ├── http_fnc.c │ ├── http_fnc.h │ └── mi_xmlrpc_http.c ├── mid_registrar │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mid_registrar.xml │ │ └── mid_registrar_admin.xml │ ├── encode.c │ ├── encode.h │ ├── gruu.c │ ├── gruu.h │ ├── lookup.c │ ├── lookup.h │ ├── mid_registrar.c │ ├── mid_registrar.h │ ├── save.c │ ├── save.h │ ├── ul_storage.c │ ├── ul_storage.h │ ├── ulcb.c │ └── ulcb.h ├── mmgeoip │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── mmgeoip.xml │ │ └── mmgeoip_admin.xml │ ├── geoip2.c │ ├── geoip2.h │ ├── geoip_legacy.c │ ├── geoip_legacy.h │ ├── mmgeoip.c │ └── mmgeoip.h ├── mqueue │ ├── Makefile │ ├── README │ ├── api.h │ ├── doc │ │ ├── contributors.xml │ │ ├── mqueue.xml │ │ └── mqueue_admin.xml │ ├── mqueue_api.c │ ├── mqueue_api.h │ ├── mqueue_db.c │ ├── mqueue_db.h │ └── mqueue_mod.c ├── msilo │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── msilo.cfg │ │ ├── msilo.xml │ │ └── msilo_admin.xml │ ├── ms_msg_list.c │ ├── ms_msg_list.h │ ├── msfuncs.c │ ├── msfuncs.h │ └── msilo.c ├── msrp_gateway │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── msrp_gateway.xml │ │ └── msrp_gateway_admin.xml │ └── msrp_gateway.c ├── msrp_relay │ ├── Makefile │ ├── README │ ├── auth.c │ ├── auth.h │ ├── doc │ │ ├── contributors.xml │ │ ├── msrp_relay.xml │ │ └── msrp_relay_admin.xml │ ├── msrp_relay.c │ └── msrp_relay.h ├── msrp_ua │ ├── Makefile │ ├── README │ ├── api.h │ ├── doc │ │ ├── contributors.xml │ │ ├── msrp_ua.xml │ │ ├── msrp_ua_admin.xml │ │ └── msrp_ua_devel.xml │ ├── msrp_ua.c │ └── msrp_ua.h ├── nat_traversal │ ├── Makefile │ ├── README │ ├── clustering.c │ ├── clustering.h │ ├── doc │ │ ├── contributors.xml │ │ ├── nat_traversal.xml │ │ └── nat_traversal_admin.xml │ └── nat_traversal.c ├── nathelper │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── nathelper.xml │ │ ├── nathelper_admin.xml │ │ └── nathelper_faq.xml │ ├── examples │ │ ├── 4to6.cfg │ │ └── alg.cfg │ ├── nathelper.c │ ├── nathelper.cfg │ ├── nathelper_rtpp.cfg │ ├── nh_clustering.c │ ├── nh_clustering.h │ ├── nh_locks.h │ ├── nh_table.c │ ├── nh_table.h │ └── sip_pinger.h ├── options │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── options.xml │ │ └── options_admin.xml │ ├── mod_options.c │ └── mod_options.h ├── osp │ ├── Makefile │ ├── README │ ├── RELEASE-NOTES.txt │ ├── cnam.c │ ├── cnam.h │ ├── destination.c │ ├── destination.h │ ├── doc │ │ ├── contributors.xml │ │ ├── osp.xml │ │ ├── osp_admin.xml │ │ └── osp_devel.xml │ ├── etc │ │ ├── cacert_0.pem │ │ ├── localcert.pem │ │ ├── pkey.pem │ │ └── sample-osp-opensips.cfg │ ├── globals.c │ ├── orig_transaction.c │ ├── orig_transaction.h │ ├── osp_mod.c │ ├── osp_mod.h │ ├── osptoolkit.c │ ├── osptoolkit.h │ ├── provider.c │ ├── provider.h │ ├── signaling.c │ ├── signaling.h │ ├── sipheader.c │ ├── sipheader.h │ ├── term_transaction.c │ ├── term_transaction.h │ ├── timeapi.c │ ├── timeapi.h │ ├── tm.c │ ├── tm.h │ ├── usage.c │ └── usage.h ├── path │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── path.xml │ │ └── path_admin.xml │ ├── path.c │ ├── path.h │ ├── path_mod.c │ └── path_mod.h ├── peering │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── peering.xml │ │ └── peering_admin.xml │ ├── peering.c │ ├── peering.h │ ├── verify.c │ └── verify.h ├── perl │ ├── .gitignore │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── perl.xml │ │ ├── perl_admin.xml │ │ ├── perl_faq.xml │ │ ├── perl_pod.xml │ │ ├── perl_samples.xml │ │ └── samples │ │ │ ├── branches.pl │ │ │ ├── firstline.pl │ │ │ ├── flags.pl │ │ │ ├── functions.pl │ │ │ ├── headers.pl │ │ │ ├── logging.pl │ │ │ ├── messagedump.pl │ │ │ ├── persistence.pl │ │ │ ├── phonenumbers.pl │ │ │ └── pseudovars.pl │ ├── lib │ │ └── perl │ │ │ ├── OpenSIPS.pm │ │ │ └── OpenSIPS │ │ │ ├── Constants.pm │ │ │ ├── LDAPUtils │ │ │ ├── LDAPConf.pm │ │ │ └── LDAPConnection.pm │ │ │ ├── Message.pm │ │ │ ├── Utils │ │ │ ├── Debug.pm │ │ │ └── PhoneNumbers.pm │ │ │ ├── VDB.pm │ │ │ └── VDB │ │ │ ├── Adapter │ │ │ ├── AccountingSIPtrace.pm │ │ │ ├── Alias.pm │ │ │ ├── Auth.pm │ │ │ ├── Describe.pm │ │ │ ├── Speeddial.pm │ │ │ └── TableVersions.pm │ │ │ ├── Column.pm │ │ │ ├── Pair.pm │ │ │ ├── ReqCond.pm │ │ │ ├── Result.pm │ │ │ ├── VTab.pm │ │ │ └── Value.pm │ ├── opensipsxs.xs │ ├── perl.c │ ├── perl.h │ ├── perlfunc.c │ ├── perlfunc.h │ └── typemap ├── permissions │ ├── Makefile │ ├── README │ ├── address.c │ ├── address.h │ ├── config │ │ ├── permissions.allow │ │ ├── permissions.deny │ │ ├── register.allow │ │ └── register.deny │ ├── doc │ │ ├── contributors.xml │ │ ├── permissions.xml │ │ └── permissions_admin.xml │ ├── hash.c │ ├── hash.h │ ├── hash_table.c │ ├── hash_table.h │ ├── mi.c │ ├── mi.h │ ├── parse_config.c │ ├── parse_config.h │ ├── partitions.c │ ├── partitions.h │ ├── permissions.c │ ├── permissions.h │ ├── rule.c │ ├── rule.h │ ├── subnet_prefix_tree.c │ └── subnet_prefix_tree.h ├── pi_http │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── pi_http.xml │ │ └── pi_http_admin.xml │ ├── http_db_handler.c │ ├── http_db_handler.h │ ├── http_fnc.c │ ├── http_fnc.h │ └── pi_http.c ├── pike │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── pike.xml │ │ ├── pike_admin.xml │ │ └── pike_devel.xml │ ├── ip_tree.c │ ├── ip_tree.h │ ├── pike.c │ ├── pike_funcs.c │ ├── pike_funcs.h │ ├── pike_mi.c │ ├── pike_mi.h │ ├── timer.c │ └── timer.h ├── presence │ ├── Makefile │ ├── README │ ├── bind_presence.c │ ├── bind_presence.h │ ├── clustering.c │ ├── clustering.h │ ├── doc │ │ ├── contributors.xml │ │ ├── presence.xml │ │ ├── presence_admin.xml │ │ └── presence_devel.xml │ ├── event_list.c │ ├── event_list.h │ ├── hash.c │ ├── hash.h │ ├── notify.c │ ├── notify.h │ ├── presence.c │ ├── presence.h │ ├── presentity.c │ ├── presentity.h │ ├── publish.c │ ├── publish.h │ ├── subscribe.c │ ├── subscribe.h │ ├── utils_func.c │ └── utils_func.h ├── presence_callinfo │ ├── Makefile │ ├── README │ ├── add_events.c │ ├── add_events.h │ ├── doc │ │ ├── contributors.xml │ │ ├── presence_callinfo.xml │ │ └── presence_callinfo_admin.xml │ ├── presence_callinfo.c │ ├── presence_callinfo.h │ ├── sca_dialog.c │ ├── sca_dialog.h │ ├── sca_hash.c │ └── sca_hash.h ├── presence_dfks │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── presence_dfks.xml │ │ └── presence_dfks_admin.xml │ ├── presence_dfks.c │ └── presence_dfks.h ├── presence_dialoginfo │ ├── Makefile │ ├── README │ ├── add_events.c │ ├── add_events.h │ ├── doc │ │ ├── contributors.xml │ │ ├── presence_dialoginfo.xml │ │ └── presence_dialoginfo_admin.xml │ ├── notify_body.c │ ├── notify_body.h │ ├── pidf.c │ ├── pidf.h │ ├── presence_dialoginfo.c │ └── presence_dialoginfo.h ├── presence_mwi │ ├── Makefile │ ├── README │ ├── add_events.c │ ├── add_events.h │ ├── doc │ │ ├── contributors.xml │ │ ├── presence_mwi.xml │ │ └── presence_mwi_admin.xml │ ├── presence_mwi.c │ └── presence_mwi.h ├── presence_reginfo │ ├── Makefile │ ├── README │ ├── add_events.c │ ├── add_events.h │ ├── doc │ │ ├── contributors.xml │ │ ├── presence_reginfo.xml │ │ └── presence_reginfo_admin.xml │ ├── notify_body.c │ ├── notify_body.h │ ├── presence_reginfo.c │ └── presence_reginfo.h ├── presence_xcapdiff │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── presence_xcapdiff.xml │ │ └── presence_xcapdiff_admin.xml │ └── presence_xcapdiff.c ├── presence_xml │ ├── Makefile │ ├── README │ ├── add_events.c │ ├── add_events.h │ ├── doc │ │ ├── contributors.xml │ │ ├── presence_xml.xml │ │ ├── presence_xml_admin.xml │ │ └── presence_xml_devel.xml │ ├── notify_body.c │ ├── notify_body.h │ ├── pidf.c │ ├── pidf.h │ ├── presence_xml.c │ ├── presence_xml.h │ ├── xcap_auth.c │ └── xcap_auth.h ├── prometheus │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── prometheus.xml │ │ └── prometheus_admin.xml │ └── prometheus.c ├── proto_bin │ ├── Makefile │ ├── README │ ├── bin_common.h │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_bin.xml │ │ └── proto_bin_admin.xml │ ├── proto_bin.c │ └── proto_bin.h ├── proto_bins │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_bins.xml │ │ └── proto_bins_admin.xml │ └── proto_bins.c ├── proto_hep │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_hep.xml │ │ ├── proto_hep_admin.xml │ │ └── proto_hep_devel.xml │ ├── hep.c │ ├── hep.h │ ├── hep_cb.c │ ├── hep_cb.h │ ├── proto_hep.c │ └── proto_hep.h ├── proto_ipsec │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_ipsec.xml │ │ └── proto_ipsec_admin.xml │ ├── ipsec.c │ ├── ipsec.h │ ├── ipsec_algo.c │ ├── ipsec_algo.h │ ├── ipsec_user.c │ ├── ipsec_user.h │ └── proto_ipsec.c ├── proto_msrp │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_msrp.xml │ │ └── proto_msrp_admin.xml │ ├── msrp_api.c │ ├── msrp_api.h │ ├── msrp_common.c │ ├── msrp_common.h │ ├── msrp_handler.c │ ├── msrp_handler.h │ ├── msrp_parser.c │ ├── msrp_parser.h │ ├── msrp_plain.c │ ├── msrp_plain.h │ ├── msrp_signaling.c │ ├── msrp_signaling.h │ ├── msrp_tls.c │ ├── msrp_tls.h │ └── proto_msrp.c ├── proto_sctp │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_sctp.xml │ │ ├── proto_sctp_admin.xml │ │ └── proto_sctp_faq.xml │ ├── proto_sctp.c │ ├── sctp_server.c │ └── sctp_server.h ├── proto_smpp │ ├── Makefile │ ├── README │ ├── db.c │ ├── db.h │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_smpp.xml │ │ └── proto_smpp_admin.xml │ ├── proto_smpp.c │ ├── proto_smpp.h │ ├── smpp.c │ ├── smpp.h │ ├── utils.c │ └── utils.h ├── proto_tls │ ├── Makefile │ ├── README │ ├── TODO.TLS │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_tls.xml │ │ ├── proto_tls_admin.xml │ │ ├── proto_tls_devel.xml │ │ └── proto_tls_faq.xml │ └── proto_tls.c ├── proto_ws │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_ws.xml │ │ ├── proto_ws_admin.xml │ │ └── proto_ws_faq.xml │ ├── proto_ws.c │ ├── proto_ws.h │ ├── ws_common.h │ ├── ws_common_defs.h │ ├── ws_handshake_common.h │ ├── ws_tcp.c │ └── ws_tcp.h ├── proto_wss │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── proto_wss.xml │ │ ├── proto_wss_admin.xml │ │ └── proto_wss_faq.xml │ ├── proto_wss.c │ └── proto_wss.h ├── pua │ ├── Makefile │ ├── README │ ├── add_events.c │ ├── add_events.h │ ├── clustering.c │ ├── clustering.h │ ├── doc │ │ ├── contributors.xml │ │ ├── pua.xml │ │ ├── pua_admin.xml │ │ └── pua_devel.xml │ ├── event_list.c │ ├── event_list.h │ ├── hash.c │ ├── hash.h │ ├── pidf.c │ ├── pidf.h │ ├── pua.c │ ├── pua.h │ ├── pua_bind.c │ ├── pua_bind.h │ ├── pua_callback.c │ ├── pua_callback.h │ ├── send_publish.c │ ├── send_publish.h │ ├── send_subscribe.c │ ├── send_subscribe.h │ └── uri_list.h ├── pua_bla │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── pua_bla.xml │ │ └── pua_bla_admin.xml │ ├── notify.c │ ├── pua_bla.c │ ├── pua_bla.h │ ├── registrar_cb.c │ └── registrar_cb.h ├── pua_dialoginfo │ ├── Makefile │ ├── README │ ├── dialog_publish.c │ ├── doc │ │ ├── contributors.xml │ │ ├── pua_dialoginfo.xml │ │ └── pua_dialoginfo_admin.xml │ ├── pua_dialoginfo.c │ └── pua_dialoginfo.h ├── pua_mi │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── pua_mi.xml │ │ └── pua_mi_admin.xml │ ├── mi_func.c │ ├── mi_func.h │ ├── pua_mi.c │ └── pua_mi.h ├── pua_reginfo │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── pua_reginfo.xml │ │ └── pua_reginfo_admin.xml │ ├── notify.c │ ├── notify.h │ ├── pua_reginfo.c │ ├── pua_reginfo.h │ ├── subscribe.c │ ├── subscribe.h │ ├── usrloc_cb.c │ └── usrloc_cb.h ├── pua_usrloc │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── pua_usrloc.xml │ │ └── pua_usrloc_admin.xml │ ├── pua_usrloc.c │ ├── pua_usrloc.h │ └── ul_publish.c ├── pua_xmpp │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── pua_xmpp.xml │ │ ├── pua_xmpp_admin.xml │ │ └── pua_xmpp_devel.xml │ ├── pidf.c │ ├── pidf.h │ ├── pua_xmpp.c │ ├── pua_xmpp.h │ ├── request_winfo.c │ ├── request_winfo.h │ ├── simple2xmpp.c │ ├── simple2xmpp.h │ ├── xmpp2simple.c │ └── xmpp2simple.h ├── python │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── python.xml │ │ └── python_admin.xml │ ├── handler.py │ ├── python_compat.h │ ├── python_exec.c │ ├── python_exec.h │ ├── python_iface.c │ ├── python_iface.h │ ├── python_mod.c │ ├── python_mod.h │ ├── python_msgobj.c │ ├── python_msgobj.h │ ├── python_support.c │ └── python_support.h ├── qos │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── qos.xml │ │ ├── qos_admin.xml │ │ └── qos_devel.xml │ ├── qos.c │ ├── qos_cb.c │ ├── qos_cb.h │ ├── qos_ctx_helpers.c │ ├── qos_ctx_helpers.h │ ├── qos_handlers.c │ ├── qos_handlers.h │ ├── qos_load.h │ ├── qos_mi.c │ └── qos_mi.h ├── qrouting │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── qrouting.xml │ │ └── qrouting_admin.xml │ ├── qr_acc.c │ ├── qr_acc.h │ ├── qr_event.c │ ├── qr_event.h │ ├── qr_load.c │ ├── qr_load.h │ ├── qr_mi.c │ ├── qr_mi.h │ ├── qr_sort.c │ ├── qr_sort.h │ ├── qr_stats.c │ ├── qr_stats.h │ ├── qrouting.c │ └── qrouting.h ├── rabbitmq_consumer │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── rabbitmq_consumer.xml │ │ └── rabbitmq_consumer_admin.xml │ ├── rabbitmq_consumer.c │ ├── rmq_connection.c │ ├── rmq_connection.h │ ├── rmq_event.c │ └── rmq_event.h ├── rate_cacher │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── rate_cacher.xml │ │ └── rate_cacher_admin.xml │ ├── rate_cacher.c │ └── rate_cacher.h ├── ratelimit │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── ratelimit.xml │ │ └── ratelimit_admin.xml │ ├── ratelimit.c │ ├── ratelimit.h │ └── ratelimit_helper.c ├── regex │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── regex.xml │ │ └── regex_admin.xml │ └── regex_mod.c ├── registrar │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── registrar.xml │ │ ├── registrar_admin.xml │ │ └── registrar_faq.xml │ ├── lookup.c │ ├── lookup.h │ ├── reg_mod.c │ ├── reg_mod.h │ ├── reply.c │ ├── reply.h │ ├── save.c │ ├── save.h │ ├── sip_msg.c │ ├── sip_msg.h │ └── test │ │ ├── opensips.cfg │ │ └── test.c ├── rest_client │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── rest_client.xml │ │ ├── rest_client_admin.xml │ │ └── rest_return_codes.xml │ ├── rest_cb.c │ ├── rest_cb.h │ ├── rest_client.c │ ├── rest_client.h │ ├── rest_methods.c │ ├── rest_methods.h │ └── ssl_tweaks.c ├── rls │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── rls.xml │ │ ├── rls_admin.xml │ │ └── rls_devel.xml │ ├── notify.c │ ├── notify.h │ ├── resource_notify.c │ ├── resource_notify.h │ ├── rls.c │ ├── rls.h │ ├── subscribe.c │ └── subscribe.h ├── rr │ ├── Makefile │ ├── README │ ├── api.c │ ├── api.h │ ├── doc │ │ ├── contributors.xml │ │ ├── rr.xml │ │ ├── rr_admin.xml │ │ ├── rr_devel.xml │ │ └── rr_faq.xml │ ├── loose.c │ ├── loose.h │ ├── record.c │ ├── record.h │ ├── rr_cb.c │ ├── rr_cb.h │ ├── rr_mod.c │ └── rr_mod.h ├── rtp.io │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── rtp.io.xml │ │ └── rtp.io_admin.xml │ ├── rtp_io.c │ ├── rtp_io.h │ ├── rtp_io_api.h │ ├── rtp_io_host.c │ ├── rtp_io_host.h │ ├── rtp_io_params.c │ ├── rtp_io_params.h │ ├── rtp_io_util.c │ └── rtp_io_util.h ├── rtp_relay │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── rtp_relay.xml │ │ └── rtp_relay_admin.xml │ ├── rtp_relay.c │ ├── rtp_relay.h │ ├── rtp_relay_binds.c │ ├── rtp_relay_common.h │ ├── rtp_relay_ctx.c │ ├── rtp_relay_ctx.h │ ├── rtp_relay_load.h │ └── rtp_relay_server.c ├── rtpengine │ ├── Makefile │ ├── README │ ├── bencode.c │ ├── bencode.h │ ├── doc │ │ ├── contributors.xml │ │ ├── rtpengine.xml │ │ ├── rtpengine_admin.xml │ │ └── rtpengine_faq.xml │ ├── rtpengine.c │ ├── rtpengine.h │ ├── rtpengine_funcs.c │ └── rtpengine_funcs.h ├── rtpproxy │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── rtpproxy.xml │ │ ├── rtpproxy_admin.xml │ │ └── rtpproxy_faq.xml │ ├── examples │ │ ├── 4to6.cfg │ │ └── alg.cfg │ ├── nhelpr_funcs.c │ ├── nhelpr_funcs.h │ ├── notification_process.c │ ├── patches │ │ └── rtpproxy_timeout_notification.fix_patch │ ├── rtppn_connect.c │ ├── rtppn_connect.h │ ├── rtpproxy.c │ ├── rtpproxy.h │ ├── rtpproxy_callbacks.c │ ├── rtpproxy_callbacks.h │ ├── rtpproxy_load.h │ ├── rtpproxy_stream.c │ ├── rtpproxy_stream.h │ └── rtpproxy_vcmd.h ├── script_helper │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── script_helper.xml │ │ └── script_helper_admin.xml │ └── script_helper.c ├── signaling │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── signaling.xml │ │ └── signaling_admin.xml │ ├── signaling.c │ └── signaling.h ├── sip_i │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sip_i.xml │ │ └── sip_i_admin.xml │ ├── isup.c │ ├── isup.h │ ├── sip_i.c │ └── sip_i.h ├── sipcapture │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sipcapture.xml │ │ └── sipcapture_admin.xml │ ├── examples │ │ ├── opensips.cfg │ │ └── partrotate_unixtimestamp.pl │ ├── sipcapture.c │ ├── sipcapture.h │ └── sql │ │ ├── report5capture.sql │ │ ├── report6capture.sql │ │ └── sipcapture.sql ├── sipmsgops │ ├── Makefile │ ├── README │ ├── codecs.c │ ├── codecs.h │ ├── doc │ │ ├── contributors.xml │ │ ├── sipmsgops.xml │ │ └── sipmsgops_admin.xml │ ├── list_hdr.c │ ├── list_hdr.h │ ├── sipmsgops.c │ ├── uri.c │ └── uri.h ├── siprec │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── siprec.xml │ │ └── siprec_admin.xml │ ├── siprec.c │ ├── siprec_body.c │ ├── siprec_body.h │ ├── siprec_events.c │ ├── siprec_events.h │ ├── siprec_logic.c │ ├── siprec_logic.h │ ├── siprec_sess.c │ ├── siprec_sess.h │ ├── siprec_uuid.h │ ├── siprec_var.c │ └── siprec_var.h ├── sl │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sl.xml │ │ └── sl_admin.xml │ ├── sl.c │ ├── sl.h │ ├── sl_api.h │ ├── sl_funcs.c │ └── sl_funcs.h ├── sngtc │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sngtc.xml │ │ └── sngtc_admin.xml │ ├── sngtc.c │ ├── sngtc.h │ ├── sngtc_proc.c │ └── sngtc_proc.h ├── snmpstats │ ├── Makefile │ ├── README │ ├── alarm_checks.c │ ├── alarm_checks.h │ ├── doc │ │ ├── contributors.xml │ │ ├── snmpstats.xml │ │ ├── snmpstats_admin.xml │ │ └── snmpstats_faq.xml │ ├── hashTable.c │ ├── hashTable.h │ ├── interprocess_buffer.c │ ├── interprocess_buffer.h │ ├── mibs │ │ ├── OPENSER-MIB │ │ ├── OPENSER-REG-MIB │ │ ├── OPENSER-SIP-COMMON-MIB │ │ ├── OPENSER-SIP-SERVER-MIB │ │ └── OPENSER-TC │ ├── openserMIBNotifications.c │ ├── openserMIBNotifications.h │ ├── openserObjects.c │ ├── openserObjects.h │ ├── openserSIPCommonObjects.c │ ├── openserSIPCommonObjects.h │ ├── openserSIPContactTable.c │ ├── openserSIPContactTable.h │ ├── openserSIPMethodSupportedTable.c │ ├── openserSIPMethodSupportedTable.h │ ├── openserSIPPortTable.c │ ├── openserSIPPortTable.h │ ├── openserSIPRegUserLookupTable.c │ ├── openserSIPRegUserLookupTable.h │ ├── openserSIPRegUserTable.c │ ├── openserSIPRegUserTable.h │ ├── openserSIPServerObjects.c │ ├── openserSIPServerObjects.h │ ├── openserSIPStatusCodesTable.c │ ├── openserSIPStatusCodesTable.h │ ├── snmpstats.c │ ├── snmpstats.h │ ├── snmpstats_globals.h │ ├── sub_agent.c │ ├── sub_agent.h │ ├── utilities.c │ └── utilities.h ├── sockets_mgm │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sockets_mgm.xml │ │ └── sockets_mgm_admin.xml │ ├── sockets_mgm.c │ └── sockets_mgm.h ├── speeddial │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── speeddial.cfg │ │ ├── speeddial.xml │ │ └── speeddial_admin.xml │ ├── sdlookup.c │ ├── sdlookup.h │ ├── speeddial.c │ └── speeddial.h ├── sql_cacher │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sql_cacher.xml │ │ └── sql_cacher_admin.xml │ ├── sql_cacher.c │ └── sql_cacher.h ├── sqlops │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sqlops.xml │ │ └── sqlops_admin.xml │ ├── sqlops.c │ ├── sqlops_db.c │ ├── sqlops_db.h │ ├── sqlops_impl.c │ ├── sqlops_impl.h │ ├── sqlops_parse.c │ └── sqlops_parse.h ├── sst │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── sst.xml │ │ └── sst_admin.xml │ ├── sst.c │ ├── sst_handlers.c │ ├── sst_handlers.h │ ├── sst_mi.c │ └── sst_mi.h ├── statistics │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── statistics.xml │ │ └── statistics_admin.xml │ ├── statistics.c │ ├── stats_funcs.c │ └── stats_funcs.h ├── status_report │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── status_report.xml │ │ └── status_report_admin.xml │ └── status_report.c ├── stir_shaken │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── stir_shaken.xml │ │ └── stir_shaken_admin.xml │ ├── stir_shaken.c │ └── stir_shaken.h ├── stun │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── stun.xml │ │ └── stun_admin.xml │ ├── stun.c │ └── stun.h ├── tcp_mgm │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── tcp_mgm.xml │ │ └── tcp_mgm_admin.xml │ ├── tcp_db.c │ ├── tcp_db.h │ ├── tcp_mgm.c │ ├── tcp_mi.c │ ├── tcp_mi.h │ ├── tcp_path.c │ └── tcp_path.h ├── textops │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── textops.xml │ │ └── textops_admin.xml │ └── textops.c ├── tls_mgm │ ├── Makefile │ ├── README │ ├── api.h │ ├── doc │ │ ├── contributors.xml │ │ ├── tls_mgm.xml │ │ ├── tls_mgm_admin.xml │ │ └── tls_mgm_devel.xml │ ├── tls_config.c │ ├── tls_config.h │ ├── tls_config_helper.h │ ├── tls_domain.c │ ├── tls_domain.h │ ├── tls_helper.h │ ├── tls_lib_api.h │ ├── tls_mgm.c │ ├── tls_params.c │ ├── tls_params.h │ ├── tls_select.c │ ├── tls_select.h │ └── tls_trace_common.h ├── tls_openssl │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── tls_openssl.xml │ │ └── tls_openssl_admin.xml │ ├── openssl.c │ ├── openssl_api.h │ ├── openssl_config.c │ ├── openssl_conn_ops.c │ ├── openssl_ctx_ops.c │ ├── openssl_helpers.h │ ├── openssl_tls_vars.c │ └── openssl_trace.h ├── tls_wolfssl │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── tls_wolfssl.xml │ │ ├── tls_wolfssl_admin.xml │ │ └── tls_wolfssl_faq.xml │ ├── lib │ │ └── patches │ │ │ ├── .gitignore │ │ │ └── wolfssl-internal-memleak-fix.diff │ ├── wolfssl.c │ ├── wolfssl.h │ ├── wolfssl_api.h │ ├── wolfssl_config.c │ ├── wolfssl_conn_ops.c │ ├── wolfssl_mem.h │ ├── wolfssl_tls_vars.c │ └── wolfssl_trace.h ├── tm │ ├── Makefile │ ├── README │ ├── async.c │ ├── async.h │ ├── callid.c │ ├── callid.h │ ├── cluster.c │ ├── cluster.h │ ├── config.h │ ├── dlg.c │ ├── dlg.h │ ├── doc │ │ ├── contributors.xml │ │ ├── tm.xml │ │ ├── tm_admin.xml │ │ ├── tm_devel.xml │ │ └── tm_faq.xml │ ├── fix_lumps.h │ ├── h_table.c │ ├── h_table.h │ ├── lock.c │ ├── lock.h │ ├── mi.c │ ├── mi.h │ ├── sip_msg.c │ ├── sip_msg.h │ ├── t_cancel.c │ ├── t_cancel.h │ ├── t_ctx.c │ ├── t_ctx.h │ ├── t_dlg.c │ ├── t_dlg.h │ ├── t_fifo.c │ ├── t_fifo.h │ ├── t_funcs.c │ ├── t_funcs.h │ ├── t_fwd.c │ ├── t_fwd.h │ ├── t_hooks.c │ ├── t_hooks.h │ ├── t_lookup.c │ ├── t_lookup.h │ ├── t_msgbuilder.c │ ├── t_msgbuilder.h │ ├── t_reply.c │ ├── t_reply.h │ ├── t_stats.h │ ├── timer.c │ ├── timer.h │ ├── tm.c │ ├── tm_load.h │ ├── uac.c │ ├── uac.h │ └── ut.h ├── topology_hiding │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── topology_hiding.xml │ │ └── topology_hiding_admin.xml │ ├── topo_hiding_logic.c │ ├── topo_hiding_logic.h │ └── topology_hiding.c ├── tracer │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── tracer.xml │ │ └── tracer_admin.xml │ ├── tracer.c │ └── tracer.h ├── trie │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── trie.xml │ │ └── trie_admin.xml │ ├── prefix_tree.c │ ├── prefix_tree.h │ ├── trie.c │ ├── trie_db_def.c │ ├── trie_db_def.h │ ├── trie_load.c │ ├── trie_load.h │ └── trie_partitions.h ├── uac │ ├── Makefile │ ├── README │ ├── auth.c │ ├── auth.h │ ├── doc │ │ ├── contributors.xml │ │ ├── uac.xml │ │ ├── uac_admin.xml │ │ └── uac_faq.xml │ ├── replace.c │ ├── replace.h │ └── uac.c ├── uac_auth │ ├── Makefile │ ├── README │ ├── auth.c │ ├── doc │ │ ├── contributors.xml │ │ ├── uac_auth.xml │ │ └── uac_auth_admin.xml │ ├── uac_auth.c │ └── uac_auth.h ├── uac_redirect │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── uac_redirect.xml │ │ └── uac_redirect_admin.xml │ ├── rd_filter.c │ ├── rd_filter.h │ ├── rd_funcs.c │ ├── rd_funcs.h │ └── redirect.c ├── uac_registrant │ ├── Makefile │ ├── README │ ├── clustering.c │ ├── clustering.h │ ├── doc │ │ ├── contributors.xml │ │ ├── uac_registrant.xml │ │ └── uac_registrant_admin.xml │ ├── reg_db_handler.c │ ├── reg_db_handler.h │ ├── reg_records.c │ ├── reg_records.h │ └── registrant.c ├── userblacklist │ ├── Makefile │ ├── README │ ├── db.c │ ├── db.h │ ├── doc │ │ ├── contributors.xml │ │ ├── userblacklist.xml │ │ └── userblacklist_admin.xml │ ├── dt.c │ ├── dt.h │ └── userblacklist.c ├── usrloc │ ├── Makefile │ ├── README │ ├── dlist.c │ ├── dlist.h │ ├── doc │ │ ├── contributors.xml │ │ ├── usrloc.xml │ │ ├── usrloc_admin.xml │ │ └── usrloc_devel.xml │ ├── hslot.c │ ├── hslot.h │ ├── kv_store.c │ ├── kv_store.h │ ├── ucontact.c │ ├── ucontact.h │ ├── udomain.c │ ├── udomain.h │ ├── ul_callback.c │ ├── ul_callback.h │ ├── ul_cluster.c │ ├── ul_cluster.h │ ├── ul_dbg.h │ ├── ul_evi.c │ ├── ul_evi.h │ ├── ul_mi.c │ ├── ul_mi.h │ ├── ul_mod.c │ ├── ul_mod.h │ ├── ul_timer.c │ ├── ul_timer.h │ ├── urecord.c │ ├── urecord.h │ ├── usrloc.c │ ├── usrloc.h │ ├── utime.c │ └── utime.h ├── uuid │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── uuid.xml │ │ └── uuid_admin.xml │ └── uuid.c ├── xcap │ ├── Makefile │ ├── README │ ├── TODO │ ├── api.c │ ├── api.h │ ├── doc.c │ ├── doc.h │ ├── doc │ │ ├── contributors.xml │ │ ├── xcap.xml │ │ ├── xcap_admin.xml │ │ └── xcap_devel.xml │ ├── uri.c │ ├── uri.h │ ├── util.h │ ├── xcap_mod.c │ └── xcap_mod.h ├── xcap_client │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── xcap_client.xml │ │ ├── xcap_client_admin.xml │ │ └── xcap_client_devel.xml │ ├── xcap_callbacks.c │ ├── xcap_callbacks.h │ ├── xcap_client.c │ ├── xcap_client.h │ ├── xcap_functions.c │ └── xcap_functions.h ├── xml │ ├── Makefile │ ├── README │ ├── doc │ │ ├── contributors.xml │ │ ├── xml.xml │ │ └── xml_admin.xml │ └── xml.c └── xmpp │ ├── Makefile │ ├── README │ ├── doc │ ├── contributors.xml │ ├── opensips-xmpp.cfg │ ├── xmpp.xml │ └── xmpp_admin.xml │ ├── network.c │ ├── network.h │ ├── sha.c │ ├── util.c │ ├── xmpp.c │ ├── xmpp.h │ ├── xmpp_api.c │ ├── xmpp_api.h │ ├── xmpp_component.c │ ├── xmpp_server.c │ ├── xode.c │ ├── xode.h │ ├── xode_from.c │ ├── xode_str.c │ ├── xpool.c │ ├── xsnprintf.c │ └── xstream.c ├── msg_callbacks.c ├── msg_callbacks.h ├── msg_translator.c ├── msg_translator.h ├── name_alias.c ├── name_alias.h ├── net ├── api_proto.h ├── api_proto_net.h ├── net_tcp.c ├── net_tcp.h ├── net_tcp_dbg.h ├── net_tcp_proc.c ├── net_tcp_proc.h ├── net_tcp_report.c ├── net_tcp_report.h ├── net_udp.c ├── net_udp.h ├── proto_tcp │ ├── README │ ├── doc │ │ ├── proto_tcp.xml │ │ ├── proto_tcp_admin.xml │ │ └── proto_tcp_faq.xml │ ├── proto_tcp.c │ ├── proto_tcp_handler.h │ ├── tcp_common.h │ └── tcp_common_defs.h ├── proto_udp │ ├── README │ ├── doc │ │ ├── proto_udp.xml │ │ ├── proto_udp_admin.xml │ │ └── proto_udp_faq.xml │ ├── proto_udp.c │ ├── proto_udp.h │ └── proto_udp_handler.h ├── tcp_common.c ├── tcp_common.h ├── tcp_conn.h ├── tcp_conn_defs.h ├── tcp_conn_profile.c ├── tcp_conn_profile.h ├── tcp_passfd.c ├── tcp_passfd.h ├── trans.c ├── trans.h ├── trans_trace.c └── trans_trace.h ├── opensips-m4cfg.8 ├── opensips.8 ├── opensips.cfg.5 ├── osipsconfig.8 ├── packaging ├── arch │ ├── Makefile.conf.template │ ├── PKGBUILD.git │ ├── opensips.install │ ├── opensips.service │ └── opensips.tmpfiles.conf ├── debian │ ├── changelog │ ├── compat │ ├── control │ ├── copyright │ ├── opensips-mongodb-module.preinst │ ├── opensips.README.Debian │ ├── opensips.default │ ├── opensips.examples │ ├── opensips.init │ ├── opensips.manpages │ ├── opensips.postinst │ ├── opensips.service │ ├── opensips.tmpfile │ ├── rules │ ├── source │ │ └── format │ └── watch ├── freebsd │ ├── Makefile │ ├── distinfo │ ├── files │ │ ├── patch-Makefile │ │ ├── patch-Makefile-mysql │ │ ├── patch-Makefile.defs │ │ ├── pkg-deinstall.in │ │ └── pkg-install.in │ └── pkg-descr ├── gentoo │ ├── opensips-3.1.0.ebuild │ └── opensips.init ├── netbsd │ ├── COMMENT │ ├── DESCR │ ├── Makefile │ ├── PLIST │ └── distinfo ├── openbsd │ ├── Makefile │ ├── distinfo │ └── pkg │ │ ├── COMMENT │ │ ├── DESCR │ │ └── PLIST ├── redhat_fedora │ ├── opensips.init │ ├── opensips.service │ ├── opensips.spec │ ├── opensips.sysconfig │ └── opensips.tmpfiles.conf ├── solaris │ ├── base-Prototype │ ├── base-pkginfo │ ├── berkeley-Prototype │ ├── berkeley-pkginfo │ ├── berkeley-postinstall │ ├── berkeley-preinstall │ ├── carrierroute-Prototype │ ├── carrierroute-pkginfo │ ├── carrierroute-postinstall │ ├── carrierroute-preinstall │ ├── identity-Prototype │ ├── identity-pkginfo │ ├── identity-postinstall │ ├── identity-preinstall │ ├── ldap-Prototype │ ├── ldap-pkginfo │ ├── ldap-postinstall │ ├── ldap-preinstall │ ├── mmgeoip-Prototype │ ├── mmgeoip-pkginfo │ ├── mmgeoip-preinstall │ ├── mysql-Prototype │ ├── mysql-pkginfo │ ├── mysql-postinstall │ ├── mysql-preinstall │ ├── perl-Prototype │ ├── perl-pkginfo │ ├── pgsql-Prototype │ ├── pgsql-pkginfo │ ├── pgsql-postinstall │ ├── pgsql-preinstall │ ├── pkginfo │ ├── prototype │ ├── regex-Prototype │ ├── regex-pkginfo │ ├── regex-postinstall │ ├── regex-preinstall │ ├── snmp-Prototype │ ├── snmp-pkginfo │ ├── snmp-postinstall │ ├── snmp-preinstall │ ├── tls-Prototype │ ├── tls-pkginfo │ ├── xmlrpc-Prototype │ ├── xmlrpc-pkginfo │ ├── xmlrpc-postinstall │ └── xmlrpc-preinstall └── suse │ ├── opensips.default │ ├── opensips.init.SuSE │ └── opensips.spec.SuSE ├── parser ├── case_acce.h ├── case_allo.h ├── case_auth.h ├── case_byte.h ├── case_call.h ├── case_cont.h ├── case_cseq.h ├── case_dive.h ├── case_even.h ├── case_expi.h ├── case_fail.h ├── case_feat.h ├── case_from.h ├── case_max.h ├── case_mess.h ├── case_min_.h ├── case_orga.h ├── case_p_as.h ├── case_p_pr.h ├── case_path.h ├── case_prio.h ├── case_priv.h ├── case_prox.h ├── case_reco.h ├── case_refe.h ├── case_remo.h ├── case_repl.h ├── case_requ.h ├── case_retr.h ├── case_rout.h ├── case_secu.h ├── case_sess.h ├── case_sip.h ├── case_stat.h ├── case_subj.h ├── case_succ.h ├── case_supp.h ├── case_to.h ├── case_to_p.h ├── case_unsu.h ├── case_use_.h ├── case_user.h ├── case_via.h ├── case_www.h ├── contact │ ├── contact.c │ ├── contact.h │ ├── parse_contact.c │ └── parse_contact.h ├── digest │ ├── digest.c │ ├── digest.h │ ├── digest_keys.h │ ├── digest_parser.c │ ├── digest_parser.h │ ├── param_parser.c │ └── param_parser.h ├── hf.c ├── hf.h ├── keys.h ├── msg_parser.c ├── msg_parser.h ├── parse_allow.c ├── parse_allow.h ├── parse_authenticate.c ├── parse_authenticate.h ├── parse_body.c ├── parse_body.h ├── parse_call_info.c ├── parse_call_info.h ├── parse_content.c ├── parse_content.h ├── parse_cseq.c ├── parse_cseq.h ├── parse_def.h ├── parse_disposition.c ├── parse_disposition.h ├── parse_diversion.c ├── parse_diversion.h ├── parse_event.c ├── parse_event.h ├── parse_expires.c ├── parse_expires.h ├── parse_fcaps.c ├── parse_fcaps.h ├── parse_fline.c ├── parse_fline.h ├── parse_from.c ├── parse_from.h ├── parse_hname2.c ├── parse_hname2.h ├── parse_list_hdr.c ├── parse_list_hdr.h ├── parse_methods.c ├── parse_methods.h ├── parse_min_expires.c ├── parse_min_expires.h ├── parse_multipart.h ├── parse_nameaddr.c ├── parse_nameaddr.h ├── parse_pai.c ├── parse_pai.h ├── parse_param.c ├── parse_param.h ├── parse_ppi.c ├── parse_ppi.h ├── parse_privacy.c ├── parse_privacy.h ├── parse_refer_to.c ├── parse_refer_to.h ├── parse_replaces.c ├── parse_replaces.h ├── parse_rpid.c ├── parse_rpid.h ├── parse_rr.c ├── parse_rr.h ├── parse_security.c ├── parse_security.h ├── parse_sipifmatch.c ├── parse_sipifmatch.h ├── parse_sst.c ├── parse_sst.h ├── parse_supported.c ├── parse_supported.h ├── parse_to.c ├── parse_to.h ├── parse_uri.c ├── parse_uri.h ├── parse_via.c ├── parse_via.h ├── parser_f.c ├── parser_f.h ├── sdp │ ├── sdp.c │ ├── sdp.h │ ├── sdp_cloner.h │ ├── sdp_helpr_funcs.c │ └── sdp_helpr_funcs.h └── test │ ├── test_oob.c │ ├── test_oob.h │ ├── test_parse_authenticate_body.c │ ├── test_parse_authenticate_body.h │ ├── test_parse_fcaps.c │ ├── test_parse_fcaps.h │ ├── test_parse_qop.c │ ├── test_parse_qop.h │ ├── test_parser.c │ └── test_parser.h ├── poll_types.h ├── prime_hash.c ├── prime_hash.h ├── proxy.c ├── proxy.h ├── pt.c ├── pt.h ├── pt_load.c ├── pt_load.h ├── pt_scaling.c ├── pt_scaling.h ├── pvar.c ├── pvar.h ├── qvalue.c ├── qvalue.h ├── radius.h ├── re.c ├── re.h ├── reactor.c ├── reactor.h ├── reactor_defs.h ├── reactor_proc.c ├── reactor_proc.h ├── receive.c ├── receive.h ├── regexp.c ├── regexp.h ├── resolve.c ├── resolve.h ├── route.c ├── route.h ├── route_struct.c ├── route_struct.h ├── rw_locking.h ├── script_cb.c ├── script_cb.h ├── script_var.c ├── script_var.h ├── scripts ├── build │ ├── apt_requirements.txt │ ├── apt_requirements_postupdate.sh │ ├── build.conf.sub │ ├── build_libtap.sh │ ├── build_test_harness.sh │ ├── cov_build.sh │ ├── do_build.sh │ ├── dockerize.sub │ ├── get-arch-buildargs.rtp.io │ ├── install_depends.sh │ ├── linkstatic.sh │ ├── print_ccache_stats.sh │ ├── reset_sources.sh │ ├── start_container.sh │ └── zero_ccache_stats.sh ├── db_berkeley │ └── opensips │ │ ├── acc │ │ ├── active_watchers │ │ ├── address │ │ ├── aliases │ │ ├── b2b_entities │ │ ├── b2b_logic │ │ ├── b2b_sca │ │ ├── cachedb │ │ ├── carrierfailureroute │ │ ├── carrierroute │ │ ├── cc_agents │ │ ├── cc_calls │ │ ├── cc_cdrs │ │ ├── cc_flows │ │ ├── closeddial │ │ ├── clusterer │ │ ├── config │ │ ├── cpl │ │ ├── dbaliases │ │ ├── dialog │ │ ├── dialplan │ │ ├── dispatcher │ │ ├── domain │ │ ├── domainpolicy │ │ ├── dr_carriers │ │ ├── dr_gateways │ │ ├── dr_groups │ │ ├── dr_partitions │ │ ├── dr_rules │ │ ├── emergency_report │ │ ├── emergency_routing │ │ ├── emergency_service_provider │ │ ├── fraud_detection │ │ ├── freeswitch │ │ ├── freeswitch_scripting │ │ ├── globalblacklist │ │ ├── grp │ │ ├── imc_members │ │ ├── imc_rooms │ │ ├── janus │ │ ├── jwt_profiles │ │ ├── jwt_secrets │ │ ├── load_balancer │ │ ├── location │ │ ├── missed_calls │ │ ├── presentity │ │ ├── pua │ │ ├── qr_profiles │ │ ├── rc_clients │ │ ├── rc_demo_ratesheet │ │ ├── rc_ratesheets │ │ ├── rc_vendors │ │ ├── re_grp │ │ ├── registrant │ │ ├── rls_presentity │ │ ├── rls_watchers │ │ ├── route_tree │ │ ├── rtpengine │ │ ├── rtpproxy_sockets │ │ ├── silo │ │ ├── sip_trace │ │ ├── smpp │ │ ├── sockets │ │ ├── speed_dial │ │ ├── subscriber │ │ ├── tcp_mgm │ │ ├── tls_mgm │ │ ├── trie_partitions │ │ ├── trie_table │ │ ├── uri │ │ ├── userblacklist │ │ ├── usr_preferences │ │ ├── version │ │ ├── watchers │ │ └── xcap ├── dbtext │ └── opensips │ │ ├── acc │ │ ├── active_watchers │ │ ├── address │ │ ├── aliases │ │ ├── b2b_entities │ │ ├── b2b_logic │ │ ├── b2b_sca │ │ ├── cachedb │ │ ├── carrierfailureroute │ │ ├── carrierroute │ │ ├── cc_agents │ │ ├── cc_calls │ │ ├── cc_cdrs │ │ ├── cc_flows │ │ ├── closeddial │ │ ├── clusterer │ │ ├── config │ │ ├── cpl │ │ ├── dbaliases │ │ ├── dialog │ │ ├── dialplan │ │ ├── dispatcher │ │ ├── domain │ │ ├── domainpolicy │ │ ├── dr_carriers │ │ ├── dr_gateways │ │ ├── dr_groups │ │ ├── dr_partitions │ │ ├── dr_rules │ │ ├── emergency_report │ │ ├── emergency_routing │ │ ├── emergency_service_provider │ │ ├── fraud_detection │ │ ├── freeswitch │ │ ├── freeswitch_scripting │ │ ├── globalblacklist │ │ ├── grp │ │ ├── imc_members │ │ ├── imc_rooms │ │ ├── janus │ │ ├── jwt_profiles │ │ ├── jwt_secrets │ │ ├── load_balancer │ │ ├── location │ │ ├── missed_calls │ │ ├── presentity │ │ ├── pua │ │ ├── qr_profiles │ │ ├── rc_clients │ │ ├── rc_demo_ratesheet │ │ ├── rc_ratesheets │ │ ├── rc_vendors │ │ ├── re_grp │ │ ├── registrant │ │ ├── rls_presentity │ │ ├── rls_watchers │ │ ├── route_tree │ │ ├── rtpengine │ │ ├── rtpproxy_sockets │ │ ├── silo │ │ ├── sip_trace │ │ ├── smpp │ │ ├── sockets │ │ ├── speed_dial │ │ ├── subscriber │ │ ├── tcp_mgm │ │ ├── tls_mgm │ │ ├── trie_partitions │ │ ├── trie_table │ │ ├── uri │ │ ├── userblacklist │ │ ├── usr_preferences │ │ ├── version │ │ ├── watchers │ │ └── xcap ├── dbtextdb │ ├── __init__.py │ ├── dbtextdb.py │ ├── dbtextdb_test.py │ └── tests │ │ ├── bad_table_auto_dupe │ │ ├── bad_table_int │ │ ├── bad_table_long_row │ │ ├── bad_table_null │ │ ├── bad_table_short_row │ │ ├── bad_table_wrong_type │ │ ├── subscriber │ │ ├── test │ │ ├── unsorted_table │ │ └── unsorted_table2 ├── mysql │ ├── acc-create.sql │ ├── alias_db-create.sql │ ├── auth_db-create.sql │ ├── authjwt-create.sql │ ├── b2b-create.sql │ ├── b2b_sca-create.sql │ ├── cachedb_sql-create.sql │ ├── call_center-create.sql │ ├── carrierroute-create.sql │ ├── closeddial-create.sql │ ├── clusterer-create.sql │ ├── config-create.sql │ ├── cpl-create.sql │ ├── db-migrate.sql │ ├── dialog-create.sql │ ├── dialplan-create.sql │ ├── dispatcher-create.sql │ ├── domain-create.sql │ ├── domainpolicy-create.sql │ ├── drouting-create.sql │ ├── emergency-create.sql │ ├── fraud_detection-create.sql │ ├── freeswitch_scripting-create.sql │ ├── group-create.sql │ ├── imc-create.sql │ ├── janus-create.sql │ ├── load_balancer-create.sql │ ├── msilo-create.sql │ ├── permissions-create.sql │ ├── presence-create.sql │ ├── qrouting-create.sql │ ├── ratecacher-create.sql │ ├── registrant-create.sql │ ├── rls-create.sql │ ├── rtpengine-create.sql │ ├── rtpproxy-create.sql │ ├── smpp-create.sql │ ├── sockets_mgm-create.sql │ ├── speeddial-create.sql │ ├── sqlops-create.sql │ ├── standard-create.sql │ ├── table-migrate.sql │ ├── tcp_mgm-create.sql │ ├── tls_mgm-create.sql │ ├── tracer-create.sql │ ├── trie-create.sql │ ├── userblacklist-create.sql │ └── usrloc-create.sql ├── oracle │ ├── README.TYPES │ ├── acc-create.sql │ ├── admin │ │ ├── README │ │ ├── _create_as_sys.tmpl │ │ └── _drop_as_sys.tmpl │ ├── alias_db-create.sql │ ├── auth_db-create.sql │ ├── authjwt-create.sql │ ├── b2b-create.sql │ ├── b2b_sca-create.sql │ ├── cachedb_sql-create.sql │ ├── call_center-create.sql │ ├── carrierroute-create.sql │ ├── closeddial-create.sql │ ├── clusterer-create.sql │ ├── config-create.sql │ ├── cpl-create.sql │ ├── dialog-create.sql │ ├── dialplan-create.sql │ ├── dispatcher-create.sql │ ├── domain-create.sql │ ├── domainpolicy-create.sql │ ├── drouting-create.sql │ ├── emergency-create.sql │ ├── fraud_detection-create.sql │ ├── freeswitch_scripting-create.sql │ ├── group-create.sql │ ├── imc-create.sql │ ├── inc │ │ ├── _create_compat.sql │ │ ├── _createsch.tmpl │ │ ├── _dropsch.tmpl │ │ ├── _grantfunc.tmpl │ │ └── _grantroot.tmpl │ ├── janus-create.sql │ ├── load_balancer-create.sql │ ├── msilo-create.sql │ ├── permissions-create.sql │ ├── presence-create.sql │ ├── qrouting-create.sql │ ├── ratecacher-create.sql │ ├── registrant-create.sql │ ├── rls-create.sql │ ├── rtpengine-create.sql │ ├── rtpproxy-create.sql │ ├── smpp-create.sql │ ├── sockets_mgm-create.sql │ ├── speeddial-create.sql │ ├── sqlops-create.sql │ ├── standard-create.sql │ ├── tcp_mgm-create.sql │ ├── tls_mgm-create.sql │ ├── tracer-create.sql │ ├── trie-create.sql │ ├── userblacklist-create.sql │ └── usrloc-create.sql ├── pi_http │ ├── acc-mod │ ├── acc-table │ ├── alias_db-mod │ ├── alias_db-table │ ├── auth_db-mod │ ├── auth_db-table │ ├── authjwt-mod │ ├── authjwt-table │ ├── b2b-mod │ ├── b2b-table │ ├── b2b_sca-mod │ ├── b2b_sca-table │ ├── cachedb_sql-mod │ ├── cachedb_sql-table │ ├── call_center-mod │ ├── call_center-table │ ├── carrierroute-mod │ ├── carrierroute-table │ ├── closeddial-mod │ ├── closeddial-table │ ├── clusterer-mod │ ├── clusterer-table │ ├── config-mod │ ├── config-table │ ├── cpl-mod │ ├── cpl-table │ ├── dialog-mod │ ├── dialog-table │ ├── dialplan-mod │ ├── dialplan-table │ ├── dispatcher-mod │ ├── dispatcher-table │ ├── domain-mod │ ├── domain-table │ ├── domainpolicy-mod │ ├── domainpolicy-table │ ├── drouting-mod │ ├── drouting-table │ ├── emergency-mod │ ├── emergency-table │ ├── fraud_detection-mod │ ├── fraud_detection-table │ ├── freeswitch_scripting-mod │ ├── freeswitch_scripting-table │ ├── group-mod │ ├── group-table │ ├── imc-mod │ ├── imc-table │ ├── janus-mod │ ├── janus-table │ ├── load_balancer-mod │ ├── load_balancer-table │ ├── msilo-mod │ ├── msilo-table │ ├── permissions-mod │ ├── permissions-table │ ├── pi_framework-00 │ ├── pi_framework-01 │ ├── pi_framework-02 │ ├── pi_framework.xml │ ├── pi_framework_example.xml │ ├── presence-mod │ ├── presence-table │ ├── qrouting-mod │ ├── qrouting-table │ ├── ratecacher-mod │ ├── ratecacher-table │ ├── registrant-mod │ ├── registrant-table │ ├── rls-mod │ ├── rls-table │ ├── rtpengine-mod │ ├── rtpengine-table │ ├── rtpproxy-mod │ ├── rtpproxy-table │ ├── smpp-mod │ ├── smpp-table │ ├── sockets_mgm-mod │ ├── sockets_mgm-table │ ├── speeddial-mod │ ├── speeddial-table │ ├── sqlops-mod │ ├── sqlops-table │ ├── standard-mod │ ├── standard-table │ ├── tcp_mgm-mod │ ├── tcp_mgm-table │ ├── tls_mgm-mod │ ├── tls_mgm-table │ ├── tracer-mod │ ├── tracer-table │ ├── trie-mod │ ├── trie-table │ ├── userblacklist-mod │ ├── userblacklist-table │ ├── usrloc-mod │ └── usrloc-table ├── postgres │ ├── acc-create.sql │ ├── alias_db-create.sql │ ├── auth_db-create.sql │ ├── authjwt-create.sql │ ├── b2b-create.sql │ ├── b2b_sca-create.sql │ ├── cachedb_sql-create.sql │ ├── call_center-create.sql │ ├── carrierroute-create.sql │ ├── closeddial-create.sql │ ├── clusterer-create.sql │ ├── config-create.sql │ ├── cpl-create.sql │ ├── dialog-create.sql │ ├── dialplan-create.sql │ ├── dispatcher-create.sql │ ├── domain-create.sql │ ├── domainpolicy-create.sql │ ├── drouting-create.sql │ ├── emergency-create.sql │ ├── fraud_detection-create.sql │ ├── freeswitch_scripting-create.sql │ ├── group-create.sql │ ├── imc-create.sql │ ├── janus-create.sql │ ├── load_balancer-create.sql │ ├── msilo-create.sql │ ├── permissions-create.sql │ ├── presence-create.sql │ ├── qrouting-create.sql │ ├── ratecacher-create.sql │ ├── registrant-create.sql │ ├── rls-create.sql │ ├── rtpengine-create.sql │ ├── rtpproxy-create.sql │ ├── smpp-create.sql │ ├── sockets_mgm-create.sql │ ├── speeddial-create.sql │ ├── sqlops-create.sql │ ├── standard-create.sql │ ├── tcp_mgm-create.sql │ ├── tls_mgm-create.sql │ ├── tracer-create.sql │ ├── trie-create.sql │ ├── userblacklist-create.sql │ └── usrloc-create.sql └── sqlite │ ├── acc-create.sql │ ├── alias_db-create.sql │ ├── auth_db-create.sql │ ├── authjwt-create.sql │ ├── b2b-create.sql │ ├── b2b_sca-create.sql │ ├── cachedb_sql-create.sql │ ├── call_center-create.sql │ ├── carrierroute-create.sql │ ├── closeddial-create.sql │ ├── clusterer-create.sql │ ├── config-create.sql │ ├── cpl-create.sql │ ├── dialog-create.sql │ ├── dialplan-create.sql │ ├── dispatcher-create.sql │ ├── domain-create.sql │ ├── domainpolicy-create.sql │ ├── drouting-create.sql │ ├── emergency-create.sql │ ├── fraud_detection-create.sql │ ├── freeswitch_scripting-create.sql │ ├── group-create.sql │ ├── imc-create.sql │ ├── janus-create.sql │ ├── load_balancer-create.sql │ ├── msilo-create.sql │ ├── permissions-create.sql │ ├── presence-create.sql │ ├── qrouting-create.sql │ ├── ratecacher-create.sql │ ├── registrant-create.sql │ ├── rls-create.sql │ ├── rtpengine-create.sql │ ├── rtpproxy-create.sql │ ├── smpp-create.sql │ ├── sockets_mgm-create.sql │ ├── speeddial-create.sql │ ├── sqlops-create.sql │ ├── standard-create.sql │ ├── tcp_mgm-create.sql │ ├── tls_mgm-create.sql │ ├── tracer-create.sql │ ├── trie-create.sql │ ├── userblacklist-create.sql │ └── usrloc-create.sql ├── sdp_ops.c ├── sdp_ops.h ├── serialize.c ├── serialize.h ├── sha1.c ├── sha1.h ├── sha256.c ├── sha256.h ├── sha512.c ├── sha512.h ├── shutdown.c ├── shutdown.h ├── signals.c ├── signals.h ├── sl_cb.c ├── sl_cb.h ├── socket_info.c ├── socket_info.h ├── sr_module.c ├── sr_module.h ├── sr_module_deps.c ├── sr_module_deps.h ├── ssl_init_tweaks.h ├── ssl_tweaks.h ├── statistics.c ├── statistics.h ├── status_report.c ├── status_report.h ├── str.h ├── str_list.h ├── strcommon.c ├── strcommon.h ├── tags.h ├── test ├── fuzz │ ├── fuzz_core_funcs.c │ ├── fuzz_core_funcs.dict │ ├── fuzz_csv_parser.c │ ├── fuzz_msg_parser.c │ ├── fuzz_standalone.h │ ├── fuzz_uri_parser.c │ └── oss-fuzz-build.sh ├── test-sdp-ops.cfg ├── test_ut.c ├── test_ut.h ├── unit_tests.c ├── unit_tests.h ├── ut.c └── ut.h ├── time_rec.c ├── time_rec.h ├── timer.c ├── timer.h ├── trace_api.c ├── trace_api.h ├── transformations.c ├── transformations.h ├── trim.h ├── tsend.c ├── tsend.h ├── usr_avp.c ├── usr_avp.h ├── ut.c ├── ut.h ├── utils ├── db_berkeley │ ├── .gitignore │ ├── Makefile │ ├── bdb_recover.c │ └── bdb_recover.h ├── db_oracle │ ├── Makefile │ ├── getres.c │ ├── orasel.c │ ├── orasel.h │ ├── outres.c │ ├── selcon.c │ └── util.c ├── gdb │ └── debugging.gdb ├── profile │ ├── launch.sh │ └── profile.cfg ├── vim │ ├── INSTALL │ └── opensips.vim └── wireshark │ └── wsgd-dissector │ ├── README.md │ ├── opensips.fdesc │ └── opensips.wsgd ├── version.h ├── xlog.c └── xlog.h /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/.gitmodules -------------------------------------------------------------------------------- /.lgtm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/.lgtm.yml -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/AUTHORS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/COPYING -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/INSTALL -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.conf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.conf.template -------------------------------------------------------------------------------- /Makefile.defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.defs -------------------------------------------------------------------------------- /Makefile.misclibs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.misclibs -------------------------------------------------------------------------------- /Makefile.modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.modules -------------------------------------------------------------------------------- /Makefile.openssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.openssl -------------------------------------------------------------------------------- /Makefile.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.rules -------------------------------------------------------------------------------- /Makefile.sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.sources -------------------------------------------------------------------------------- /Makefile.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/Makefile.test -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/README -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/SECURITY.md -------------------------------------------------------------------------------- /aaa/aaa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/aaa/aaa.c -------------------------------------------------------------------------------- /aaa/aaa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/aaa/aaa.h -------------------------------------------------------------------------------- /aaa/aaa_avp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/aaa/aaa_avp.h -------------------------------------------------------------------------------- /aaa/doc/aaa-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/aaa/doc/aaa-api.txt -------------------------------------------------------------------------------- /action.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/action.c -------------------------------------------------------------------------------- /action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/action.h -------------------------------------------------------------------------------- /async.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/async.c -------------------------------------------------------------------------------- /async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/async.h -------------------------------------------------------------------------------- /atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/atomic.h -------------------------------------------------------------------------------- /bdb_recover.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/bdb_recover.8 -------------------------------------------------------------------------------- /bin_interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/bin_interface.c -------------------------------------------------------------------------------- /bin_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/bin_interface.h -------------------------------------------------------------------------------- /blacklists.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/blacklists.c -------------------------------------------------------------------------------- /blacklists.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/blacklists.h -------------------------------------------------------------------------------- /cachedb/cachedb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb.c -------------------------------------------------------------------------------- /cachedb/cachedb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb.h -------------------------------------------------------------------------------- /cachedb/cachedb_cap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_cap.h -------------------------------------------------------------------------------- /cachedb/cachedb_con.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_con.h -------------------------------------------------------------------------------- /cachedb/cachedb_dict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_dict.c -------------------------------------------------------------------------------- /cachedb/cachedb_dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_dict.h -------------------------------------------------------------------------------- /cachedb/cachedb_id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_id.c -------------------------------------------------------------------------------- /cachedb/cachedb_id.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_id.h -------------------------------------------------------------------------------- /cachedb/cachedb_pool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_pool.c -------------------------------------------------------------------------------- /cachedb/cachedb_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_pool.h -------------------------------------------------------------------------------- /cachedb/cachedb_types.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_types.c -------------------------------------------------------------------------------- /cachedb/cachedb_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/cachedb_types.h -------------------------------------------------------------------------------- /cachedb/example/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/example/Makefile -------------------------------------------------------------------------------- /cachedb/example/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cachedb/example/README -------------------------------------------------------------------------------- /ccopts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ccopts.sh -------------------------------------------------------------------------------- /ccver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ccver.sh -------------------------------------------------------------------------------- /cfg.lex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cfg.lex -------------------------------------------------------------------------------- /cfg.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cfg.y -------------------------------------------------------------------------------- /cfg_pp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cfg_pp.c -------------------------------------------------------------------------------- /cfg_pp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cfg_pp.h -------------------------------------------------------------------------------- /cfg_reload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cfg_reload.c -------------------------------------------------------------------------------- /cfg_reload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cfg_reload.h -------------------------------------------------------------------------------- /cmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cmds.c -------------------------------------------------------------------------------- /cmds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/cmds.h -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/config.h -------------------------------------------------------------------------------- /context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/context.c -------------------------------------------------------------------------------- /context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/context.h -------------------------------------------------------------------------------- /core_cmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/core_cmds.c -------------------------------------------------------------------------------- /core_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/core_stats.c -------------------------------------------------------------------------------- /core_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/core_stats.h -------------------------------------------------------------------------------- /crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/crc.c -------------------------------------------------------------------------------- /crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/crc.h -------------------------------------------------------------------------------- /daemonize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/daemonize.c -------------------------------------------------------------------------------- /daemonize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/daemonize.h -------------------------------------------------------------------------------- /data_lump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/data_lump.c -------------------------------------------------------------------------------- /data_lump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/data_lump.h -------------------------------------------------------------------------------- /data_lump_rpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/data_lump_rpl.c -------------------------------------------------------------------------------- /data_lump_rpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/data_lump_rpl.h -------------------------------------------------------------------------------- /db/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/README -------------------------------------------------------------------------------- /db/db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db.c -------------------------------------------------------------------------------- /db/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db.h -------------------------------------------------------------------------------- /db/db_async.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_async.c -------------------------------------------------------------------------------- /db/db_async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_async.h -------------------------------------------------------------------------------- /db/db_cap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_cap.h -------------------------------------------------------------------------------- /db/db_con.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_con.h -------------------------------------------------------------------------------- /db/db_id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_id.c -------------------------------------------------------------------------------- /db/db_id.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_id.h -------------------------------------------------------------------------------- /db/db_insertq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_insertq.c -------------------------------------------------------------------------------- /db/db_insertq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_insertq.h -------------------------------------------------------------------------------- /db/db_key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_key.h -------------------------------------------------------------------------------- /db/db_op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_op.h -------------------------------------------------------------------------------- /db/db_pool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_pool.c -------------------------------------------------------------------------------- /db/db_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_pool.h -------------------------------------------------------------------------------- /db/db_ps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_ps.h -------------------------------------------------------------------------------- /db/db_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_query.c -------------------------------------------------------------------------------- /db/db_query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_query.h -------------------------------------------------------------------------------- /db/db_res.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_res.c -------------------------------------------------------------------------------- /db/db_res.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_res.h -------------------------------------------------------------------------------- /db/db_row.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_row.c -------------------------------------------------------------------------------- /db/db_row.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_row.h -------------------------------------------------------------------------------- /db/db_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_ut.c -------------------------------------------------------------------------------- /db/db_ut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_ut.h -------------------------------------------------------------------------------- /db/db_val.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/db_val.h -------------------------------------------------------------------------------- /db/doc/db-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/doc/db-api.txt -------------------------------------------------------------------------------- /db/example/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/example/Makefile -------------------------------------------------------------------------------- /db/example/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/example/README -------------------------------------------------------------------------------- /db/example/dbexample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/example/dbexample.c -------------------------------------------------------------------------------- /db/schema/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/Makefile -------------------------------------------------------------------------------- /db/schema/acc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/acc.xml -------------------------------------------------------------------------------- /db/schema/address.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/address.xml -------------------------------------------------------------------------------- /db/schema/b2b_logic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/b2b_logic.xml -------------------------------------------------------------------------------- /db/schema/b2b_sca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/b2b_sca.xml -------------------------------------------------------------------------------- /db/schema/cachedb_sql.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/cachedb_sql.xml -------------------------------------------------------------------------------- /db/schema/cc_agents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/cc_agents.xml -------------------------------------------------------------------------------- /db/schema/cc_calls.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/cc_calls.xml -------------------------------------------------------------------------------- /db/schema/cc_cdrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/cc_cdrs.xml -------------------------------------------------------------------------------- /db/schema/cc_flows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/cc_flows.xml -------------------------------------------------------------------------------- /db/schema/closeddial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/closeddial.xml -------------------------------------------------------------------------------- /db/schema/clusterer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/clusterer.xml -------------------------------------------------------------------------------- /db/schema/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/config.xml -------------------------------------------------------------------------------- /db/schema/cpl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/cpl.xml -------------------------------------------------------------------------------- /db/schema/dbaliases.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dbaliases.xml -------------------------------------------------------------------------------- /db/schema/dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dialog.xml -------------------------------------------------------------------------------- /db/schema/dialplan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dialplan.xml -------------------------------------------------------------------------------- /db/schema/dispatcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dispatcher.xml -------------------------------------------------------------------------------- /db/schema/domain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/domain.xml -------------------------------------------------------------------------------- /db/schema/dr_carriers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dr_carriers.xml -------------------------------------------------------------------------------- /db/schema/dr_gateways.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dr_gateways.xml -------------------------------------------------------------------------------- /db/schema/dr_groups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dr_groups.xml -------------------------------------------------------------------------------- /db/schema/dr_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/dr_rules.xml -------------------------------------------------------------------------------- /db/schema/entities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/entities.xml -------------------------------------------------------------------------------- /db/schema/freeswitch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/freeswitch.xml -------------------------------------------------------------------------------- /db/schema/grp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/grp.xml -------------------------------------------------------------------------------- /db/schema/imc_members.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/imc_members.xml -------------------------------------------------------------------------------- /db/schema/imc_rooms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/imc_rooms.xml -------------------------------------------------------------------------------- /db/schema/janus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/janus.xml -------------------------------------------------------------------------------- /db/schema/location.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/location.xml -------------------------------------------------------------------------------- /db/schema/pr_pua.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/pr_pua.xml -------------------------------------------------------------------------------- /db/schema/pr_watchers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/pr_watchers.xml -------------------------------------------------------------------------------- /db/schema/pr_xcap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/pr_xcap.xml -------------------------------------------------------------------------------- /db/schema/qr_profiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/qr_profiles.xml -------------------------------------------------------------------------------- /db/schema/rc_clients.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/rc_clients.xml -------------------------------------------------------------------------------- /db/schema/rc_vendors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/rc_vendors.xml -------------------------------------------------------------------------------- /db/schema/re_grp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/re_grp.xml -------------------------------------------------------------------------------- /db/schema/registrant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/registrant.xml -------------------------------------------------------------------------------- /db/schema/route_tree.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/route_tree.xml -------------------------------------------------------------------------------- /db/schema/rtpengine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/rtpengine.xml -------------------------------------------------------------------------------- /db/schema/silo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/silo.xml -------------------------------------------------------------------------------- /db/schema/smpp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/smpp.xml -------------------------------------------------------------------------------- /db/schema/sockets_mgm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/sockets_mgm.xml -------------------------------------------------------------------------------- /db/schema/speed_dial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/speed_dial.xml -------------------------------------------------------------------------------- /db/schema/subscriber.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/subscriber.xml -------------------------------------------------------------------------------- /db/schema/tcp_mgm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/tcp_mgm.xml -------------------------------------------------------------------------------- /db/schema/template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/template.xml -------------------------------------------------------------------------------- /db/schema/tls_mgm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/tls_mgm.xml -------------------------------------------------------------------------------- /db/schema/tracer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/tracer.xml -------------------------------------------------------------------------------- /db/schema/trie_table.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/trie_table.xml -------------------------------------------------------------------------------- /db/schema/uri.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/uri.xml -------------------------------------------------------------------------------- /db/schema/version.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/schema/version.xml -------------------------------------------------------------------------------- /db/test/test_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/test/test_db.c -------------------------------------------------------------------------------- /db/test/test_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/db/test/test_db.h -------------------------------------------------------------------------------- /doc/authors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/doc/authors.xml -------------------------------------------------------------------------------- /doc/build-contrib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/doc/build-contrib.sh -------------------------------------------------------------------------------- /doc/dbschema/bookinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/doc/dbschema/bookinfo.xml -------------------------------------------------------------------------------- /doc/dbschema/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/doc/dbschema/catalog.xml -------------------------------------------------------------------------------- /doc/dbschema/xsl/sql.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/doc/dbschema/xsl/sql.xsl -------------------------------------------------------------------------------- /doc/entities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/doc/entities.xml -------------------------------------------------------------------------------- /doc/module-docbook.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/doc/module-docbook.css -------------------------------------------------------------------------------- /doc/module_faq.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docker/Dockerfile.rtp.io: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/docker/Dockerfile.rtp.io -------------------------------------------------------------------------------- /dprint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/dprint.c -------------------------------------------------------------------------------- /dprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/dprint.h -------------------------------------------------------------------------------- /dset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/dset.c -------------------------------------------------------------------------------- /dset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/dset.h -------------------------------------------------------------------------------- /errinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/errinfo.c -------------------------------------------------------------------------------- /errinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/errinfo.h -------------------------------------------------------------------------------- /error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/error.c -------------------------------------------------------------------------------- /error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/error.h -------------------------------------------------------------------------------- /etc/dictionary.opensips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/dictionary.opensips -------------------------------------------------------------------------------- /etc/opensips.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/opensips.cfg -------------------------------------------------------------------------------- /etc/tls/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/tls/README -------------------------------------------------------------------------------- /etc/tls/ca.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/tls/ca.conf -------------------------------------------------------------------------------- /etc/tls/request.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/tls/request.conf -------------------------------------------------------------------------------- /etc/tls/rootCA/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/tls/rootCA/cacert.pem -------------------------------------------------------------------------------- /etc/tls/rootCA/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/tls/rootCA/index.txt -------------------------------------------------------------------------------- /etc/tls/rootCA/serial: -------------------------------------------------------------------------------- 1 | 02 2 | -------------------------------------------------------------------------------- /etc/tls/user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/etc/tls/user.conf -------------------------------------------------------------------------------- /evi/event_interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/event_interface.c -------------------------------------------------------------------------------- /evi/event_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/event_interface.h -------------------------------------------------------------------------------- /evi/event_route.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/event_route.c -------------------------------------------------------------------------------- /evi/event_route.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/event_route.h -------------------------------------------------------------------------------- /evi/evi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi.h -------------------------------------------------------------------------------- /evi/evi_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi_core.c -------------------------------------------------------------------------------- /evi/evi_core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi_core.h -------------------------------------------------------------------------------- /evi/evi_modules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi_modules.h -------------------------------------------------------------------------------- /evi/evi_params.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi_params.c -------------------------------------------------------------------------------- /evi/evi_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi_params.h -------------------------------------------------------------------------------- /evi/evi_transport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi_transport.c -------------------------------------------------------------------------------- /evi/evi_transport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/evi/evi_transport.h -------------------------------------------------------------------------------- /examples/acc-mysql.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/acc-mysql.cfg -------------------------------------------------------------------------------- /examples/acc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/acc.cfg -------------------------------------------------------------------------------- /examples/ctd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/ctd.sh -------------------------------------------------------------------------------- /examples/exec_s3.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/exec_s3.cfg -------------------------------------------------------------------------------- /examples/exec_s4.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/exec_s4.cfg -------------------------------------------------------------------------------- /examples/exec_s5.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/exec_s5.cfg -------------------------------------------------------------------------------- /examples/flag_reply.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/flag_reply.cfg -------------------------------------------------------------------------------- /examples/fork.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/fork.cfg -------------------------------------------------------------------------------- /examples/httpd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/httpd.cfg -------------------------------------------------------------------------------- /examples/logging.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/logging.cfg -------------------------------------------------------------------------------- /examples/msilo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/msilo.cfg -------------------------------------------------------------------------------- /examples/nathelper.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/nathelper.cfg -------------------------------------------------------------------------------- /examples/pi_framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/pi_framework.xml -------------------------------------------------------------------------------- /examples/pstn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/pstn.cfg -------------------------------------------------------------------------------- /examples/redirect.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/redirect.cfg -------------------------------------------------------------------------------- /examples/replicate.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/replicate.cfg -------------------------------------------------------------------------------- /examples/serial_183.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/serial_183.cfg -------------------------------------------------------------------------------- /examples/web_im/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/examples/web_im/README -------------------------------------------------------------------------------- /fastlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/fastlock.h -------------------------------------------------------------------------------- /flags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/flags.c -------------------------------------------------------------------------------- /flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/flags.h -------------------------------------------------------------------------------- /forward.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/forward.c -------------------------------------------------------------------------------- /forward.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/forward.h -------------------------------------------------------------------------------- /futex_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/futex_lock.h -------------------------------------------------------------------------------- /globals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/globals.c -------------------------------------------------------------------------------- /globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/globals.h -------------------------------------------------------------------------------- /hash_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/hash_func.h -------------------------------------------------------------------------------- /help_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/help_msg.h -------------------------------------------------------------------------------- /io_wait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/io_wait.c -------------------------------------------------------------------------------- /io_wait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/io_wait.h -------------------------------------------------------------------------------- /io_wait_loop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/io_wait_loop.h -------------------------------------------------------------------------------- /ip_addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ip_addr.c -------------------------------------------------------------------------------- /ip_addr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ip_addr.h -------------------------------------------------------------------------------- /ipc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ipc.c -------------------------------------------------------------------------------- /ipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ipc.h -------------------------------------------------------------------------------- /lib/aka.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/aka.h -------------------------------------------------------------------------------- /lib/cJSON.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/cJSON.c -------------------------------------------------------------------------------- /lib/cJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/cJSON.h -------------------------------------------------------------------------------- /lib/cond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/cond.c -------------------------------------------------------------------------------- /lib/cond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/cond.h -------------------------------------------------------------------------------- /lib/container.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/container.h -------------------------------------------------------------------------------- /lib/csv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/csv.c -------------------------------------------------------------------------------- /lib/csv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/csv.h -------------------------------------------------------------------------------- /lib/dassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/dassert.h -------------------------------------------------------------------------------- /lib/dbg/backtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/dbg/backtrace.h -------------------------------------------------------------------------------- /lib/dbg/profiling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/dbg/profiling.h -------------------------------------------------------------------------------- /lib/dbg/struct_hist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/dbg/struct_hist.c -------------------------------------------------------------------------------- /lib/dbg/struct_hist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/dbg/struct_hist.h -------------------------------------------------------------------------------- /lib/digest_auth/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/digest_auth/Makefile -------------------------------------------------------------------------------- /lib/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/hash.c -------------------------------------------------------------------------------- /lib/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/hash.h -------------------------------------------------------------------------------- /lib/json/Makefile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/json/Makefile.json -------------------------------------------------------------------------------- /lib/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/list.h -------------------------------------------------------------------------------- /lib/modules.mk/perl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/modules.mk/perl.mk -------------------------------------------------------------------------------- /lib/osips_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/osips_malloc.h -------------------------------------------------------------------------------- /lib/path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/path.c -------------------------------------------------------------------------------- /lib/path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/path.h -------------------------------------------------------------------------------- /lib/reg/Makefile: -------------------------------------------------------------------------------- 1 | LIBNAME= reg 2 | 3 | include ../../Makefile.misclibs 4 | -------------------------------------------------------------------------------- /lib/reg/ci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/ci.c -------------------------------------------------------------------------------- /lib/reg/ci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/ci.h -------------------------------------------------------------------------------- /lib/reg/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/common.c -------------------------------------------------------------------------------- /lib/reg/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/common.h -------------------------------------------------------------------------------- /lib/reg/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/config.h -------------------------------------------------------------------------------- /lib/reg/lookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/lookup.c -------------------------------------------------------------------------------- /lib/reg/lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/lookup.h -------------------------------------------------------------------------------- /lib/reg/path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/path.c -------------------------------------------------------------------------------- /lib/reg/path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/path.h -------------------------------------------------------------------------------- /lib/reg/pn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/pn.c -------------------------------------------------------------------------------- /lib/reg/pn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/pn.h -------------------------------------------------------------------------------- /lib/reg/regtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/regtime.c -------------------------------------------------------------------------------- /lib/reg/regtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/regtime.h -------------------------------------------------------------------------------- /lib/reg/rerrno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/rerrno.c -------------------------------------------------------------------------------- /lib/reg/rerrno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/rerrno.h -------------------------------------------------------------------------------- /lib/reg/save_flags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/save_flags.c -------------------------------------------------------------------------------- /lib/reg/save_flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/save_flags.h -------------------------------------------------------------------------------- /lib/reg/sip_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/sip_msg.c -------------------------------------------------------------------------------- /lib/reg/sip_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/reg/sip_msg.h -------------------------------------------------------------------------------- /lib/sliblist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/sliblist.c -------------------------------------------------------------------------------- /lib/sliblist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/sliblist.h -------------------------------------------------------------------------------- /lib/str2const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/str2const.h -------------------------------------------------------------------------------- /lib/test/test_csv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/test/test_csv.c -------------------------------------------------------------------------------- /lib/test/test_csv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/test/test_csv.h -------------------------------------------------------------------------------- /lib/timerfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/timerfd.h -------------------------------------------------------------------------------- /lib/turbocompare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/turbocompare.h -------------------------------------------------------------------------------- /lib/url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/url.c -------------------------------------------------------------------------------- /lib/url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lib/url.h -------------------------------------------------------------------------------- /lock_alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lock_alloc.h -------------------------------------------------------------------------------- /lock_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lock_ops.h -------------------------------------------------------------------------------- /locking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/locking.h -------------------------------------------------------------------------------- /log_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/log_interface.h -------------------------------------------------------------------------------- /lump_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/lump_struct.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/main.c -------------------------------------------------------------------------------- /main_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/main_script.h -------------------------------------------------------------------------------- /map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/map.c -------------------------------------------------------------------------------- /map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/map.h -------------------------------------------------------------------------------- /md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/md5.c -------------------------------------------------------------------------------- /md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/md5.h -------------------------------------------------------------------------------- /md5global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/md5global.h -------------------------------------------------------------------------------- /md5utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/md5utils.c -------------------------------------------------------------------------------- /md5utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/md5utils.h -------------------------------------------------------------------------------- /mem/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/common.c -------------------------------------------------------------------------------- /mem/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/common.h -------------------------------------------------------------------------------- /mem/f_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/f_malloc.c -------------------------------------------------------------------------------- /mem/f_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/f_malloc.h -------------------------------------------------------------------------------- /mem/f_malloc_dyn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/f_malloc_dyn.h -------------------------------------------------------------------------------- /mem/f_parallel_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/f_parallel_malloc.c -------------------------------------------------------------------------------- /mem/f_parallel_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/f_parallel_malloc.h -------------------------------------------------------------------------------- /mem/hp_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/hp_malloc.c -------------------------------------------------------------------------------- /mem/hp_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/hp_malloc.h -------------------------------------------------------------------------------- /mem/hp_malloc_dyn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/hp_malloc_dyn.h -------------------------------------------------------------------------------- /mem/hp_malloc_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/hp_malloc_stats.c -------------------------------------------------------------------------------- /mem/hp_malloc_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/hp_malloc_stats.h -------------------------------------------------------------------------------- /mem/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/mem.c -------------------------------------------------------------------------------- /mem/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/mem.h -------------------------------------------------------------------------------- /mem/mem_dbg_hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/mem_dbg_hash.c -------------------------------------------------------------------------------- /mem/mem_dbg_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/mem_dbg_hash.h -------------------------------------------------------------------------------- /mem/mem_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/mem_funcs.h -------------------------------------------------------------------------------- /mem/meminfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/meminfo.h -------------------------------------------------------------------------------- /mem/memtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/memtest.c -------------------------------------------------------------------------------- /mem/module_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/module_info.c -------------------------------------------------------------------------------- /mem/module_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/module_info.h -------------------------------------------------------------------------------- /mem/q_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/q_malloc.c -------------------------------------------------------------------------------- /mem/q_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/q_malloc.h -------------------------------------------------------------------------------- /mem/q_malloc_dyn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/q_malloc_dyn.h -------------------------------------------------------------------------------- /mem/rpm_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/rpm_mem.c -------------------------------------------------------------------------------- /mem/rpm_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/rpm_mem.h -------------------------------------------------------------------------------- /mem/shm_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/shm_mem.c -------------------------------------------------------------------------------- /mem/shm_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/shm_mem.h -------------------------------------------------------------------------------- /mem/shm_mem_dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/shm_mem_dbg.h -------------------------------------------------------------------------------- /mem/test/test_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/test/test_malloc.c -------------------------------------------------------------------------------- /mem/test/test_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mem/test/test_malloc.h -------------------------------------------------------------------------------- /menuconfig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/Makefile -------------------------------------------------------------------------------- /menuconfig/cfg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/cfg.c -------------------------------------------------------------------------------- /menuconfig/cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/cfg.h -------------------------------------------------------------------------------- /menuconfig/commands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/commands.c -------------------------------------------------------------------------------- /menuconfig/commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/commands.h -------------------------------------------------------------------------------- /menuconfig/curses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/curses.c -------------------------------------------------------------------------------- /menuconfig/curses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/curses.h -------------------------------------------------------------------------------- /menuconfig/items.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/items.c -------------------------------------------------------------------------------- /menuconfig/items.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/items.h -------------------------------------------------------------------------------- /menuconfig/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/main.c -------------------------------------------------------------------------------- /menuconfig/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/main.h -------------------------------------------------------------------------------- /menuconfig/menus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/menus.c -------------------------------------------------------------------------------- /menuconfig/menus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/menus.h -------------------------------------------------------------------------------- /menuconfig/parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/parser.c -------------------------------------------------------------------------------- /menuconfig/parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/menuconfig/parser.h -------------------------------------------------------------------------------- /mi/fmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/fmt.c -------------------------------------------------------------------------------- /mi/fmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/fmt.h -------------------------------------------------------------------------------- /mi/item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/item.c -------------------------------------------------------------------------------- /mi/item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/item.h -------------------------------------------------------------------------------- /mi/mi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/mi.c -------------------------------------------------------------------------------- /mi/mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/mi.h -------------------------------------------------------------------------------- /mi/mi_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/mi_core.c -------------------------------------------------------------------------------- /mi/mi_core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/mi_core.h -------------------------------------------------------------------------------- /mi/mi_trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/mi_trace.c -------------------------------------------------------------------------------- /mi/mi_trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mi/mi_trace.h -------------------------------------------------------------------------------- /mod_fix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mod_fix.c -------------------------------------------------------------------------------- /mod_fix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/mod_fix.h -------------------------------------------------------------------------------- /modparam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modparam.c -------------------------------------------------------------------------------- /modparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modparam.h -------------------------------------------------------------------------------- /modules/aaa_radius/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/aaa_radius/README -------------------------------------------------------------------------------- /modules/aaa_radius/rad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/aaa_radius/rad.c -------------------------------------------------------------------------------- /modules/aaa_radius/rad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/aaa_radius/rad.h -------------------------------------------------------------------------------- /modules/acc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/Makefile -------------------------------------------------------------------------------- /modules/acc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/README -------------------------------------------------------------------------------- /modules/acc/acc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc.c -------------------------------------------------------------------------------- /modules/acc/acc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc.h -------------------------------------------------------------------------------- /modules/acc/acc_extra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_extra.c -------------------------------------------------------------------------------- /modules/acc/acc_extra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_extra.h -------------------------------------------------------------------------------- /modules/acc/acc_logic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_logic.c -------------------------------------------------------------------------------- /modules/acc/acc_logic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_logic.h -------------------------------------------------------------------------------- /modules/acc/acc_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_mod.c -------------------------------------------------------------------------------- /modules/acc/acc_mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_mod.h -------------------------------------------------------------------------------- /modules/acc/acc_vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_vars.c -------------------------------------------------------------------------------- /modules/acc/acc_vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/acc_vars.h -------------------------------------------------------------------------------- /modules/acc/doc/acc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/doc/acc.xml -------------------------------------------------------------------------------- /modules/acc/etc/servers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/etc/servers -------------------------------------------------------------------------------- /modules/acc/test/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/acc/test/test.c -------------------------------------------------------------------------------- /modules/alias_db/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/alias_db/Makefile -------------------------------------------------------------------------------- /modules/alias_db/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/alias_db/README -------------------------------------------------------------------------------- /modules/auth/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/Makefile -------------------------------------------------------------------------------- /modules/auth/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/README -------------------------------------------------------------------------------- /modules/auth/api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/api.c -------------------------------------------------------------------------------- /modules/auth/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/api.h -------------------------------------------------------------------------------- /modules/auth/auth_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/auth_mod.c -------------------------------------------------------------------------------- /modules/auth/auth_mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/auth_mod.h -------------------------------------------------------------------------------- /modules/auth/challenge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/challenge.c -------------------------------------------------------------------------------- /modules/auth/challenge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/challenge.h -------------------------------------------------------------------------------- /modules/auth/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/common.c -------------------------------------------------------------------------------- /modules/auth/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/common.h -------------------------------------------------------------------------------- /modules/auth/doc/auth.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/doc/auth.xml -------------------------------------------------------------------------------- /modules/auth/index.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/index.c -------------------------------------------------------------------------------- /modules/auth/index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/index.h -------------------------------------------------------------------------------- /modules/auth/qop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/qop.h -------------------------------------------------------------------------------- /modules/auth/rpid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/rpid.c -------------------------------------------------------------------------------- /modules/auth/rpid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth/rpid.h -------------------------------------------------------------------------------- /modules/auth_aaa/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_aaa/Makefile -------------------------------------------------------------------------------- /modules/auth_aaa/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_aaa/README -------------------------------------------------------------------------------- /modules/auth_aaa/checks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_aaa/checks.c -------------------------------------------------------------------------------- /modules/auth_aaa/checks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_aaa/checks.h -------------------------------------------------------------------------------- /modules/auth_aka/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_aka/Makefile -------------------------------------------------------------------------------- /modules/auth_aka/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_aka/README -------------------------------------------------------------------------------- /modules/auth_db/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_db/Makefile -------------------------------------------------------------------------------- /modules/auth_db/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_db/README -------------------------------------------------------------------------------- /modules/auth_db/checks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_db/checks.c -------------------------------------------------------------------------------- /modules/auth_db/checks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/auth_db/checks.h -------------------------------------------------------------------------------- /modules/b2b_sca/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/b2b_sca/README -------------------------------------------------------------------------------- /modules/callops/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/callops/README -------------------------------------------------------------------------------- /modules/cgrates/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/cgrates/README -------------------------------------------------------------------------------- /modules/config/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/config/README -------------------------------------------------------------------------------- /modules/cpl_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/cpl_c/Makefile -------------------------------------------------------------------------------- /modules/cpl_c/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/cpl_c/README -------------------------------------------------------------------------------- /modules/cpl_c/cpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/cpl_c/cpl.c -------------------------------------------------------------------------------- /modules/cpl_c/cpl_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/cpl_c/cpl_db.c -------------------------------------------------------------------------------- /modules/cpl_c/cpl_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/cpl_c/cpl_db.h -------------------------------------------------------------------------------- /modules/db_http/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_http/README -------------------------------------------------------------------------------- /modules/db_mysql/res.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_mysql/res.c -------------------------------------------------------------------------------- /modules/db_mysql/res.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_mysql/res.h -------------------------------------------------------------------------------- /modules/db_mysql/row.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_mysql/row.c -------------------------------------------------------------------------------- /modules/db_mysql/row.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_mysql/row.h -------------------------------------------------------------------------------- /modules/db_mysql/val.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_mysql/val.c -------------------------------------------------------------------------------- /modules/db_mysql/val.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_mysql/val.h -------------------------------------------------------------------------------- /modules/db_text/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/db_text/README -------------------------------------------------------------------------------- /modules/dialog/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/dialog/README -------------------------------------------------------------------------------- /modules/domain/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/domain/README -------------------------------------------------------------------------------- /modules/domain/api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/domain/api.c -------------------------------------------------------------------------------- /modules/domain/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/domain/api.h -------------------------------------------------------------------------------- /modules/domain/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/domain/hash.c -------------------------------------------------------------------------------- /modules/domain/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/domain/hash.h -------------------------------------------------------------------------------- /modules/domain/mi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/domain/mi.c -------------------------------------------------------------------------------- /modules/domain/mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/domain/mi.h -------------------------------------------------------------------------------- /modules/enum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/enum/Makefile -------------------------------------------------------------------------------- /modules/enum/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/enum/README -------------------------------------------------------------------------------- /modules/enum/enum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/enum/enum.c -------------------------------------------------------------------------------- /modules/enum/enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/enum/enum.h -------------------------------------------------------------------------------- /modules/example/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/example/README -------------------------------------------------------------------------------- /modules/exec/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/Makefile -------------------------------------------------------------------------------- /modules/exec/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/README -------------------------------------------------------------------------------- /modules/exec/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/exec.c -------------------------------------------------------------------------------- /modules/exec/exec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/exec.h -------------------------------------------------------------------------------- /modules/exec/exec_hf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/exec_hf.c -------------------------------------------------------------------------------- /modules/exec/exec_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/exec_hf.h -------------------------------------------------------------------------------- /modules/exec/kill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/kill.c -------------------------------------------------------------------------------- /modules/exec/kill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/exec/kill.h -------------------------------------------------------------------------------- /modules/gflags/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/gflags/README -------------------------------------------------------------------------------- /modules/group/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/group/Makefile -------------------------------------------------------------------------------- /modules/group/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/group/README -------------------------------------------------------------------------------- /modules/group/group.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/group/group.c -------------------------------------------------------------------------------- /modules/group/group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/group/group.h -------------------------------------------------------------------------------- /modules/h350/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/h350/Makefile -------------------------------------------------------------------------------- /modules/h350/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/h350/README -------------------------------------------------------------------------------- /modules/http2d/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/http2d/README -------------------------------------------------------------------------------- /modules/httpd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/httpd/Makefile -------------------------------------------------------------------------------- /modules/httpd/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/httpd/README -------------------------------------------------------------------------------- /modules/httpd/httpd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/httpd/httpd.c -------------------------------------------------------------------------------- /modules/imc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/Makefile -------------------------------------------------------------------------------- /modules/imc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/README -------------------------------------------------------------------------------- /modules/imc/imc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/imc.c -------------------------------------------------------------------------------- /modules/imc/imc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/imc.h -------------------------------------------------------------------------------- /modules/imc/imc_cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/imc_cmd.c -------------------------------------------------------------------------------- /modules/imc/imc_cmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/imc_cmd.h -------------------------------------------------------------------------------- /modules/imc/imc_mng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/imc_mng.c -------------------------------------------------------------------------------- /modules/imc/imc_mng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/imc/imc_mng.h -------------------------------------------------------------------------------- /modules/jabber/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/jabber/README -------------------------------------------------------------------------------- /modules/jabber/sha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/jabber/sha.c -------------------------------------------------------------------------------- /modules/jabber/xode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/jabber/xode.c -------------------------------------------------------------------------------- /modules/jabber/xode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/jabber/xode.h -------------------------------------------------------------------------------- /modules/jabber/xpool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/jabber/xpool.c -------------------------------------------------------------------------------- /modules/janus/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/janus/Makefile -------------------------------------------------------------------------------- /modules/janus/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/janus/README -------------------------------------------------------------------------------- /modules/janus/ws_tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/janus/ws_tcp.c -------------------------------------------------------------------------------- /modules/janus/ws_tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/janus/ws_tcp.h -------------------------------------------------------------------------------- /modules/json/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/json/Makefile -------------------------------------------------------------------------------- /modules/json/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/json/README -------------------------------------------------------------------------------- /modules/json/json.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/json/json.c -------------------------------------------------------------------------------- /modules/jsonrpc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/jsonrpc/README -------------------------------------------------------------------------------- /modules/ldap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/ldap/Makefile -------------------------------------------------------------------------------- /modules/ldap/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/ldap/README -------------------------------------------------------------------------------- /modules/ldap/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/ldap/api.h -------------------------------------------------------------------------------- /modules/lua/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/Makefile -------------------------------------------------------------------------------- /modules/lua/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/README -------------------------------------------------------------------------------- /modules/lua/compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/compat.h -------------------------------------------------------------------------------- /modules/lua/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/crc32.c -------------------------------------------------------------------------------- /modules/lua/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/crc32.h -------------------------------------------------------------------------------- /modules/lua/sipapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipapi.c -------------------------------------------------------------------------------- /modules/lua/sipapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipapi.h -------------------------------------------------------------------------------- /modules/lua/siplua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/siplua.c -------------------------------------------------------------------------------- /modules/lua/siplua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/siplua.h -------------------------------------------------------------------------------- /modules/lua/sipluami.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipluami.c -------------------------------------------------------------------------------- /modules/lua/sipluami.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipluami.h -------------------------------------------------------------------------------- /modules/lua/sipmysql.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipmysql.c -------------------------------------------------------------------------------- /modules/lua/sipmysql.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipmysql.h -------------------------------------------------------------------------------- /modules/lua/sipstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipstate.c -------------------------------------------------------------------------------- /modules/lua/sipstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipstate.h -------------------------------------------------------------------------------- /modules/lua/sipwatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipwatch.c -------------------------------------------------------------------------------- /modules/lua/sipwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/lua/sipwatch.h -------------------------------------------------------------------------------- /modules/mangler/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mangler/README -------------------------------------------------------------------------------- /modules/mathops/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mathops/README -------------------------------------------------------------------------------- /modules/maxfwd/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/maxfwd/README -------------------------------------------------------------------------------- /modules/mi_fifo/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mi_fifo/README -------------------------------------------------------------------------------- /modules/mi_html/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mi_html/README -------------------------------------------------------------------------------- /modules/mi_http/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mi_http/README -------------------------------------------------------------------------------- /modules/mmgeoip/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mmgeoip/README -------------------------------------------------------------------------------- /modules/mqueue/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mqueue/README -------------------------------------------------------------------------------- /modules/mqueue/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/mqueue/api.h -------------------------------------------------------------------------------- /modules/msilo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/msilo/Makefile -------------------------------------------------------------------------------- /modules/msilo/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/msilo/README -------------------------------------------------------------------------------- /modules/msilo/msilo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/msilo/msilo.c -------------------------------------------------------------------------------- /modules/msrp_ua/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/msrp_ua/README -------------------------------------------------------------------------------- /modules/msrp_ua/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/msrp_ua/api.h -------------------------------------------------------------------------------- /modules/options/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/options/README -------------------------------------------------------------------------------- /modules/osp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/Makefile -------------------------------------------------------------------------------- /modules/osp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/README -------------------------------------------------------------------------------- /modules/osp/cnam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/cnam.c -------------------------------------------------------------------------------- /modules/osp/cnam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/cnam.h -------------------------------------------------------------------------------- /modules/osp/globals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/globals.c -------------------------------------------------------------------------------- /modules/osp/osp_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/osp_mod.c -------------------------------------------------------------------------------- /modules/osp/osp_mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/osp_mod.h -------------------------------------------------------------------------------- /modules/osp/provider.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/provider.c -------------------------------------------------------------------------------- /modules/osp/provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/provider.h -------------------------------------------------------------------------------- /modules/osp/timeapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/timeapi.c -------------------------------------------------------------------------------- /modules/osp/timeapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/timeapi.h -------------------------------------------------------------------------------- /modules/osp/tm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/tm.c -------------------------------------------------------------------------------- /modules/osp/tm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/tm.h -------------------------------------------------------------------------------- /modules/osp/usage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/usage.c -------------------------------------------------------------------------------- /modules/osp/usage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/osp/usage.h -------------------------------------------------------------------------------- /modules/path/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/path/Makefile -------------------------------------------------------------------------------- /modules/path/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/path/README -------------------------------------------------------------------------------- /modules/path/path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/path/path.c -------------------------------------------------------------------------------- /modules/path/path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/path/path.h -------------------------------------------------------------------------------- /modules/peering/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/peering/README -------------------------------------------------------------------------------- /modules/perl/.gitignore: -------------------------------------------------------------------------------- 1 | opensipsxs.c 2 | -------------------------------------------------------------------------------- /modules/perl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/perl/Makefile -------------------------------------------------------------------------------- /modules/perl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/perl/README -------------------------------------------------------------------------------- /modules/perl/perl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/perl/perl.c -------------------------------------------------------------------------------- /modules/perl/perl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/perl/perl.h -------------------------------------------------------------------------------- /modules/perl/typemap: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/pi_http/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pi_http/README -------------------------------------------------------------------------------- /modules/pike/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/Makefile -------------------------------------------------------------------------------- /modules/pike/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/README -------------------------------------------------------------------------------- /modules/pike/ip_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/ip_tree.c -------------------------------------------------------------------------------- /modules/pike/ip_tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/ip_tree.h -------------------------------------------------------------------------------- /modules/pike/pike.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/pike.c -------------------------------------------------------------------------------- /modules/pike/pike_mi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/pike_mi.c -------------------------------------------------------------------------------- /modules/pike/pike_mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/pike_mi.h -------------------------------------------------------------------------------- /modules/pike/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/timer.c -------------------------------------------------------------------------------- /modules/pike/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pike/timer.h -------------------------------------------------------------------------------- /modules/pua/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/Makefile -------------------------------------------------------------------------------- /modules/pua/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/README -------------------------------------------------------------------------------- /modules/pua/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/hash.c -------------------------------------------------------------------------------- /modules/pua/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/hash.h -------------------------------------------------------------------------------- /modules/pua/pidf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/pidf.c -------------------------------------------------------------------------------- /modules/pua/pidf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/pidf.h -------------------------------------------------------------------------------- /modules/pua/pua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/pua.c -------------------------------------------------------------------------------- /modules/pua/pua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/pua.h -------------------------------------------------------------------------------- /modules/pua/pua_bind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/pua_bind.c -------------------------------------------------------------------------------- /modules/pua/pua_bind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/pua_bind.h -------------------------------------------------------------------------------- /modules/pua/uri_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua/uri_list.h -------------------------------------------------------------------------------- /modules/pua_bla/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua_bla/README -------------------------------------------------------------------------------- /modules/pua_mi/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/pua_mi/README -------------------------------------------------------------------------------- /modules/python/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/python/README -------------------------------------------------------------------------------- /modules/qos/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/Makefile -------------------------------------------------------------------------------- /modules/qos/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/README -------------------------------------------------------------------------------- /modules/qos/qos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/qos.c -------------------------------------------------------------------------------- /modules/qos/qos_cb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/qos_cb.c -------------------------------------------------------------------------------- /modules/qos/qos_cb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/qos_cb.h -------------------------------------------------------------------------------- /modules/qos/qos_load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/qos_load.h -------------------------------------------------------------------------------- /modules/qos/qos_mi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/qos_mi.c -------------------------------------------------------------------------------- /modules/qos/qos_mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/qos/qos_mi.h -------------------------------------------------------------------------------- /modules/regex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/regex/Makefile -------------------------------------------------------------------------------- /modules/regex/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/regex/README -------------------------------------------------------------------------------- /modules/rls/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rls/Makefile -------------------------------------------------------------------------------- /modules/rls/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rls/README -------------------------------------------------------------------------------- /modules/rls/notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rls/notify.c -------------------------------------------------------------------------------- /modules/rls/notify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rls/notify.h -------------------------------------------------------------------------------- /modules/rls/rls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rls/rls.c -------------------------------------------------------------------------------- /modules/rls/rls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rls/rls.h -------------------------------------------------------------------------------- /modules/rr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/Makefile -------------------------------------------------------------------------------- /modules/rr/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/README -------------------------------------------------------------------------------- /modules/rr/api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/api.c -------------------------------------------------------------------------------- /modules/rr/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/api.h -------------------------------------------------------------------------------- /modules/rr/doc/rr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/doc/rr.xml -------------------------------------------------------------------------------- /modules/rr/loose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/loose.c -------------------------------------------------------------------------------- /modules/rr/loose.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/loose.h -------------------------------------------------------------------------------- /modules/rr/record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/record.c -------------------------------------------------------------------------------- /modules/rr/record.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/record.h -------------------------------------------------------------------------------- /modules/rr/rr_cb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/rr_cb.c -------------------------------------------------------------------------------- /modules/rr/rr_cb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/rr_cb.h -------------------------------------------------------------------------------- /modules/rr/rr_mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/rr_mod.c -------------------------------------------------------------------------------- /modules/rr/rr_mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rr/rr_mod.h -------------------------------------------------------------------------------- /modules/rtp.io/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/rtp.io/README -------------------------------------------------------------------------------- /modules/rtp.io/rtp_io_api.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | typedef int (*rtp_io_getchildsock_t)(int); 4 | -------------------------------------------------------------------------------- /modules/sip_i/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sip_i/Makefile -------------------------------------------------------------------------------- /modules/sip_i/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sip_i/README -------------------------------------------------------------------------------- /modules/sip_i/isup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sip_i/isup.c -------------------------------------------------------------------------------- /modules/sip_i/isup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sip_i/isup.h -------------------------------------------------------------------------------- /modules/sip_i/sip_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sip_i/sip_i.c -------------------------------------------------------------------------------- /modules/sip_i/sip_i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sip_i/sip_i.h -------------------------------------------------------------------------------- /modules/siprec/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/siprec/README -------------------------------------------------------------------------------- /modules/sl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/Makefile -------------------------------------------------------------------------------- /modules/sl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/README -------------------------------------------------------------------------------- /modules/sl/doc/sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/doc/sl.xml -------------------------------------------------------------------------------- /modules/sl/sl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/sl.c -------------------------------------------------------------------------------- /modules/sl/sl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/sl.h -------------------------------------------------------------------------------- /modules/sl/sl_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/sl_api.h -------------------------------------------------------------------------------- /modules/sl/sl_funcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/sl_funcs.c -------------------------------------------------------------------------------- /modules/sl/sl_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sl/sl_funcs.h -------------------------------------------------------------------------------- /modules/sngtc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sngtc/Makefile -------------------------------------------------------------------------------- /modules/sngtc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sngtc/README -------------------------------------------------------------------------------- /modules/sngtc/sngtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sngtc/sngtc.c -------------------------------------------------------------------------------- /modules/sngtc/sngtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sngtc/sngtc.h -------------------------------------------------------------------------------- /modules/sqlops/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sqlops/README -------------------------------------------------------------------------------- /modules/sst/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sst/Makefile -------------------------------------------------------------------------------- /modules/sst/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sst/README -------------------------------------------------------------------------------- /modules/sst/sst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sst/sst.c -------------------------------------------------------------------------------- /modules/sst/sst_mi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sst/sst_mi.c -------------------------------------------------------------------------------- /modules/sst/sst_mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/sst/sst_mi.h -------------------------------------------------------------------------------- /modules/stun/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/stun/Makefile -------------------------------------------------------------------------------- /modules/stun/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/stun/README -------------------------------------------------------------------------------- /modules/stun/stun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/stun/stun.c -------------------------------------------------------------------------------- /modules/stun/stun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/stun/stun.h -------------------------------------------------------------------------------- /modules/tcp_mgm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tcp_mgm/README -------------------------------------------------------------------------------- /modules/textops/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/textops/README -------------------------------------------------------------------------------- /modules/tls_mgm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tls_mgm/README -------------------------------------------------------------------------------- /modules/tls_mgm/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tls_mgm/api.h -------------------------------------------------------------------------------- /modules/tls_wolfssl/lib/patches/.gitignore: -------------------------------------------------------------------------------- 1 | /*.patched 2 | -------------------------------------------------------------------------------- /modules/tm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/Makefile -------------------------------------------------------------------------------- /modules/tm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/README -------------------------------------------------------------------------------- /modules/tm/async.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/async.c -------------------------------------------------------------------------------- /modules/tm/async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/async.h -------------------------------------------------------------------------------- /modules/tm/callid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/callid.c -------------------------------------------------------------------------------- /modules/tm/callid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/callid.h -------------------------------------------------------------------------------- /modules/tm/cluster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/cluster.c -------------------------------------------------------------------------------- /modules/tm/cluster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/cluster.h -------------------------------------------------------------------------------- /modules/tm/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/config.h -------------------------------------------------------------------------------- /modules/tm/dlg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/dlg.c -------------------------------------------------------------------------------- /modules/tm/dlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/dlg.h -------------------------------------------------------------------------------- /modules/tm/doc/tm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/doc/tm.xml -------------------------------------------------------------------------------- /modules/tm/fix_lumps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/fix_lumps.h -------------------------------------------------------------------------------- /modules/tm/h_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/h_table.c -------------------------------------------------------------------------------- /modules/tm/h_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/h_table.h -------------------------------------------------------------------------------- /modules/tm/lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/lock.c -------------------------------------------------------------------------------- /modules/tm/lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/lock.h -------------------------------------------------------------------------------- /modules/tm/mi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/mi.c -------------------------------------------------------------------------------- /modules/tm/mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/mi.h -------------------------------------------------------------------------------- /modules/tm/sip_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/sip_msg.c -------------------------------------------------------------------------------- /modules/tm/sip_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/sip_msg.h -------------------------------------------------------------------------------- /modules/tm/t_cancel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_cancel.c -------------------------------------------------------------------------------- /modules/tm/t_cancel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_cancel.h -------------------------------------------------------------------------------- /modules/tm/t_ctx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_ctx.c -------------------------------------------------------------------------------- /modules/tm/t_ctx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_ctx.h -------------------------------------------------------------------------------- /modules/tm/t_dlg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_dlg.c -------------------------------------------------------------------------------- /modules/tm/t_dlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_dlg.h -------------------------------------------------------------------------------- /modules/tm/t_fifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_fifo.c -------------------------------------------------------------------------------- /modules/tm/t_fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_fifo.h -------------------------------------------------------------------------------- /modules/tm/t_funcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_funcs.c -------------------------------------------------------------------------------- /modules/tm/t_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_funcs.h -------------------------------------------------------------------------------- /modules/tm/t_fwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_fwd.c -------------------------------------------------------------------------------- /modules/tm/t_fwd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_fwd.h -------------------------------------------------------------------------------- /modules/tm/t_hooks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_hooks.c -------------------------------------------------------------------------------- /modules/tm/t_hooks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_hooks.h -------------------------------------------------------------------------------- /modules/tm/t_lookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_lookup.c -------------------------------------------------------------------------------- /modules/tm/t_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_lookup.h -------------------------------------------------------------------------------- /modules/tm/t_reply.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_reply.c -------------------------------------------------------------------------------- /modules/tm/t_reply.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_reply.h -------------------------------------------------------------------------------- /modules/tm/t_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/t_stats.h -------------------------------------------------------------------------------- /modules/tm/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/timer.c -------------------------------------------------------------------------------- /modules/tm/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/timer.h -------------------------------------------------------------------------------- /modules/tm/tm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/tm.c -------------------------------------------------------------------------------- /modules/tm/tm_load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/tm_load.h -------------------------------------------------------------------------------- /modules/tm/uac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/uac.c -------------------------------------------------------------------------------- /modules/tm/uac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/uac.h -------------------------------------------------------------------------------- /modules/tm/ut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tm/ut.h -------------------------------------------------------------------------------- /modules/tracer/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/tracer/README -------------------------------------------------------------------------------- /modules/trie/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/trie/Makefile -------------------------------------------------------------------------------- /modules/trie/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/trie/README -------------------------------------------------------------------------------- /modules/trie/trie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/trie/trie.c -------------------------------------------------------------------------------- /modules/uac/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uac/Makefile -------------------------------------------------------------------------------- /modules/uac/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uac/README -------------------------------------------------------------------------------- /modules/uac/auth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uac/auth.c -------------------------------------------------------------------------------- /modules/uac/auth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uac/auth.h -------------------------------------------------------------------------------- /modules/uac/replace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uac/replace.c -------------------------------------------------------------------------------- /modules/uac/replace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uac/replace.h -------------------------------------------------------------------------------- /modules/uac/uac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uac/uac.c -------------------------------------------------------------------------------- /modules/usrloc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/README -------------------------------------------------------------------------------- /modules/usrloc/dlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/dlist.c -------------------------------------------------------------------------------- /modules/usrloc/dlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/dlist.h -------------------------------------------------------------------------------- /modules/usrloc/hslot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/hslot.c -------------------------------------------------------------------------------- /modules/usrloc/hslot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/hslot.h -------------------------------------------------------------------------------- /modules/usrloc/ul_mi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/ul_mi.c -------------------------------------------------------------------------------- /modules/usrloc/ul_mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/ul_mi.h -------------------------------------------------------------------------------- /modules/usrloc/utime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/utime.c -------------------------------------------------------------------------------- /modules/usrloc/utime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/usrloc/utime.h -------------------------------------------------------------------------------- /modules/uuid/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uuid/Makefile -------------------------------------------------------------------------------- /modules/uuid/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uuid/README -------------------------------------------------------------------------------- /modules/uuid/uuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/uuid/uuid.c -------------------------------------------------------------------------------- /modules/xcap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/Makefile -------------------------------------------------------------------------------- /modules/xcap/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/README -------------------------------------------------------------------------------- /modules/xcap/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/TODO -------------------------------------------------------------------------------- /modules/xcap/api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/api.c -------------------------------------------------------------------------------- /modules/xcap/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/api.h -------------------------------------------------------------------------------- /modules/xcap/doc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/doc.c -------------------------------------------------------------------------------- /modules/xcap/doc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/doc.h -------------------------------------------------------------------------------- /modules/xcap/uri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/uri.c -------------------------------------------------------------------------------- /modules/xcap/uri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/uri.h -------------------------------------------------------------------------------- /modules/xcap/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xcap/util.h -------------------------------------------------------------------------------- /modules/xml/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xml/Makefile -------------------------------------------------------------------------------- /modules/xml/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xml/README -------------------------------------------------------------------------------- /modules/xml/xml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xml/xml.c -------------------------------------------------------------------------------- /modules/xmpp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/Makefile -------------------------------------------------------------------------------- /modules/xmpp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/README -------------------------------------------------------------------------------- /modules/xmpp/network.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/network.c -------------------------------------------------------------------------------- /modules/xmpp/network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/network.h -------------------------------------------------------------------------------- /modules/xmpp/sha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/sha.c -------------------------------------------------------------------------------- /modules/xmpp/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/util.c -------------------------------------------------------------------------------- /modules/xmpp/xmpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/xmpp.c -------------------------------------------------------------------------------- /modules/xmpp/xmpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/xmpp.h -------------------------------------------------------------------------------- /modules/xmpp/xode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/xode.c -------------------------------------------------------------------------------- /modules/xmpp/xode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/xode.h -------------------------------------------------------------------------------- /modules/xmpp/xpool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/xpool.c -------------------------------------------------------------------------------- /modules/xmpp/xstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/modules/xmpp/xstream.c -------------------------------------------------------------------------------- /msg_callbacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/msg_callbacks.c -------------------------------------------------------------------------------- /msg_callbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/msg_callbacks.h -------------------------------------------------------------------------------- /msg_translator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/msg_translator.c -------------------------------------------------------------------------------- /msg_translator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/msg_translator.h -------------------------------------------------------------------------------- /name_alias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/name_alias.c -------------------------------------------------------------------------------- /name_alias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/name_alias.h -------------------------------------------------------------------------------- /net/api_proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/api_proto.h -------------------------------------------------------------------------------- /net/api_proto_net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/api_proto_net.h -------------------------------------------------------------------------------- /net/net_tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_tcp.c -------------------------------------------------------------------------------- /net/net_tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_tcp.h -------------------------------------------------------------------------------- /net/net_tcp_dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_tcp_dbg.h -------------------------------------------------------------------------------- /net/net_tcp_proc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_tcp_proc.c -------------------------------------------------------------------------------- /net/net_tcp_proc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_tcp_proc.h -------------------------------------------------------------------------------- /net/net_tcp_report.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_tcp_report.c -------------------------------------------------------------------------------- /net/net_tcp_report.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_tcp_report.h -------------------------------------------------------------------------------- /net/net_udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_udp.c -------------------------------------------------------------------------------- /net/net_udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/net_udp.h -------------------------------------------------------------------------------- /net/proto_tcp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/proto_tcp/README -------------------------------------------------------------------------------- /net/proto_udp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/proto_udp/README -------------------------------------------------------------------------------- /net/tcp_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_common.c -------------------------------------------------------------------------------- /net/tcp_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_common.h -------------------------------------------------------------------------------- /net/tcp_conn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_conn.h -------------------------------------------------------------------------------- /net/tcp_conn_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_conn_defs.h -------------------------------------------------------------------------------- /net/tcp_conn_profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_conn_profile.c -------------------------------------------------------------------------------- /net/tcp_conn_profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_conn_profile.h -------------------------------------------------------------------------------- /net/tcp_passfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_passfd.c -------------------------------------------------------------------------------- /net/tcp_passfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/tcp_passfd.h -------------------------------------------------------------------------------- /net/trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/trans.c -------------------------------------------------------------------------------- /net/trans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/trans.h -------------------------------------------------------------------------------- /net/trans_trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/trans_trace.c -------------------------------------------------------------------------------- /net/trans_trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/net/trans_trace.h -------------------------------------------------------------------------------- /opensips-m4cfg.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/opensips-m4cfg.8 -------------------------------------------------------------------------------- /opensips.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/opensips.8 -------------------------------------------------------------------------------- /opensips.cfg.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/opensips.cfg.5 -------------------------------------------------------------------------------- /osipsconfig.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/osipsconfig.8 -------------------------------------------------------------------------------- /packaging/debian/compat: -------------------------------------------------------------------------------- 1 | 10 2 | -------------------------------------------------------------------------------- /packaging/debian/opensips.examples: -------------------------------------------------------------------------------- 1 | examples/* 2 | -------------------------------------------------------------------------------- /packaging/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/packaging/debian/rules -------------------------------------------------------------------------------- /packaging/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /packaging/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/packaging/debian/watch -------------------------------------------------------------------------------- /packaging/netbsd/COMMENT: -------------------------------------------------------------------------------- 1 | OpenSIPS, very fast and configurable SIP server 2 | -------------------------------------------------------------------------------- /packaging/netbsd/DESCR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/packaging/netbsd/DESCR -------------------------------------------------------------------------------- /packaging/netbsd/PLIST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/packaging/netbsd/PLIST -------------------------------------------------------------------------------- /packaging/openbsd/pkg/COMMENT: -------------------------------------------------------------------------------- 1 | OpenSIPS, very fast and configurable SIP server 2 | -------------------------------------------------------------------------------- /parser/case_acce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_acce.h -------------------------------------------------------------------------------- /parser/case_allo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_allo.h -------------------------------------------------------------------------------- /parser/case_auth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_auth.h -------------------------------------------------------------------------------- /parser/case_byte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_byte.h -------------------------------------------------------------------------------- /parser/case_call.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_call.h -------------------------------------------------------------------------------- /parser/case_cont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_cont.h -------------------------------------------------------------------------------- /parser/case_cseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_cseq.h -------------------------------------------------------------------------------- /parser/case_dive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_dive.h -------------------------------------------------------------------------------- /parser/case_even.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_even.h -------------------------------------------------------------------------------- /parser/case_expi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_expi.h -------------------------------------------------------------------------------- /parser/case_fail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_fail.h -------------------------------------------------------------------------------- /parser/case_feat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_feat.h -------------------------------------------------------------------------------- /parser/case_from.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_from.h -------------------------------------------------------------------------------- /parser/case_max.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_max.h -------------------------------------------------------------------------------- /parser/case_mess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_mess.h -------------------------------------------------------------------------------- /parser/case_min_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_min_.h -------------------------------------------------------------------------------- /parser/case_orga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_orga.h -------------------------------------------------------------------------------- /parser/case_p_as.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_p_as.h -------------------------------------------------------------------------------- /parser/case_p_pr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_p_pr.h -------------------------------------------------------------------------------- /parser/case_path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_path.h -------------------------------------------------------------------------------- /parser/case_prio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_prio.h -------------------------------------------------------------------------------- /parser/case_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_priv.h -------------------------------------------------------------------------------- /parser/case_prox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_prox.h -------------------------------------------------------------------------------- /parser/case_reco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_reco.h -------------------------------------------------------------------------------- /parser/case_refe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_refe.h -------------------------------------------------------------------------------- /parser/case_remo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_remo.h -------------------------------------------------------------------------------- /parser/case_repl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_repl.h -------------------------------------------------------------------------------- /parser/case_requ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_requ.h -------------------------------------------------------------------------------- /parser/case_retr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_retr.h -------------------------------------------------------------------------------- /parser/case_rout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_rout.h -------------------------------------------------------------------------------- /parser/case_secu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_secu.h -------------------------------------------------------------------------------- /parser/case_sess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_sess.h -------------------------------------------------------------------------------- /parser/case_sip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_sip.h -------------------------------------------------------------------------------- /parser/case_stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_stat.h -------------------------------------------------------------------------------- /parser/case_subj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_subj.h -------------------------------------------------------------------------------- /parser/case_succ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_succ.h -------------------------------------------------------------------------------- /parser/case_supp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_supp.h -------------------------------------------------------------------------------- /parser/case_to.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_to.h -------------------------------------------------------------------------------- /parser/case_to_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_to_p.h -------------------------------------------------------------------------------- /parser/case_unsu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_unsu.h -------------------------------------------------------------------------------- /parser/case_use_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_use_.h -------------------------------------------------------------------------------- /parser/case_user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_user.h -------------------------------------------------------------------------------- /parser/case_via.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_via.h -------------------------------------------------------------------------------- /parser/case_www.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/case_www.h -------------------------------------------------------------------------------- /parser/digest/digest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/digest/digest.c -------------------------------------------------------------------------------- /parser/digest/digest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/digest/digest.h -------------------------------------------------------------------------------- /parser/hf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/hf.c -------------------------------------------------------------------------------- /parser/hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/hf.h -------------------------------------------------------------------------------- /parser/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/keys.h -------------------------------------------------------------------------------- /parser/msg_parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/msg_parser.c -------------------------------------------------------------------------------- /parser/msg_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/msg_parser.h -------------------------------------------------------------------------------- /parser/parse_allow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_allow.c -------------------------------------------------------------------------------- /parser/parse_allow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_allow.h -------------------------------------------------------------------------------- /parser/parse_body.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_body.c -------------------------------------------------------------------------------- /parser/parse_body.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_body.h -------------------------------------------------------------------------------- /parser/parse_content.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_content.c -------------------------------------------------------------------------------- /parser/parse_content.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_content.h -------------------------------------------------------------------------------- /parser/parse_cseq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_cseq.c -------------------------------------------------------------------------------- /parser/parse_cseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_cseq.h -------------------------------------------------------------------------------- /parser/parse_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_def.h -------------------------------------------------------------------------------- /parser/parse_event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_event.c -------------------------------------------------------------------------------- /parser/parse_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_event.h -------------------------------------------------------------------------------- /parser/parse_expires.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_expires.c -------------------------------------------------------------------------------- /parser/parse_expires.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_expires.h -------------------------------------------------------------------------------- /parser/parse_fcaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_fcaps.c -------------------------------------------------------------------------------- /parser/parse_fcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_fcaps.h -------------------------------------------------------------------------------- /parser/parse_fline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_fline.c -------------------------------------------------------------------------------- /parser/parse_fline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_fline.h -------------------------------------------------------------------------------- /parser/parse_from.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_from.c -------------------------------------------------------------------------------- /parser/parse_from.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_from.h -------------------------------------------------------------------------------- /parser/parse_hname2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_hname2.c -------------------------------------------------------------------------------- /parser/parse_hname2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_hname2.h -------------------------------------------------------------------------------- /parser/parse_methods.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_methods.c -------------------------------------------------------------------------------- /parser/parse_methods.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_methods.h -------------------------------------------------------------------------------- /parser/parse_pai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_pai.c -------------------------------------------------------------------------------- /parser/parse_pai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_pai.h -------------------------------------------------------------------------------- /parser/parse_param.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_param.c -------------------------------------------------------------------------------- /parser/parse_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_param.h -------------------------------------------------------------------------------- /parser/parse_ppi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_ppi.c -------------------------------------------------------------------------------- /parser/parse_ppi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_ppi.h -------------------------------------------------------------------------------- /parser/parse_privacy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_privacy.c -------------------------------------------------------------------------------- /parser/parse_privacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_privacy.h -------------------------------------------------------------------------------- /parser/parse_rpid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_rpid.c -------------------------------------------------------------------------------- /parser/parse_rpid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_rpid.h -------------------------------------------------------------------------------- /parser/parse_rr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_rr.c -------------------------------------------------------------------------------- /parser/parse_rr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_rr.h -------------------------------------------------------------------------------- /parser/parse_sst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_sst.c -------------------------------------------------------------------------------- /parser/parse_sst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_sst.h -------------------------------------------------------------------------------- /parser/parse_to.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_to.c -------------------------------------------------------------------------------- /parser/parse_to.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_to.h -------------------------------------------------------------------------------- /parser/parse_uri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_uri.c -------------------------------------------------------------------------------- /parser/parse_uri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_uri.h -------------------------------------------------------------------------------- /parser/parse_via.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_via.c -------------------------------------------------------------------------------- /parser/parse_via.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parse_via.h -------------------------------------------------------------------------------- /parser/parser_f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parser_f.c -------------------------------------------------------------------------------- /parser/parser_f.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/parser_f.h -------------------------------------------------------------------------------- /parser/sdp/sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/sdp/sdp.c -------------------------------------------------------------------------------- /parser/sdp/sdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/sdp/sdp.h -------------------------------------------------------------------------------- /parser/test/test_oob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/test/test_oob.c -------------------------------------------------------------------------------- /parser/test/test_oob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/parser/test/test_oob.h -------------------------------------------------------------------------------- /poll_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/poll_types.h -------------------------------------------------------------------------------- /prime_hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/prime_hash.c -------------------------------------------------------------------------------- /prime_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/prime_hash.h -------------------------------------------------------------------------------- /proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/proxy.c -------------------------------------------------------------------------------- /proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/proxy.h -------------------------------------------------------------------------------- /pt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pt.c -------------------------------------------------------------------------------- /pt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pt.h -------------------------------------------------------------------------------- /pt_load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pt_load.c -------------------------------------------------------------------------------- /pt_load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pt_load.h -------------------------------------------------------------------------------- /pt_scaling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pt_scaling.c -------------------------------------------------------------------------------- /pt_scaling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pt_scaling.h -------------------------------------------------------------------------------- /pvar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pvar.c -------------------------------------------------------------------------------- /pvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/pvar.h -------------------------------------------------------------------------------- /qvalue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/qvalue.c -------------------------------------------------------------------------------- /qvalue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/qvalue.h -------------------------------------------------------------------------------- /radius.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/radius.h -------------------------------------------------------------------------------- /re.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/re.c -------------------------------------------------------------------------------- /re.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/re.h -------------------------------------------------------------------------------- /reactor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/reactor.c -------------------------------------------------------------------------------- /reactor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/reactor.h -------------------------------------------------------------------------------- /reactor_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/reactor_defs.h -------------------------------------------------------------------------------- /reactor_proc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/reactor_proc.c -------------------------------------------------------------------------------- /reactor_proc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/reactor_proc.h -------------------------------------------------------------------------------- /receive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/receive.c -------------------------------------------------------------------------------- /receive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/receive.h -------------------------------------------------------------------------------- /regexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/regexp.c -------------------------------------------------------------------------------- /regexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/regexp.h -------------------------------------------------------------------------------- /resolve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/resolve.c -------------------------------------------------------------------------------- /resolve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/resolve.h -------------------------------------------------------------------------------- /route.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/route.c -------------------------------------------------------------------------------- /route.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/route.h -------------------------------------------------------------------------------- /route_struct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/route_struct.c -------------------------------------------------------------------------------- /route_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/route_struct.h -------------------------------------------------------------------------------- /rw_locking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/rw_locking.h -------------------------------------------------------------------------------- /script_cb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/script_cb.c -------------------------------------------------------------------------------- /script_cb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/script_cb.h -------------------------------------------------------------------------------- /script_var.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/script_var.c -------------------------------------------------------------------------------- /script_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/script_var.h -------------------------------------------------------------------------------- /scripts/dbtext/opensips/route_tree: -------------------------------------------------------------------------------- 1 | id(int,auto) carrier(string,null) 2 | -------------------------------------------------------------------------------- /scripts/pi_http/pi_framework-02: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sdp_ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sdp_ops.c -------------------------------------------------------------------------------- /sdp_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sdp_ops.h -------------------------------------------------------------------------------- /serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/serialize.c -------------------------------------------------------------------------------- /serialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/serialize.h -------------------------------------------------------------------------------- /sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sha1.c -------------------------------------------------------------------------------- /sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sha1.h -------------------------------------------------------------------------------- /sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sha256.c -------------------------------------------------------------------------------- /sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sha256.h -------------------------------------------------------------------------------- /sha512.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sha512.c -------------------------------------------------------------------------------- /sha512.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sha512.h -------------------------------------------------------------------------------- /shutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/shutdown.c -------------------------------------------------------------------------------- /shutdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/shutdown.h -------------------------------------------------------------------------------- /signals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/signals.c -------------------------------------------------------------------------------- /signals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/signals.h -------------------------------------------------------------------------------- /sl_cb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sl_cb.c -------------------------------------------------------------------------------- /sl_cb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sl_cb.h -------------------------------------------------------------------------------- /socket_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/socket_info.c -------------------------------------------------------------------------------- /socket_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/socket_info.h -------------------------------------------------------------------------------- /sr_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sr_module.c -------------------------------------------------------------------------------- /sr_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sr_module.h -------------------------------------------------------------------------------- /sr_module_deps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sr_module_deps.c -------------------------------------------------------------------------------- /sr_module_deps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/sr_module_deps.h -------------------------------------------------------------------------------- /ssl_init_tweaks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ssl_init_tweaks.h -------------------------------------------------------------------------------- /ssl_tweaks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ssl_tweaks.h -------------------------------------------------------------------------------- /statistics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/statistics.c -------------------------------------------------------------------------------- /statistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/statistics.h -------------------------------------------------------------------------------- /status_report.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/status_report.c -------------------------------------------------------------------------------- /status_report.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/status_report.h -------------------------------------------------------------------------------- /str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/str.h -------------------------------------------------------------------------------- /str_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/str_list.h -------------------------------------------------------------------------------- /strcommon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/strcommon.c -------------------------------------------------------------------------------- /strcommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/strcommon.h -------------------------------------------------------------------------------- /tags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/tags.h -------------------------------------------------------------------------------- /test/test-sdp-ops.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/test/test-sdp-ops.cfg -------------------------------------------------------------------------------- /test/test_ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/test/test_ut.c -------------------------------------------------------------------------------- /test/test_ut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/test/test_ut.h -------------------------------------------------------------------------------- /test/unit_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/test/unit_tests.c -------------------------------------------------------------------------------- /test/unit_tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/test/unit_tests.h -------------------------------------------------------------------------------- /test/ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/test/ut.c -------------------------------------------------------------------------------- /test/ut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/test/ut.h -------------------------------------------------------------------------------- /time_rec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/time_rec.c -------------------------------------------------------------------------------- /time_rec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/time_rec.h -------------------------------------------------------------------------------- /timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/timer.c -------------------------------------------------------------------------------- /timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/timer.h -------------------------------------------------------------------------------- /trace_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/trace_api.c -------------------------------------------------------------------------------- /trace_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/trace_api.h -------------------------------------------------------------------------------- /transformations.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/transformations.c -------------------------------------------------------------------------------- /transformations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/transformations.h -------------------------------------------------------------------------------- /trim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/trim.h -------------------------------------------------------------------------------- /tsend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/tsend.c -------------------------------------------------------------------------------- /tsend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/tsend.h -------------------------------------------------------------------------------- /usr_avp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/usr_avp.c -------------------------------------------------------------------------------- /usr_avp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/usr_avp.h -------------------------------------------------------------------------------- /ut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ut.c -------------------------------------------------------------------------------- /ut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/ut.h -------------------------------------------------------------------------------- /utils/db_berkeley/.gitignore: -------------------------------------------------------------------------------- 1 | bdb_recover 2 | -------------------------------------------------------------------------------- /utils/db_oracle/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/utils/db_oracle/util.c -------------------------------------------------------------------------------- /utils/vim/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/utils/vim/INSTALL -------------------------------------------------------------------------------- /utils/vim/opensips.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/utils/vim/opensips.vim -------------------------------------------------------------------------------- /version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/version.h -------------------------------------------------------------------------------- /xlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/xlog.c -------------------------------------------------------------------------------- /xlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSIPS/opensips/HEAD/xlog.h --------------------------------------------------------------------------------