As the current branch version in trunk is mr26.1.0, update the current
version to stay within this release. Otherwise, the night tests will
continue to fail as the current asterisk version (mr26.2.0) is higher
than the expected version of trunk (mr26.1.0).
```
02:12:58 Expected NGCP version mr26.1.0 (detected from ngcp-ngcp-ce)
02:12:58 ii ngcp-asterisk-voicemail-odbcstorage 22.8.2+0~mr26.2.0.0+0~20260420141757.1452+trixie~1.gbpa5e8d2 amd64 NGCP version ODBC voicemail storage support for the Asterisk PBX
02:12:58 ERROR: 1 package(s) with wrong version, see above!
02:12:58 Build step 'Execute shell' marked build as failure
```
Note: Thanks to @mprokop, some actions on the repository were executed
in order to allow reprepro to do this downgrade. See comments.
Change-Id: Ifdb8777d95c5cb373d2740589e0015b224ea16bd
Without the -f option, sendmail/exim falls back to using $USER@$LOCAL
as envelope "from" address, which may be an issue if a smarthost which
doesn't rewrite the envelope is in use, or no smarthost is in use. Set
the envelope address to the same address as is used for the "From"
header.
Change-Id: Ib7bedd97ecff5445c01c8b7507444425eed2fd4d
- Update copyright years.
- Update Standards-Version to 4.7.2.
- Remove «Rules-Requires-Root: no» field, which is now the default.
- Remove «Priority: optional» field, which is now the default.
- Remove dependencies for essential packages now always satisfied.
- Move dh asterisk sequencer from CLI --with option to Build-Depends.
The quilt sequencer does not have a virtual package.
- Wrap and sort fields.
- Add spaces around operators in make variables.
Change-Id: I4361f766947bd042b07000afc96723d6254a7f08
> apps/app_voicemail.c:8211:26: warning: the comparison will always evaluate as 'false' for the address of 'mailbox' will never be NULL [-Waddress]
> 8211 | if (vmu->mailbox == NULL || ast_strlen_zero(sw_timezone_table))
> | ^~
> apps/app_voicemail.c:767:14: note: 'mailbox' declared here
> 767 | char mailbox[MAX_VM_MBOX_ID_LEN]; /*!< granig: the mailbox uuid */
> | ^~~~~~~
>
Change-Id: I077dd5f834cac9ee2436701a15f51e13783c20e5
This rebases the patch series, reworks them so that fixes for
previous changes get integrated into the initial change, and renames
patches to have uniform names. This should make the patches easier to
understand.
This is just an initial pass, further cleanup might be done in the
future.
The easiest way to see the actual differences in the end result is
to run «gbp pq import» into a branch, before and after this patch
series, and «git diff» both branches.
Change-Id: I5d1cace348f2195a8d8f376c9e7ebb03e3d5eace
After/while listening to a voicemail, pressing the help button (*)
will trigger two different help menus.
Change-Id: Iedc19871a7ef2718da202f955a74feef2935c7c8
* asterisk-modules uses /usr/lib/<triplet>/asterisk
* apps/*.c: from upstream asterisk_20.1.0~dfsg+~cs6.12.40431414-1~bpo12+1
* use dh_asterisk provided by asterisk-dev to
set the proper version asterisk dependency
* refresh patches
* update debian/changelog
Change-Id: Ib8becab169fdf4408b07fce26c814339cd10eb46