File asterisk-chan-dongle.changes of Package asterisk-chan-dongle
-------------------------------------------------------------------
Mon Oct 9 12:38:51 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
- Change to /run/lock
-------------------------------------------------------------------
Mon Oct 9 10:53:24 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
- Adopt chan-dongle-fix-locking.diff and reapply..
-------------------------------------------------------------------
Mon Jan 23 22:25:19 UTC 2023 - hpj@urpla.net
- Update to version 20221104T100058.503dba8:
* Revert "Updated interfaces for E171"
* Fix formatting in error.h
* Add PRI_time_t in case we want to printf time_t values
* Add autoheader to ./bootstrap; add HAVE_LIBSQLITE3; error on smsdb init fail
* Remove probably-useless code at voice init failure
* Do not choke on failed AT^CVOICE? or AT+QPCMV? during startup
* Fix GSM7 decoding on big endian targets (#145)
* Remove use_ucs2_encoding (#146)
* Don't do -Werror by default, use ./configure --enable-warnings-as-errors
* Quick fix for mips-openwrt-linux-musl-gcc maybe-uninitialized warning
* Add Quectel support
* Better variable locality in at_enqueue_initialization
* Fix make check compiler warnings and check errors
* Try GitHub Actions instead of "Free Plan Will Always Be Free"-Travis
* Fix compiler warnings; add casts, add const when easy, remove unused
* Abort compilation on warnings
* fix Cannot parse UCS-2 error (#131)
* Added E153Du-1 device id ports
* Updated interfaces for E171
* A better change to the logging
* FreeBSD has slightly another place for lock files
* Suppress errors on initial sms poll
* Better type safe sms inbox
* fix ucs-2 empty sms bug
* Add guard against NULL args.payload
* Use Asterisk function `ast_unescape_c` on SMS text when sending via AMI
* Removed some magic. Sorry, I'm not a wizard
-------------------------------------------------------------------
Mon Jan 23 22:21:20 UTC 2023 - hpj@urpla.net
- Update to version 20200528T215710.328b2b7:
*
-------------------------------------------------------------------
Mon Jun 15 19:02:18 UTC 2020 - hpj@urpla.net
- Update to version 20200528T215710.328b2b7:
* Fix regression issue after PDU parsing was separated.
* Fix integer to pointer conversion.
* Always receive next SMS regardless of error.
* Fix variable type.
* Fix compile warnings.
* Remove unused variables.
* Fix compile warning for clang: Unsequenced modification of i.
* Fix uninitialized use of res variable.
* Fix compile warning. Ensure enum2str() is declared.
* Use incoming_sms_index field as indication of incoming SMS instead of incoming_sms.
* Fixed issue #85
* Seperated PDU parsing (and building) into hex parsing, actual PDU decoding and UCS-2 decoding; Implemented delivery reports; Fixed USSD generating
* Fix bug in SMS parsing logic. Try to use length field at beginning of TP-DA, instead of assuming fixed length.
* Fix for stuck SMS.
* Add configure.ac checks for sqlite3
* E3531 support
* send sms to local and internal network numbers
* Rename enque to enqueue, and remove fishy function pointer casts
* Implemented concatenated SMS support
* Added complete GSM-7 tables; Implemented GSM-7 escape
* Disable travis test with unstable asterisk versions
* travis: Alter asterisk include files remote path
* Better params for the JITTERBUFFER in README
* Add chanvar setting ast_debug to aid in future debugging
* Fix missing trailing LF in README
* Trim trailing garbage from provider name causing ast_json_vpack error
* Add with-iconv
-------------------------------------------------------------------
Mon Dec 3 14:49:32 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
- remove/add asterisk to lock group in un-/install
- remove /etc/asterisk/{dongle.conf,extensions.conf.dongle},
it's provided in /usr/share/doc/packages/asterisk-chan-dongle
- add chan-dongle-fix-locking.diff in an attempt to fix locking
-------------------------------------------------------------------
Thu Nov 22 14:46:24 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
- change build target to 16.0
- add udev rule to adjust permissions
-------------------------------------------------------------------
Sat Nov 10 16:40:55 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
- Update to version 20180619T134334.fd544d6:
* USSD encoding fix for E3531
* travis: Unbreak CI
* pdu/parsing: Allow all values for TP-PID
* pdu/parsing: Fix unsupported DCS value 19
* Hide -Wimplicit-fallthrough= false positives
* Improve asterisk/modules dir autodetection
* Lower default timeout of 2sec to 5sec and 15sec to 40sec
* Revert "fix Sparc loud noise problem #201"
* Add Asterisk 14/15 Travis checks.
* Fix audio endianess problem on big endian systems.
-------------------------------------------------------------------
Sat Nov 10 16:29:57 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
- switch to https://github.com/wdoekes/asterisk-chan-dongle
as being the most advanced chan_dongle implementation right now
- various spec adjustments and clean up
-------------------------------------------------------------------
Wed Feb 11 13:54:25 UTC 2015 - aevseev@gmail.com
- Build from GitHub repository of FiW
+ Add patch to support for send SMS to short (non-free?) numbers
+ Add patch with DongleSendUSSD application