Skip to content

Commit

Permalink
packaging: add uuid module
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jun 5, 2019
1 parent 4ae6e46 commit f2588ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.conf.template
Expand Up @@ -59,8 +59,9 @@
#xcap_client= XCAP client for OpenSIPS.It fetches XCAP elements, either documents or part of them, by sending HTTP GET requests | libxml-dev and libcurl-dev
#xml= Introduces a new type of variable that provides both serialization and de-serialization from XML format. | XML library, libxml2-dev
#xmpp= Gateway between OpenSIPS and a jabber server. It enables the exchange of IMs between SIP clients and XMPP(jabber) clients. | parsing/building XML files, typically libexpat1-devel
#uuid= UUID generator | uuid-dev

exclude_modules?= aaa_radius b2b_logic cachedb_cassandra cachedb_couchbase cachedb_memcached cachedb_mongodb cachedb_redis carrierroute cgrates compression cpl_c db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_sqlite db_unixodbc dialplan emergency event_rabbitmq h350 httpd identity jabber json ldap lua mi_xmlrpc_ng mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi presence_xml proto_sctp proto_tls proto_wss pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python regex rabbitmq rabbitmq_consumer rest_client rls siprec sngtc snmpstats tls_mgm xcap xcap_client xml xmpp
exclude_modules?= aaa_radius b2b_logic cachedb_cassandra cachedb_couchbase cachedb_memcached cachedb_mongodb cachedb_redis carrierroute cgrates compression cpl_c db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_sqlite db_unixodbc dialplan emergency event_rabbitmq h350 httpd identity jabber json ldap lua mi_xmlrpc_ng mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi presence_xml proto_sctp proto_tls proto_wss pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python regex rabbitmq rabbitmq_consumer rest_client rls siprec sngtc snmpstats tls_mgm uuid xcap xcap_client xml xmpp

include_modules?=

Expand Down
12 changes: 12 additions & 0 deletions packaging/debian/control
Expand Up @@ -82,6 +82,7 @@ Suggests: opensips-b2bua-module,
opensips-wss-module,
opensips-tlsmgm-module,
opensips-unixodbc-module,
opensips-uuid-module,
opensips-xmlrpc-module,
opensips-xmpp-module
Description: very fast and configurable SIP server
Expand Down Expand Up @@ -211,6 +212,17 @@ Description: SIMPLE presence modules for OpenSIPS
server and presence user agent for RICH presence, registrar-based presence,
external triggered presence and XCAP support.

Package: opensips-uuid-module
Architecture: any
Multi-Arch: same
Depends: opensips (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: UUID (Universally Unique Identifier) generator
OpenSIPS is a very fast and flexible SIP (RFC3261)
server. Written entirely in C, OpenSIPS can handle thousands calls
per second even on low-budget hardware.
.
This package provides the a UUID generated for OpenSIPS script.

Package: opensips-xmlrpc-module
Architecture: any
Depends: opensips (= ${binary:Version}),
Expand Down
4 changes: 4 additions & 0 deletions packaging/debian/copyright
Expand Up @@ -1174,6 +1174,10 @@ Files: modules/usrloc/ureplication.c
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/uuid/uuid.c
Copyright: 2019, OpenSIPS Solutions
License: GPL-2+

Files: modules/xcap/*
Copyright: 2008, 2012, AG Projects
License: GPL-2+
Expand Down

0 comments on commit f2588ca

Please sign in to comment.