log

age author description
Wed, 12 Oct 2022 14:45:31 -0800 Mychaela Falconia sip-out: handle incoming BYE as UAS
Wed, 12 Oct 2022 13:44:16 -0800 Mychaela Falconia sip-out: handle responses to UAC CANCEL
Wed, 12 Oct 2022 13:38:40 -0800 Mychaela Falconia sip-out: handle responses to UAC BYE
Wed, 12 Oct 2022 13:05:26 -0800 Mychaela Falconia mgw/dtmf_defs.h: reduce DTMF_MIN_FRAMES to 5 (100 ms)
Wed, 12 Oct 2022 12:11:06 -0800 Mychaela Falconia mtctest: add time reporting for DTMF events
Wed, 12 Oct 2022 08:45:39 -0800 Mychaela Falconia sip-out: map INVITE errors to GSM cause values
Wed, 12 Oct 2022 07:56:14 -0800 Mychaela Falconia sip-out: handle INVITE errors, except for cause mapping
Wed, 12 Oct 2022 07:13:55 -0800 Mychaela Falconia sip-out: handle all INVITE responses, except errors
Tue, 11 Oct 2022 23:30:00 -0800 Mychaela Falconia sip-out: initial UAC response handling
Tue, 11 Oct 2022 23:04:01 -0800 Mychaela Falconia beginning of themwi-sip-out
Tue, 11 Oct 2022 16:23:44 -0800 Mychaela Falconia sip-in: split mncc_sig_out.c from mncc_handle.c
Tue, 11 Oct 2022 16:11:21 -0800 Mychaela Falconia sip-in hold/retr error handling: simply send BYE
Tue, 11 Oct 2022 15:58:42 -0800 Mychaela Falconia sip-in: split mgw_resp.c from mgw_ops.c
Tue, 11 Oct 2022 14:10:29 -0800 Mychaela Falconia mgw DTMF timing fix in the corner case of no speech
Tue, 11 Oct 2022 13:48:39 -0800 Mychaela Falconia mgw/ctrl_sock.c: #include <sys/stat.h> per chmod(2) man page
Sat, 08 Oct 2022 23:52:08 -0800 Mychaela Falconia sip-manual-out: attempt to play along with re-INVITEs
Sat, 08 Oct 2022 23:01:32 -0800 Mychaela Falconia sip-manual-out code: split bye_in.c from uas.c
Sat, 08 Oct 2022 19:53:23 -0800 Mychaela Falconia sip-in: implement play-along responses to re-INVITEs
Sat, 08 Oct 2022 19:31:05 -0800 Mychaela Falconia sip-in code: split invite.c into 3 separate C modules
Sat, 08 Oct 2022 19:06:24 -0800 Mychaela Falconia sip-in: syslog non-200 responses to BYE
Sat, 08 Oct 2022 19:05:53 -0800 Mychaela Falconia sip-in: bug in last commit
Sat, 08 Oct 2022 13:42:27 -0800 Mychaela Falconia sip-in: syslog SIP message retransmission failures
Sat, 08 Oct 2022 13:28:30 -0800 Mychaela Falconia sip-in: handle call hold and retrieve
Sat, 08 Oct 2022 11:48:26 -0800 Mychaela Falconia sip-in: move MNCC_RTP_CONNECT sending to answer time
Fri, 07 Oct 2022 23:25:38 -0800 Mychaela Falconia mtctest: rework MNCC_RTP_CONNECT sending for hold/retrieve and CW
Fri, 07 Oct 2022 16:00:26 -0800 Mychaela Falconia mtctest: accept call hold and retrieve requests
Thu, 06 Oct 2022 23:59:17 -0800 Mychaela Falconia top Makefile: add liboutrt
Thu, 06 Oct 2022 23:57:38 -0800 Mychaela Falconia liboutrt: implement special number routing
Thu, 06 Oct 2022 23:44:17 -0800 Mychaela Falconia liboutrt: implement E.164 routing
Thu, 06 Oct 2022 23:31:37 -0800 Mychaela Falconia liboutrt: implement refresh
Thu, 06 Oct 2022 23:15:26 -0800 Mychaela Falconia liboutrt started with binary file reading
Thu, 06 Oct 2022 22:49:26 -0800 Mychaela Falconia themwi-update-outrt: catch and reject empty tables
Thu, 06 Oct 2022 21:19:59 -0800 Mychaela Falconia shorten new program name to themwi-update-outrt
Thu, 06 Oct 2022 20:56:14 -0800 Mychaela Falconia themwi-update-out-routes utility written, compiles
Sun, 02 Oct 2022 11:48:12 -0800 Mychaela Falconia README: update for current status
Sat, 01 Oct 2022 23:07:01 -0800 Mychaela Falconia sip-in: pass DTMF start & stop to themwi-mgw
Sat, 01 Oct 2022 20:31:15 -0800 Mychaela Falconia mgw: implement DTMF
Sat, 01 Oct 2022 17:09:51 -0800 Mychaela Falconia mgw DTMF: tone definitions and sample array generation
Sat, 01 Oct 2022 16:07:59 -0800 Mychaela Falconia include/tmgw_ctrl.h: define commands for DTMF start & stop
Sat, 01 Oct 2022 15:54:50 -0800 Mychaela Falconia sip-in: default use-100rel to no
Thu, 29 Sep 2022 17:21:11 -0800 Mychaela Falconia sip-manual-out: implement sending BYE and CANCEL
Thu, 29 Sep 2022 15:03:12 -0800 Mychaela Falconia sip-manual-out: add options to test PCMA codec
Thu, 29 Sep 2022 14:21:10 -0800 Mychaela Falconia sip-manual-out: add -r option for testing 100rel
Thu, 29 Sep 2022 14:13:43 -0800 Mychaela Falconia sip-manual-out: make Max-Forwards configurable
Thu, 29 Sep 2022 14:03:06 -0800 Mychaela Falconia sip-manual-out: convert command line to getopt style
Thu, 29 Sep 2022 13:03:27 -0800 Mychaela Falconia sip-manual-out UAC: use the new CSeq parsing function
Wed, 28 Sep 2022 23:07:46 -0800 Mychaela Falconia sip-in CDR syslog: put a safety limit on string length
Wed, 28 Sep 2022 23:05:38 -0800 Mychaela Falconia sip-in call clearing: time comparison was reversed
Wed, 28 Sep 2022 22:54:57 -0800 Mychaela Falconia sip-in: syslog line mapping in-tag to mtcall socket callref
Wed, 28 Sep 2022 22:41:16 -0800 Mychaela Falconia sip-in: generate CDR syslog entries
Wed, 28 Sep 2022 19:08:13 -0800 Mychaela Falconia sip-in: syslog beginning and clearing of calls
Wed, 28 Sep 2022 18:59:55 -0800 Mychaela Falconia sip-in call clearing: select timeout implemented
Wed, 28 Sep 2022 18:45:16 -0800 Mychaela Falconia sip-in call clearing: unlink and free implemented
Wed, 28 Sep 2022 18:37:19 -0800 Mychaela Falconia sip-in call clearing: DEAD_SIP transition implemented
Wed, 28 Sep 2022 16:32:13 -0800 Mychaela Falconia sip-in: first step toward final call clearing
Wed, 28 Sep 2022 14:29:10 -0800 Mychaela Falconia sip-in: implement 100rel for 180 Ringing response
Tue, 27 Sep 2022 23:45:40 -0800 Mychaela Falconia sip-in: handle themwi-mgw shutdown without terminating
Tue, 27 Sep 2022 23:44:07 -0800 Mychaela Falconia sip-in: fix bugs in last commit
Tue, 27 Sep 2022 23:00:52 -0800 Mychaela Falconia sip-in: handle themwi-mncc shutdown without terminating
Tue, 27 Sep 2022 21:52:07 -0800 Mychaela Falconia sip-in: force-pcma-codec config option to use PCMA when both are offered