[OpenSIPS-Devel] [opensips] OpenSIPs - 1.11 (#775)
Parantido De Rica
notifications at github.com
Wed Jan 27 14:57:09 CET 2016
You can view, comment on, or merge this pull request online at:
https://github.com/OpenSIPS/opensips/pull/775
-- Commit Summary --
* update ChangeLog for 1.11.3
* RPM spec: support for el7
* opensipsctl: fix compatibility issues with FreeBSD
* Fix bogus unsigned to signed int conversion.
* Added support for external body in MSILO.
* Fix restoring route type and AVP list when droping branch.
* Fix silo table definition - body field can be null.
* Merge pull request #371 from lovelle/patch-2
* Backporting filename in runtime error messages to 1.11
* exec: properly handle exec replies
* Disable MI commands when presence is in lib mode.
* Merge pull request #372 from dsanders11/1.11
* Fix mk_action usage (function name was added).
* Changes to stop keepalives on unregisters
* Only update the dialog timeout in case we are in established state - otherwise it might lead to multiple unrefs related to multiple removal from timer list
* More fixing on mk_action usage (function name was added).
* Makefile: fix concurrency issue leading to linking errors
* Fix double tracing in trace_dialog().
* Fixes realated to previous commit (double siptrace)
* permissions: raise the proper error when the IP is not provided
* Revert "Changes to stop keepalives on unregisters"
* mi_xmlrpc_ng: add \n after each node
* Docs updated: added t_new request and t_add_hdrs
* Readme regenerated
* dispatcher: fix several issues with empty destination sets
* dialog: prevent the same reply from changing the same state twice
* tm: check if the reply transaction is defined
* ds_is_in_list: properly pass -1 for all sets
* rtpproxy: properly handle ipv6 IPs
* Fix siptrace control over CANCEL request.
* Fixed presentity naming.
* Merge pull request #264 from etamme/mediaproxy-rfc5245fix
* fix the vars db type to BLOB
* Fix updating contact records in DB.
* fixed load_credentials avp default name when no name is specified
* mi_http: fix escaping
* Made null table parameter after being freed to avoid double free ( individual free from each module and group free from db_text in destroy function of each module)
* fixes #406
* Merge pull request #407 from ar45/fix_406
* avoid memory leak by not making all the table list null when removing only one table
* Merge branch '1.11' of https://github.com/OpenSIPS/opensips into 1.11
* Since the dialog timeout is not done under dialog lock, we might have cases where the state is checked and is established, but until we get to update the timer, the dialog transitions to terminated & removes it from the timer.
* Sip-wisely Content-Type parsing
* Added support for DATE fields in mongodb raw queries - date fields will be returned as UNIX timestamp
* Fix dialog race condition on BIN replication
* rabbitmq: set the connected flag only after socket is created
* Merge pull request #414 from jbonicioli/master
* httpd: fix memory leak for non-POST requests
* sngtc: properly count all SIP listeners (also include TCP and SCTP)
* Fix SCTP proto dection in TM module.
* Fix parser error - URI in Contact hdr is mandatory
* opensipsctl: fix compatibility issues with FreeBSD [part 2]
* avpops: Proper validation for DB_CAP_RAW_QUERY capability
* Fix param.valueat at param.name - params are stored in the same order
* Fix infinite recursion when nesting $param variables
* Remove NO_ZERO_CHECKS as it is bogus wuth bin content.
* Put back code accidentaly removed in prev commit.
* bin interface processing: add check for min length
* Have osipsconfig generate config files with proper mpath set
* Fix route_to_carrier and route_to_gw
* Fix PKG mem leak
* opensipsdbctl : Fixed creating Postgres database
* python: properly parse the script name
* python: add documentation
* TCP child startup: do not generate corefile on failure
* parser: fix memory leak
* Fix balancing on failover.
* dispatcher: fix merging bug
* HP_MALLOC: fix hp_status()
* cfg.y: do not start OpenSIPS when using HP_MALLOC cfg params
* opensipsdbctl: allow running from root dir for _all_ SQL backends
* opensipsctl: Fix TLS certificate generation in dev mode
* opensipsctl: properly enclose strings when checking their values
* db_mysql: properly NULL the result pointer if a query fails
* F_MALLOC: add extra safety checks at runtime
* add LM_BUG alias to report_programming_bug
* Accept TCP aliases by default
* opensipsctl: Improve error reporting
* Changed write and connect timeouts ( sync and async ) to milliseconds
* flag fixups: fix a sign conversion bug
* Fix changing proto via force_send_socket().
* Increase versioning to 1.11.4
* Maintain rport and received in VIA header of replies when doing topology hiding
* Update ChangeLog
* mem/mem.h: fix header includes
* mem/mem.h: fix header includes
* Merge pull request #462 from jarrodb/dlg_hash
* replace libmysqlclient*-dev with metapackage libmysqlclient-dev
* hp_malloc.h: properly include sys/time.h
* rr: no need to search the outbound interface
* rr: do not force send socket on preloaded routes
* do not add Makefile.conf to the tarball
* sipmsgops: fix buffer management issue
* Merge pull request #442 from rgagnon24/redirect_fix
* Do not leak the dialog in case there's an error on creation, after linking
* db_mysql: properly set TCP-related timeouts
* Fixed json lib dependency
* rtpproxy: properly parse rtpproxy timeout notifications
* rtpproxy: store the notification buffer in the main stack frame
* F_MALLOC: suppress warnings for free(NULL)
* Populate the rcode pval in rest get/post methods before returning error
* Fix reading password from prompt for PGSQ
* Fix name of variable in passwd test
* Updated log macro used for reporting event_rabbitmq heartbeat modparam
* rest_client: caseless matching when searching for Content-Type
* Fixed json results for negative integers
* Fix order of rows during query; respect file order
* sipmsgops: fix possible crash with debug=4
* DBG_QM_MALLOC: do not abort() on NULL pointer free/realloc
* async TCP: fix memory leak
* Fix crash on building CANCEL requests.
* Update packaging to 1.11.5
* ChangeLog: update to 1.11.5
* set local variable memory to 0 to prevent core dump
* httpd: Make sure httpd can recognize Content-Type headers with params.
* Make sure httpd can recognize Content-Type headers with params (with improved memory management patch from bogdan-iancu).
* Matching content type parameter value using strcasecmp instead of strncasecmp.
* route params: increment nesting level on no-param routes
* Merge pull request #517 from staskobzar/1.11
* Fix NULL value as route param.
* Fix "dialplan addrule" command.
* Set the upsert flag when incrementing / decrementing counters
* residential cfg: Set db_url for "uri" module when doing auth
* avpops: Fix possible runtime crash
* fix rpm build error on centos
* verify pv_export_t parse_name function is set before calling
* Merge pull request #534 from seanchann/1.11
* event_xmlrpc: only retry send/recv a couple of times if there are errors
* Fix parsing for Diversion header.
* Updated for OSP Toolkit 4.5.0.
* * Check for freeradius libs in Makefile
* Merge pull request #547 from dynamicpacket/1.11
* Fix fixing hdr names shorter than 3 chars.
* Revert "Fix parsing for Diversion header."
* Fix documentation on loose_route().
* RPM spec: m4 dependence
* RPM spec: enabled restart feature (in case of crash) in systemd service
* core: adding unescape_xml() function helper to strcommon.[ch]
* mi_xmlrpc_ng: unescape xml strings
* Fix $ct and $ct.fields variables.
* acc: fix multi_leg_bye info behavior
* Expose unset_dlg_profile() to Request Route.
* More verbous logging.
* db_virtual: Do not crash if no DB URLs are defined
* db_virtual: Do not crash if no DB sets are defined
* Fixed memeory exhausting during concurrent reloads.
* Fix "reload done" marking if reload failed.
* add rest_client specs for debian, fedora and rpms
* fix debian packaging
* Use SIP pinging when NAT traversal is on
* add travis support
* add mi_xmlrpc dependency for travis
* Fix race condition - the log must be under lock
* Proper test on active destinatins for failover.
* Fix use_domain, escaping, cases in remove()
* Free double pointer.
* Do not append colon if uri password is NULL
* Fix reporting if t_request() failed.
* Fix handling of ASYNC MI commands
* Fix handling of ASYNC MI commands
* Fix handling of ASYNC MI commands
* Merge pull request #605 from saghul/makefile-target-master
* Makefile.defs: print target info only if changed
* fix previous commit
* tm: fix bavp leaks in case of error
* Proper handling of 0 ret code from SSL_read
* two bugs fixed in db_text module
* 1. Updated to support reporting media addresses, proxy local addresses
* Fix callid for "ul_add" MI command.
* dialog: return 0 profile size if no value in cache
* cachedb_mongodb: update mongo-c-driver info
* regex: release the memory for unused pattern strings
* xcap: make the 'doc' column a LONGBLOB on MySQL
* dbschema: re-generate SQL scripts
* Fix auth via B2B module.
* Check if at least one DB URL is provided in avpops
* makefile: detect target architecture using the compiler
* build: fix setting HOST_ARCH on Solaris
* build: fix setting LIBDIR correctly
* Updated to support CNAM diversion use case.
* ratelimit: avoid deadlock if counter is not updated
* packaging/debian: change MI_XMLRPC to MI_XMLRPC_NG in packaging
* fix: some sh(busybox) do not support syntax of `$(< file)'
* Revert "packaging/debian: change MI_XMLRPC to MI_XMLRPC_NG in packaging"
* Fixed ACKs CSEQ number when doing in-dialog pinging
* updates Debian packaging files to include mi_xmlrpc_ng module as
* Fix potential memory corruption on TCP write errors
* TCP aliases: Fix more race conditions (issue #589)
* Prevent TCP writers from freeing reader structures
* TCP read errors: Silently discard ECONNRESET
* TCP aliases: Reduce log level of port hijacking alerts
* fix mem leak in permissions
* fix str2int and str2sint input params check
* Merge pull request #682 from telematico/1.11
* RPM spec: remove excess rest client package
* Fix bug in populating the PIDs
* undo last cherry-pick
* Fix proper reporting for the statistics types.
* RPM spec: increase max files limit and add dependencies
* RPM spec: move ulimit to init-script
* properly handle epoll events
* b2b_logic: parameters cannot be lower than 1
* Return <null> value for missing AVPS.
* Merge pull request #681 from shiningstarj/dialoginfo-memory-leak
* fixing coverity found defects - invalid memory access / memory corruptions
* fixing coverity found defects - resource leakage
* fixing coverity found defects - processing initialized variables, control flow, invalid expressions
* fixing coverity found defects - logical fix in ul callback check type, null dereference
* fixing coverity found defects - null dereference, break missing
* fixing coverity found defects - null dereference, invalid e164 number check
* fixing coverity found defects - null dereference in dispatcher
* fixing coverity found defects - copying into fixed size buffer
* fixing coverity found defects - copying into fixed size buffer without check, db_http
* fixing coverity found defects - null dereference
* fixing coverity found defects - null dereference
* fixing coverity found defects - null dereference & broken logic
* fixing coverity found defects - memory corruption, null dereference
* fixing coverity found defects - null dereference
* b2b_logic: set late SDP negociation flag
* Usrloc: modify invalid contacts behaviour
* comparse_uris: unescape all characters in user field
* strip_body(): check if content-type exists
* avpops: start without db_url if no func is using DB
* avpops: remove async undeclared function
* fix validate_dialog cseq checking
* Merge pull request #746 from lemenkov/remove_has_sdp
* cachedb_mongodb: Fix crash when losing DB connection
* Allow retransmissions and wait for reply/timeout on canceled branches.
* [snmpstats]more hints for setting up in the docs
* [sipcapture]mi_cmds were registered twice
* [sipcapture]completely remove mod_init mi_cmds registration
* Fixing non-null terminated string bug, found by @liviuchircu
* Merge branch 'coverity_scan_1_11_merge' of https://github.com/ph4r05/opensips into ph4r05-coverity_scan_1_11_merge
* Coverity PR: minor refactorings
* 1.11.6: update changelog and build version
* [siptrace]fix proto issues
* RPM spec: prepare for new build system
* update ChangeLog with all commits in 1.11.6
* uri: fix e164_check overflow checking
* Fix restoring leg route set.
* Merge pull request #664 from wdoekes/wjd-allow_unset_dlg_in_req_route
* compile: use GNU89 standard for newer compilers
* RPM spec: increase version number and fix for gcc5
* increase version to 1.11.6
* Revert "compile: use GNU89 standard for newer compilers"
* use gnu89 for newer compilers no matter what arch/build system is used
* Fix double free in case of errors when running MI command
* Fix STANDARD and EXTRA list of tables.
* Fix codec handling functions when faulty streams are defined.
* Fixed wrong warning on memory leak.
-- File Changes --
A .travis.yml (6)
M ChangeLog (3739)
M Makefile (22)
M Makefile.conf.template (61)
M Makefile.defs (302)
M Makefile.rules (10)
M action.c (321)
M action.h (11)
M bin_interface.c (6)
M bin_interface.h (2)
M blacklists.c (1)
M cachedb/cachedb.c (2)
M cachedb/cachedb.h (2)
M cachedb/cachedb_id.c (10)
M cfg.lex (6)
M cfg.y (183)
M config.h (8)
M core_stats.c (12)
M daemonize.c (5)
M db/db.c (13)
M db/db_query.c (11)
M db/schema/aliases.xml (27)
M db/schema/cachedb_sql.xml (3)
M db/schema/carrierfailureroute.xml (2)
M db/schema/carrierroute.xml (2)
M db/schema/cc_agents.xml (23)
A db/schema/cc_calls.xml (137)
M db/schema/cc_cdrs.xml (6)
M db/schema/cc_flows.xml (10)
M db/schema/entities.xml (2)
M db/schema/opensips-call_center.xml (1)
M db/schema/pr_pua.xml (29)
M db/schema/pr_xcap.xml (1)
M db/schema/silo.xml (8)
M doc/dbschema/bookinfo.xml (2)
M doc/dbschema/xsl/pi_framework_mod.xsl (15)
M doc/dbschema/xsl/postgres.xsl (28)
M error.h (5)
M etc/opensips.cfg (4)
M etc/tls/README (22)
M etc/tls/rootCA/cacert.pem (40)
M etc/tls/rootCA/certs/01.pem (82)
M etc/tls/rootCA/index.txt (2)
M etc/tls/rootCA/private/cakey.pem (60)
M etc/tls/user/user-calist.pem (40)
M etc/tls/user/user-cert.pem (82)
M etc/tls/user/user-cert_req.pem (14)
M etc/tls/user/user-privkey.pem (19)
M evi/event_interface.c (12)
M flags.c (13)
M flags.h (12)
M globals.h (3)
M io_wait.h (32)
M ip_addr.h (4)
M main.c (29)
R mem/common.h (48)
M mem/f_malloc.c (7)
M mem/hp_malloc.c (1305)
M mem/hp_malloc.h (235)
A mem/hp_malloc_stats.c (228)
A mem/hp_malloc_stats.h (119)
M mem/mem.c (4)
M mem/mem.h (88)
M mem/q_malloc.c (74)
M mem/shm_mem.c (97)
M mem/shm_mem.h (154)
M menuconfig/configs/opensips_loadbalancer.m4 (4)
M menuconfig/configs/opensips_residential.m4 (15)
M menuconfig/configs/opensips_trunking.m4 (4)
M menuconfig/main.h (2)
M mi/mi_core.c (3)
M mi/tree.h (5)
M modules/aaa_radius/README (43)
M modules/aaa_radius/aaa_radius.c (20)
M modules/aaa_radius/doc/aaa_radius_admin.xml (28)
M modules/acc/acc.c (22)
M modules/acc/acc.h (4)
M modules/acc/acc_logic.c (12)
M modules/acc/acc_logic.h (1)
M modules/acc/acc_mod.c (45)
M modules/alias_db/alookup.c (2)
M modules/auth/README (4)
M modules/auth/challenge.c (2)
M modules/auth/doc/auth_admin.xml (4)
M modules/auth_aaa/authaaa_mod.c (2)
M modules/auth_db/README (2)
M modules/auth_db/aaa_avps.h (1)
M modules/auth_db/doc/auth_db_admin.xml (2)
M modules/avpops/avpops.c (62)
M modules/avpops/avpops_db.c (62)
M modules/avpops/avpops_db.h (2)
M modules/avpops/avpops_impl.c (2)
M modules/b2b_entities/b2b_entities.c (46)
M modules/b2b_entities/b2be_db.c (9)
M modules/b2b_entities/client.c (2)
M modules/b2b_entities/dlg.c (181)
M modules/b2b_entities/dlg.h (1)
M modules/b2b_logic/README (3)
M modules/b2b_logic/b2b_load.h (4)
M modules/b2b_logic/b2b_logic.c (40)
M modules/b2b_logic/b2b_logic.h (4)
M modules/b2b_logic/logic.c (12)
M modules/b2b_logic/records.c (6)
M modules/b2b_sca/README (18)
M modules/b2b_sca/b2b_sca.c (11)
M modules/benchmark/benchmark.c (1)
M modules/cachedb_cassandra/Makefile (10)
M modules/cachedb_cassandra/cachedb_cassandra.c (2)
M modules/cachedb_couchbase/cachedb_couchbase_dbase.c (69)
M modules/cachedb_local/cachedb_local.c (8)
M modules/cachedb_memcached/cachedb_memcached.c (52)
M modules/cachedb_mongodb/Makefile (4)
M modules/cachedb_mongodb/README (7)
M modules/cachedb_mongodb/cachedb_mongodb_dbase.c (38)
M modules/cachedb_mongodb/cachedb_mongodb_dbase.h (2)
M modules/cachedb_mongodb/cachedb_mongodb_json.c (26)
M modules/cachedb_mongodb/doc/cachedb_mongodb_admin.xml (13)
M modules/cachedb_redis/cachedb_redis_dbase.c (5)
M modules/cachedb_redis/cachedb_redis_dbase.h (2)
M modules/cachedb_redis/cachedb_redis_utils.c (258)
M modules/cachedb_sql/cachedb_sql.c (34)
M modules/call_center/README (430)
M modules/call_center/call_center.c (57)
M modules/call_center/cc_data.c (10)
M modules/call_center/cc_db.c (53)
M modules/call_center/doc/call_center_admin.xml (567)
M modules/call_control/call_control.c (2)
M modules/carrierroute/Makefile (4)
M modules/carrierroute/README (3)
M modules/carrierroute/load_data.c (2)
M modules/carrierroute/route_fifo.c (1)
M modules/cfgutils/script_locks.c (6)
M modules/cpl-c/README (57)
M modules/cpl-c/cpl.c (24)
M modules/cpl-c/cpl_env.h (2)
M modules/cpl-c/cpl_proxy.h (15)
M modules/cpl-c/doc/cpl-c_admin.xml (25)
M modules/db_berkeley/README (3)
M modules/db_berkeley/bdb_res.c (5)
M modules/db_berkeley/bdb_val.c (2)
M modules/db_berkeley/db_berkeley.c (12)
M modules/db_cachedb/README (2)
M modules/db_cachedb/doc/db_cachedb_admin.xml (2)
M modules/db_http/http_dbase.c (76)
M modules/db_mysql/README (39)
M modules/db_mysql/db_mysql.c (2)
M modules/db_mysql/db_mysql.h (1)
M modules/db_mysql/dbase.c (20)
M modules/db_mysql/doc/db_mysql_admin.xml (20)
M modules/db_mysql/my_con.c (13)
M modules/db_oracle/README (3)
M modules/db_perlvdb/README (17)
M modules/db_postgres/README (3)
M modules/db_postgres/dbase.c (5)
M modules/db_postgres/val.c (1)
M modules/db_text/dbt_file.c (18)
M modules/db_text/dbt_lib.c (4)
M modules/db_text/dbt_res.c (13)
M modules/db_text/dbt_res.h (1)
M modules/db_text/dbt_tb.c (7)
M modules/db_text/dbtext.c (4)
M modules/db_unixodbc/README (32)
M modules/db_unixodbc/db_unixodbc.c (2)
M modules/db_unixodbc/db_unixodbc.h (1)
M modules/db_unixodbc/dbase.c (4)
M modules/db_unixodbc/doc/db_unixodbc_admin.xml (0)
D modules/db_unixodbc/list.c (0)
I modules/db_unixodbc/res.c (0)
I modules/db_unixodbc/row.c (0)
I modules/db_unixodbc/row.h (0)
I modules/db_unixodbc/val.c (0)
I modules/db_unixodbc/val.h (0)
I modules/db_virtual/db_virtual.c (0)
I modules/dialog/README (0)
I modules/dialog/dialog.c (0)
I modules/dialog/dlg_cb.c (0)
I modules/dialog/dlg_cb.h (0)
I modules/dialog/dlg_db_handler.c (0)
I modules/dialog/dlg_db_handler.h (0)
I modules/dialog/dlg_handlers.c (0)
I modules/dialog/dlg_hash.c (0)
I modules/dialog/dlg_hash.h (0)
I modules/dialog/dlg_profile.c (0)
I modules/dialog/dlg_replication.c (0)
I modules/dialog/dlg_timer.c (0)
I modules/dialog/dlg_tophiding.c (0)
I modules/dialog/dlg_vals.c (0)
I modules/dialog/doc/dialog_admin.xml (0)
I modules/dialplan/dialplan.c (0)
I modules/dialplan/dp_db.c (0)
I modules/dispatcher/README (0)
I modules/dispatcher/dispatch.c (0)
I modules/dispatcher/dispatch.h (0)
I modules/dispatcher/dispatcher.c (0)
I modules/dispatcher/doc/dispatcher_admin.xml (0)
I modules/domain/mi.c (0)
I modules/drouting/README (0)
I modules/drouting/doc/drouting_admin.xml (0)
I modules/drouting/dr_load.c (0)
I modules/drouting/drouting.c (0)
I modules/drouting/prefix_tree.h (0)
I modules/drouting/routing.c (0)
I modules/drouting/routing.h (0)
I modules/enum/enum.c (0)
I modules/event_rabbitmq/README (0)
I modules/event_rabbitmq/doc/event_rabbitmq_admin.xml (0)
I modules/event_rabbitmq/event_rabbitmq.c (0)
I modules/event_rabbitmq/event_rabbitmq.h (0)
I modules/event_rabbitmq/rabbitmq_send.c (0)
I modules/event_route/event_route.c (0)
I modules/event_xmlrpc/xmlrpc_send.c (0)
I modules/exec/README (0)
I modules/exec/doc/exec_admin.xml (0)
I modules/exec/exec_hf.c (0)
I modules/exec/exec_hf.h (0)
I modules/httpd/README (0)
I modules/httpd/httpd.c (0)
I modules/httpd/httpd_proc.c (0)
I modules/identity/README (0)
I modules/imc/imc.c (0)
I modules/jabber/README (0)
I modules/json/Makefile (0)
I modules/json/array_del.c (0)
I modules/json/json.c (0)
I modules/ldap/iniparser.c (0)
I modules/load_balancer/README (0)
I modules/load_balancer/doc/load_balancer_admin.xml (0)
I modules/load_balancer/lb_data.c (0)
I modules/load_balancer/lb_db.c (0)
I modules/load_balancer/load_balancer.c (0)
I modules/lua/sipapi.c (0)
I modules/lua/sipluami.c (0)
I modules/maxfwd/maxfwd.c (0)
I modules/mediaproxy/mediaproxy.c (0)
I modules/mi_datagram/datagram_fnc.c (0)
I modules/mi_fifo/fifo_fnc.c (0)
I modules/mi_http/http_fnc.c (0)
I modules/mi_http/http_fnc.h (0)
I modules/mi_http/mi_http.c (0)
I modules/mi_json/README (0)
I modules/mi_json/doc/mi_json_admin.xml (0)
I modules/mi_json/http_fnc.c (0)
I modules/mi_json/http_fnc.h (0)
I modules/mi_json/mi_json.c (0)
I modules/mi_xmlrpc/README (0)
I modules/mi_xmlrpc/xr_parser.c (0)
I modules/mi_xmlrpc/xr_server.c (0)
I modules/mi_xmlrpc/xr_writer.c (0)
I modules/mi_xmlrpc/xr_writer.h (0)
I modules/mi_xmlrpc_ng/README (0)
I modules/mi_xmlrpc_ng/http_fnc.c (0)
I modules/mi_xmlrpc_ng/http_fnc.h (0)
I modules/mi_xmlrpc_ng/mi_xmlrpc_http.c (0)
I modules/mmgeoip/README (0)
I modules/msilo/ms_msg_list.c (0)
I modules/msilo/msilo.c (0)
I modules/nathelper/README (0)
I modules/nathelper/doc/nathelper_admin.xml (0)
I modules/nathelper/nathelper.c (0)
I modules/osp/Makefile (0)
I modules/osp/README (0)
I modules/osp/RELEASE-NOTES.txt (0)
I modules/osp/destination.c (0)
I modules/osp/destination.h (0)
I modules/osp/doc/osp_admin.xml (0)
I modules/osp/etc/sample-osp-opensips.cfg (0)
I modules/osp/globals.c (0)
I modules/osp/orig_transaction.c (0)
I modules/osp/orig_transaction.h (0)
I modules/osp/osp_mod.c (0)
I modules/osp/osp_mod.h (0)
I modules/osp/sipheader.c (0)
I modules/osp/sipheader.h (0)
I modules/osp/term_transaction.c (0)
I modules/osp/usage.c (0)
I modules/osp/usage.h (0)
I modules/pdt/pdt.c (0)
I modules/perl/opensipsxs.xs (0)
I modules/permissions/address.c (0)
I modules/permissions/hash.c (0)
I modules/permissions/mi.c (0)
I modules/permissions/rule.c (0)
I modules/pi_http/README (0)
I modules/pi_http/http_fnc.c (0)
I modules/pike/pike_mi.c (0)
I modules/presence/README (0)
I modules/presence/notify.c (0)
I modules/presence/presence.c (0)
I modules/presence/presentity.c (0)
I modules/presence/utils_func.h (0)
I modules/presence_dialoginfo/README (0)
I modules/presence_dialoginfo/notify_body.c (0)
I modules/presence_mwi/README (0)
I modules/presence_xml/README (0)
I modules/pua/README (0)
I modules/pua/hash.c (0)
I modules/pua/pua.c (0)
I modules/pua/send_publish.c (0)
I modules/pua/send_subscribe.c (0)
I modules/pua_bla/README (0)
I modules/pua_dialoginfo/README (0)
-- Patch Links --
https://github.com/OpenSIPS/opensips/pull/775.patch
https://github.com/OpenSIPS/opensips/pull/775.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/775
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160127/2e13344d/attachment-0001.htm>
More information about the Devel
mailing list