You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile.conf.template
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@
19
19
#db_postgres= Provides Postgres connectivity for OpenSIPS | PostgreSQL library and development library - typically libpq5 and libpq-dev
20
20
#db_sqlite= Provides SQLite connectivity for OpenSIPS | SQLite library and development library - typically libsqlite3 and libsqlite3-dev
21
21
#db_unixodbc= Allows to use the unixodbc package with OpenSIPS | ODBC library and ODBC development library
22
-
#dialplan= Implements generic string translations based on matching and replacement rules | PCRE development library, typically libpcre-dev
22
+
#dialplan= Implements generic string translations based on matching and replacement rules | PCRE development library, typically libpcre2-dev
23
23
#emergency= Provides emergency call treatment for OpenSIPS | CURL dev library - typically libcurl4-openssl-dev
24
24
#event_rabbitmq= Provides the implementation of a RabbitMQ client for the Event Interface | RabbitMQ development library, librabbitmq-dev
25
25
#event_sqs= Provides the implementation of a Amazon SQS client for the Event Interface | AWS SDK C++, aws-sdk-cpp
26
26
#event_kafka= Provides the implementation of an Apache Kafka producer for the Event Interface | Kafka development library, librdkafka-dev
27
27
#h350= Enables access to SIP account data stored in an LDAP [RFC4510] directory containing H.350 commObjects | OpenLDAP library & development files, typically libldap and libldap-dev
28
-
#regex= Offers matching operations against regular expressions using the powerful PCRE library. | Development library for PCRE, typically libpcre-dev
28
+
#regex= Offers matching operations against regular expressions using the powerful PCRE library. | Development library for PCRE, typically libpcre2-dev
29
29
#identity= Adds support for SIP Identity (see RFC 4474). | SSL library, typically libssl
30
30
#jabber= Integrates XODE XML parser for parsing Jabber messages | Expat library.
31
31
#json= Introduces a new type of variable that provides both serialization and de-serialization from JSON format. | JSON library, libjson
Copy file name to clipboardExpand all lines: packaging/arch/Makefile.conf.template
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@
17
17
#db_postgres= Provides Postgres connectivity for OpenSIPS | PostgreSQL library and development library - tipically libpq5 and libpq-dev
18
18
#db_sqlite= Provides SQLite connectivity for OpenSIPS | SQLite library and development library - tipically libsqlite3 and libsqlite3-dev
19
19
#db_unixodbc= Allows to use the unixodbc package with OpenSIPS | ODBC library and ODBC development library
20
-
#dialplan= Implements generic string translations based on matching and replacement rules | PCRE development library, tipically libpcre-dev
20
+
#dialplan= Implements generic string translations based on matching and replacement rules | PCRE development library, tipically libpcre2-dev
21
21
#emergency= Provides emergency call treatment for OpenSIPS | CURL dev library - tipically libcurl4-openssl-dev
22
22
#event_rabbitmq= Provides the implementation of a RabbitMQ client for the Event Interface | RabbitMQ development library, librabbitmq-dev
23
23
#h350= Enables access to SIP account data stored in an LDAP [RFC4510] directory containing H.350 commObjects | OpenLDAP library & development files, tipically libldap and libldap-dev
24
-
#regex= Offers matching operations against regular expressions using the powerful PCRE library. | Development library for PCRE, tipically libpcre-dev
24
+
#regex= Offers matching operations against regular expressions using the powerful PCRE library. | Development library for PCRE, tipically libpcre2-dev
25
25
#identity= Adds support for SIP Identity (see RFC 4474). | SSL library, tipically libssl
26
26
#jabber= Integrates XODE XML parser for parsing Jabber messages | Expat library.
27
27
#json= Introduces a new type of variable that provides both serialization and de-serialization from JSON format. | JSON library, libjson
0 commit comments