Changelog for
osmo-isdntap-0~git20230609-296.1.x86_64.rpm :
* Sat Sep 16 2023 mardnhAATTgmx.de- Update to version 0~git20230609:
* check for DAHDI_RXMIRROR during configure stage
* Tue Nov 08 2022 mardnhAATTgmx.de- Update to version 0~git20221108:
* README.md add link to homepage
* don\'t accept any arbitrary string as \'name\' as we use it in a path
* Mon Nov 07 2022 mardnhAATTgmx.de- Update to version 0~git20221107:
* Add actual GPLv2 license text
* add copyright/license statement to all source files
* fill example config file with some actual config
* Mon Oct 17 2022 mardnhAATTgmx.de- Update to version 0~git20221017:
* fix config save indent levels
* add capability to stream D-channel signalling via GSMTAP
* Mon Oct 17 2022 mardnhAATTgmx.de- Update to version 0~git20221017:
* don\'t segfault if same line name is specified multiple times in vty
* vty: Fix saving the config file (missing DAHDI span name)
* fix output file name composition
* Sun Oct 16 2022 mardnhAATTgmx.de- Update to version 0~git20221016:
* add README.md
* include line name in recording file name
* also investigate ALERTING and CONNECT (which could contain channel id)
* remove line from list of lines before free
* don\'t add line twice to global list of lines
* fix timestamp format string for filename creation
* use reasonable permission bits when creating files
* vty: move output-path command below isdntap node where it belongs
* add missing write_queue call-back function
* dahdi: don\'t open same timeslot a second time
* fill missing reference to instance from line
* mask out flag when comparing callref; print log message if callstate not found
* RELEASE: fix event ordering to avoid NULL pointer de-ref
* called party may also appear in INFORMATION messages
* add q931 decoder unit tests
* q931: fix IEI of calling party
* q931: fix decoding of call reference
* log call state creation/deletion
* Log received Q.931 message type
* remove 2-byte FCS before passing message up to Q.921
* dahdi: lots more logging
* add line to global list of lines
* some more log statements
* add lots of Q.931 decoder error logging
* fix broken go_parent_cb
* allow specification of dahdi span name != line name
* copy line->name to line->drvdata.dahdi.name
* proper initialization of line->drvdata.dahdi.spanno
* actually use the dahdi driver to open/close D and B channels
* vty: fix de-reference of line from vty
* rename \'driver\' to \'drvdata\'
* make output path vty-configurable
* actually trigger start + stop of B-channel recordings
* VTY port is 4270, as allocated in libosmocore meanwhile
* isdntap: makr tei as unused for now
* actually dispatch recveived messages for D and B channel
* dahdi.c: use #define for path name of sysfs attribute
* q931_decode: operator precedence
* q931_decode: use == (compare) not = (assign) operator in if statement
* q931_decode: ensure compare operations are entirely unsigned
* q931_decode: remove unused variable
* configure.ac: Check for dadhi header file presence
* Sat Oct 15 2022 Martin Hauke
- Initial package, version 0~git20221015