Skip to content

Commit

Permalink
pkg: add opensips-xml-module
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzccl committed Jan 17, 2024
1 parent ab2d6f1 commit f9fce07
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,17 @@ Description: PCRE regexp modules for OpenSIPS
expressions using the powerful PCRE library. By default, OpenSIPS support
sed-like regular expressions; PCRE library brings perl-like regular
expressions.

Package: opensips-xml-module
Architecture: any
Multi-Arch: same
Depends: opensips (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Support for XML documents handling in OpenSIPS script
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 introduces a new type of variable that provides both
serialization and de-serialization from a XML document. The script variable
provides ways to access (from script) objects and arrays to add, replace or
delete values from the script.

0 comments on commit f9fce07

Please sign in to comment.