log

age author description
2022-09-21 Mychaela Falconia sip-in: generate To tags
2022-09-21 Mychaela Falconia sip-in: validate To header prior to tag addition
2022-09-20 Mychaela Falconia sip-manual-out: swallow any received ACK w/o sending 501 response
2022-09-20 Mychaela Falconia sip-manual-out: generate From tags
2022-09-20 Mychaela Falconia sip-manual-out: handle To tag
2022-09-20 Mychaela Falconia libsip: add extract_to_tag() function
2022-09-20 Mychaela Falconia sip-manual-out: new test program
2022-09-20 Mychaela Falconia sip-in/sip_log.c: extern declaration of global variable
2022-09-19 Mychaela Falconia sip-in: implement SIP ACK handling
2022-09-19 Mychaela Falconia sip-in: implement retransmission of INVITE responses
2022-09-19 Mychaela Falconia sip-in: enable SIP UDP output
2022-09-19 Mychaela Falconia sip-in: got as far as propagating GSM CC CONNECT to INVITE 200
2022-09-18 Mychaela Falconia sip-in: handling of ALERTING state
2022-09-18 Mychaela Falconia sip-in: beginning of disconnect handling
2022-09-18 Mychaela Falconia sip-in: beginning to handle incoming MNCC messages from themwi-mncc
2022-09-18 Mychaela Falconia sip-in: got as far as sending MNCC_SETUP_REQ to themwi-mncc
2022-09-18 Mychaela Falconia sip-in/mgw_ops.c: fix double semicolon
2022-09-11 Mychaela Falconia sip-in INVITE processing: got as far as CRCX completion
2022-09-08 Mychaela Falconia libsip/sdp_parse.c: fix bug
2022-09-08 Mychaela Falconia libsip/grok_from.c: fix bug
2022-09-08 Mychaela Falconia sip-in INVITE processing: return "GSM service is offline" indication
2022-09-08 Mychaela Falconia sip-in: mtcall socket connection implemented
2022-09-08 Mychaela Falconia sip-in INVITE processing: grok SDP
2022-09-08 Mychaela Falconia libsip: SDP generation implemented
2022-09-08 Mychaela Falconia libsip: SDP parsing implemented
2022-09-08 Mychaela Falconia wrote sip-out-test program
2022-09-08 Mychaela Falconia sip-in: parse INVITE From header
2022-09-07 Mychaela Falconia sip-in: check INVITE Content-Type header
2022-09-07 Mychaela Falconia sip-in: check Require and Supported
2022-09-07 Mychaela Falconia sip-in: beginning of INVITE handling
2022-09-07 Mychaela Falconia themwi-sip-in skeleton started
2022-09-07 Mychaela Falconia libsip: beginning to flesh out
2022-09-06 Mychaela Falconia libsip/primary_parse.c: fully trim leading and trailing spaces
2022-09-05 Mychaela Falconia libsip/primary_parse.c: SIP-Version is case-insensitive per RFC 3261
2022-09-05 Mychaela Falconia sip-rx-test, sip-udp-dump: fix bind error handling
2022-09-05 Mychaela Falconia sip-rx-test program written, compiles
2022-09-05 Mychaela Falconia top Makefile: add libsip
2022-09-05 Mychaela Falconia libsip started with primary parsing function
2022-09-03 Mychaela Falconia themwi-test-mtc: handle DTMF from MS
2022-07-10 Mychaela Falconia mgw source: #include <stdlib.h> in files using tmgw_ctrl.h
2022-07-10 Mychaela Falconia themwi-test-mtc: drain stdin when we receive input
2022-07-10 Mychaela Falconia themwi-test-mtc: implement dummy RTP via themwi-mgw
2022-07-10 Mychaela Falconia themwi-{mgw,mncc}: chmod connection-accepting sockets to 775
2022-07-10 Mychaela Falconia themwi-mgw: implement MDCX parameter validation
2022-07-10 Mychaela Falconia top Makefile: add mgw
2022-07-10 Mychaela Falconia beginning of themwi-mgw
2022-07-07 Mychaela Falconia themwi-test-mtc: fix bug in called number parsing
2022-07-07 Mychaela Falconia include: constant and interface headers for themwi-mgw
2022-07-02 Mychaela Falconia add README
2022-06-29 Mychaela Falconia themwi-mncc: fix one bug, add debug syslog output
2022-06-29 Mychaela Falconia themwi-mncc: fix bug in forwarding from call socket to GSM
2022-06-29 Mychaela Falconia themwi-test-mtc: missed newline at the end of error message
2022-06-29 Mychaela Falconia themwi-mncc: need to initialize sa_len before accept call
2022-06-29 Mychaela Falconia themwi-mncc intsw: set cause when rejecting DTMF start
2022-06-29 Mychaela Falconia include/mncc.h: rm duplicate GSM_MAX_* definitions
2022-06-29 Mychaela Falconia top Makefile: add mtctest
2022-06-29 Mychaela Falconia themwi-test-mtc utility written, compiles
2022-06-27 Mychaela Falconia libutil: add is_valid_ext_digit()
2022-06-27 Mychaela Falconia libutil: add grok_imsi_user_arg()
2022-06-27 Mychaela Falconia sip-udp-dump: increase buffer size to 4096 bytes