previously we were using the mailbox value but this can be
set to voicemail_echo_number preference so asterisk will
fail to find that alias
Change-Id: Iffa6afcd3c2b2fb74406191ce1c40257d7af92c4
Import upstream patch:
commit d8f4137cb217ea7e74d60f8d2f0cf65dbb367e5c
Author: Juha Heinanen <jh@tutpro.com>
Date: Thu Nov 20 10:10:35 2014 +0200
core: made sems aware of rfc5764 media types UDP/TLS/RTP/SAVP and
UDP/TLS/RTP/SAVPF
Change-Id: Iff848e31458f24811966b6edea7921ffd5b2620c
Import patches from upstream:
* fe53372 - confpin: simple pin conference app (2 days ago) <Stefan Sayer>
* 63d6e04 - dsm:mod_conference: flushMixInList action, loop for mix in list (2 days ago) <Stefan Sayer>
* 666d389 - core:playlist: only notify if event receiver set (2 days ago) <Stefan Sayer>
* a94e856 - dsm:mod_groups: functions to get group participants and size (2 days ago) <Stefan Sayer>
* 7392ee5 - b/f: dsm:mod_groups: really lock the groups list (2 days ago) <Stefan Sayer>
* b1dfeab - dsm: logs(), dgb(), info(), warn(), error() actions for easy logging (2 days ago) <Stefan Sayer>
* f4204a7 - dsm:log event type when processing events (2 days ago) <Stefan Sayer>
* 34b7598 - dsm:syntax - allow @@,## and $$ for @, # and $$ in sets() action (2 days ago) <Stefan Sayer>
* 4ec1e1d - dsm: helper functions / macros for modules: replaceParams/SET_ERROR/CLR_ERROR (2 days ago) <Stefan Sayer>
* 0f3accb - dsm: another way for writing comments: lines starting with # (hash) (2 days ago) <Stefan Sayer>
Fixes:
| dpkg-source -b ngcp-sems-1.6.0~20140516~eaa616
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building ngcp-sems using existing ./ngcp-sems_1.6.0~20140516~eaa616.orig.tar.gz
| dpkg-source: error: cannot represent change to core/compat/getarch: binary file contents changed
| dpkg-source: error: add core/compat/getarch in debian/source/include-binaries if you want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to core/compat/getos: binary file contents changed
| dpkg-source: error: add core/compat/getos in debian/source/include-binaries if you want to store the modified binary in the debian tarball
| dpkg-source: error: unrepresentable changes to source
| dpkg-buildpackage: error: dpkg-source -b ngcp-sems-1.6.0~20140516~eaa616 gave error exit status 2
Addressing:
| E: ngcp-sems-libsems1-dev: unstripped-binary-or-object usr/include/sems/compat/getarch
| E: ngcp-sems-libsems1-dev: unstripped-binary-or-object usr/include/sems/compat/getos
dh_strip doesn't work as reliable as lintian (e.g.
see #35733 and #468333 in Debian's BTS), so instruct
debian/rules to explicitly strip those files.