Commit Graph

24 Commits

Author SHA1 Message Date
Harald Welte dd61292005 add copyright/license statement to all source files 2022-11-07 20:06:18 +01:00
Harald Welte 101dfd24b3 add capability to stream D-channel signalling via GSMTAP 2022-10-17 20:14:22 +02:00
Harald Welte 8b67e4ab47 fix output file name composition
This got broken in commit 1688ffc615
when I introduced including the line name in recording file name.
2022-10-17 19:27:09 +02:00
Harald Welte 1688ffc615 include line name in recording file name 2022-10-16 21:24:40 +02:00
Harald Welte 7ac9a88199 also investigate ALERTING and CONNECT (which could contain channel id) 2022-10-16 21:22:32 +02:00
Harald Welte 482821dd9a remove line from list of lines before free 2022-10-16 21:19:48 +02:00
Harald Welte 0bb7c321de fix timestamp format string for filename creation
%S is what we want, not %s
2022-10-16 21:15:57 +02:00
Harald Welte 32f0531114 use reasonable permission bits when creating files 2022-10-16 21:12:31 +02:00
Harald Welte 49fddd661f add missing write_queue call-back function 2022-10-16 21:00:58 +02:00
Harald Welte c71bd53dd7 fill missing reference to instance from line 2022-10-16 20:01:25 +02:00
Harald Welte 96d74e55c9 mask out flag when comparing callref; print log message if callstate not found 2022-10-16 19:59:28 +02:00
Harald Welte a832379c81 RELEASE: fix event ordering to avoid NULL pointer de-ref 2022-10-16 19:50:50 +02:00
Harald Welte 67b5e26055 called party may also appear in INFORMATION messages 2022-10-16 19:46:09 +02:00
Harald Welte 2a0c0df07c log call state creation/deletion 2022-10-16 19:06:24 +02:00
Harald Welte aaf7c0100f Log received Q.931 message type 2022-10-16 19:02:19 +02:00
Harald Welte 40a0bda396 remove 2-byte FCS before passing message up to Q.921 2022-10-16 18:54:31 +02:00
Harald Welte 86f3a66089 some more log statements 2022-10-16 18:35:42 +02:00
Harald Welte 22b25c3150 proper initialization of line->drvdata.dahdi.spanno 2022-10-16 18:08:25 +02:00
Harald Welte 6d298d67c8 actually use the dahdi driver to open/close D and B channels 2022-10-16 18:05:47 +02:00
Harald Welte 78914bc8a7 rename 'driver' to 'drvdata'
... so we can have a 'driver' member pointing to the actual driver
2022-10-16 17:59:19 +02:00
Harald Welte db63cdd38b actually trigger start + stop of B-channel recordings 2022-10-16 17:31:47 +02:00
Harald Welte b266af19cf isdntap: makr tei as unused for now 2022-10-16 17:09:07 +02:00
Harald Welte adb20c0d23 actually dispatch recveived messages for D and B channel 2022-10-16 17:08:53 +02:00
Harald Welte 311afac0d2 Initial WIP code; doens'tdo anything useful yet 2022-10-15 22:20:03 +02:00