Skip to content

Commit a6a2cd1

Browse files
committed
Fix for removing pending reg contacts in IMS
1 parent 8b2f5c9 commit a6a2cd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ims_base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN apt-get update && \
3838

3939
# Fetch Kamailio code
4040
RUN mkdir -p /usr/local/src/ && cd /usr/local/src/ && \
41-
git clone https://github.com/kamailio/kamailio && \
42-
cd kamailio && git checkout 4fb8accc6747ad56fec3dc84d70cb2b8bbd7316e
41+
git clone https://github.com/herlesupreeth/kamailio && \
42+
cd kamailio && git checkout fix_contact_update
4343

4444
# Build and Install Kamailio
4545
RUN cd /usr/local/src/kamailio && make cfg

ims_base/modules.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static_modules=
1616
skip_modules=
1717

1818
# the list of modules to exclude from compile list
19-
exclude_modules= malloc_test app_sqlang acc_json acc_radius app_java app_lua app_lua_sr app_mono app_perl app_python app_python3 app_python3s app_ruby app_ruby_proc auth_ephemeral auth_identity auth_radius cnxcc cplc crypto db2_ldap db_berkeley db_cassandra db_mongodb db_oracle db_perlvdb db_postgres db_redis db_sqlite db_unixodbc dnssec erlang evapi geoip geoip2 gzcompress h350 http_async_client http_client jansson janssonrpcc json jsonrpcc jwt kafka kazoo lcr ldap log_systemd lost lwsc memcached microhttpd misc_radius mqtt nats ndb_cassandra ndb_mongodb ndb_redis nsq osp peering phonenum rabbitmq regex rls rtp_media_server ruxc secsipid secsipid_proc slack snmpstats stirshaken systemdops tls_wolfssl tlsa topos_redis uuid websocket xhttp_pi xmpp $(skip_modules)
19+
exclude_modules= malloc_test app_sqlang acc_json acc_radius app_java app_lua app_lua_sr app_mono app_perl app_python app_python3 app_python3s app_ruby app_ruby_proc auth_ephemeral auth_identity auth_radius cnxcc cplc crypto db2_ldap db_berkeley db_cassandra db_mongodb db_oracle db_perlvdb db_postgres db_redis db_sqlite db_unixodbc dnssec erlang evapi geoip geoip2 gzcompress h350 http_async_client http_client jansson janssonrpcc json jsonrpcc jwt kafka kazoo lcr ldap log_systemd lost lwsc memcached microhttpd misc_radius mqtt nats ndb_cassandra ndb_mongodb ndb_redis nghttp2 nsq osp peering phonenum rabbitmq regex rls rtp_media_server ruxc secsipid secsipid_proc slack snmpstats stirshaken systemdops tls_wolfssl tlsa topos_redis uuid websocket xhttp_pi xmpp $(skip_modules)
2020

2121
modules_all= $(filter-out modules/CVS,$(wildcard modules/*))
2222
modules_noinc= $(filter-out $(addprefix modules/, $(exclude_modules) $(static_modules)), $(modules_all))

0 commit comments

Comments
 (0)