according to RFC 3261 the sip uri format is:
sip:user:password@host:port;uri-parameters?headers
we do now allow all elements in SIP URIs for permanent contacts
TODO for trunk implementation:
* the check should use Sipwise::Provisioning::check_sip_uri()
* also fix check_sip_uri to support password, uri-parameters and headers
* syntax check on contact param. of create_subscriber_registered_device
Add asterisk to call graphs.
don't treat peering rule updates as duplicates
also check callee pattern to detect duplicates
fix layout for peering servers and rules
fix layout for rewrite rules and optimize space usage
replace hardcoded Euro currency with account.currency
bump debian package version
truncate long patterns and suffix with "..." (mantis:1853)
access the actual ip with the correct key (mantis:2115)
fix changelog for 3.4.4
* make $admin::VERSION UNIVERSAL-compatible
* fix precedence hickup (perls "or" has actually the lowest and not the same as "||")
* Update debian packaging regarding VERSION/BUILD_VERSION
* Release new version 3.4.3
Make sure we can merge 3.4.3 to 3.4 maintenance branch but avoid
changes to trunk between 3.4.2 and 3.4.3 that aren't released in
3.4 maintenance branch are getting lost.
From: Michael Prokop <mprokop@sipwise.com>
a packages VERSION variable is subject to a quite strict syntax wich
does not really allow to pack SVN revisions and build-numbers in it.
add $admin::BUILD_VERSION to enable a more build-oriented
version-number/build-identifier that will also be shown in the
footer of pages.
Adjusting version strings manually is known to be error prone and
annoying, so lets set the version string during package builds
so the version matches exactly the Debian package version.
Acked-by: Daniel Tiefnig <dtiefnig@sipwise.com>
From: Michael Prokop <mprokop@sipwise.com>
Remove audiofile_feature config option.
Fix IP ban handling and add delete function.
Fix syntax error.
Cosmetical fixes.
use same locklevel texts as for subscriber lock
hide active lock level in subscriber lock drop-down
add some space between top buttons and notifications
revert r10446, modify existing CSS styles instead
use <li> instead of <div> for errors in lists
add changelog for 3.4.1