aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Add support for MNCC HOLD/RETRIEVEKeith2-7/+55
2019-08-05Prepare to support MO Call HOLDKeith3-0/+55
2019-08-05Handle SIP re-INVITEsKeith5-6/+158
2019-08-01Add media mode parameter to sdp_create_file()Keith3-6/+29
2019-04-21MNCC: Do not continue with B leg if A leg is cancelled.Harald Welte1-2/+13
2019-04-18Added daemonize feature to osmo-sip-connectorrafael2k/daemonizeRafael Diniz1-2/+16
2019-03-19Support Emergency CallingKeith1-5/+19
2019-02-14cosmetic: use OSMO_STRLCPY_ARRAY() instead of osmo_strlcpy()Harald Welte1-1/+1
2019-02-14Support International Caller IDKeith1-2/+8
2018-11-12Allow GSM340_PLAN_UNKNOWN on MNCC originated leg.Keith Whyte1-4/+6
2018-10-16Add --version cmdline optionOliver Smith1-1/+7
2018-10-08vty: make 'show calls summary' more userfriendlyOliver Smith1-29/+26
2018-10-05Fix mncc socket nameDaniel Willmann1-1/+1
2018-10-04cosmetic: call.h: spaces -> tabs for consistencyOliver Smith1-9/+9
2018-10-02Logging: Further use of osmo_mncc_name() in loggingKeith1-4/+6
2018-09-21Fix typo in -h: s/hekp/helpOliver Smith1-1/+1
2018-09-04Log using GSM48 Cause Value stringsKeith2-8/+8
2018-09-04Cosmetic: correct spelling error in loggingKeith1-1/+1
2018-09-04Logging: Add debug logging for status/causesKeith2-3/+9
2018-09-03mncc: Fix missing conditional clausePau Espin Pedrol1-3/+6
2018-08-31Implement Cause MappingKeith3-2/+25
2018-08-31Add SIP <-> MNCC Cause MapKeith1-0/+88
2018-08-28Use htonl, not ntohl before inet_ntoa()Keith Whyte1-1/+1
2018-08-28Logging: Log RTP IP in dotted quad format.Keith Whyte1-2/+3
2018-05-28Add Cause to DISCONNECT and RELEASE RequestsKeith1-7/+12
2018-05-24Logging: Log mncc_names in mncc_data()Keith3-3/+6
2018-04-15use osmo_init_logging2() to avoid allocating from NULL contextHarald Welte1-1/+1
2018-04-15sip: Register log callback function with sofia-sipHarald Welte4-1/+33
2018-03-23Call the program "OsmoSIPcon" (also in vty)Harald Welte2-2/+2
2018-03-19mncc: use 'const' to denote read-only input buffer/messageHarald Welte1-37/+37
2018-03-19commentsHarald Welte1-0/+14
2017-11-07mncc.c: Ensure proper string buffer NUL terminationHarald Welte1-2/+2
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-3/+0
2017-09-19vty: install default commands for SIP,MNCC,APP_NODENeels Hofmeyr1-0/+3
2017-09-03sdp.c Send octet-align in fmtpKeith1-1/+10
2017-03-23mncc/sip: Attempt to parse the media from session in progressHolger Hans Peter Freyther2-4/+17
2017-03-23mncc: Enable in-band signalling for early mediaHolger Hans Peter Freyther1-1/+9
2017-03-23dtmf: Forward DTMF from MNCC to SIPHolger Hans Peter Freyther3-0/+29
2017-03-23sip: Actually honor the remote port of the pbxHolger Hans Peter Freyther1-4/+6
2017-03-23dtmf: Start handling the DTMF MNCC messages and respondHolger Hans Peter Freyther1-7/+59
2017-03-08evpoll: Add workaround for usage of IP_RECVERR in sofia-sipHolger Hans Peter Freyther1-1/+1
2017-03-06mncc: Fix use after free on mncc socket disconnectionHolger Hans Peter Freyther1-5/+12
2017-03-06call: Fix call release handling on mncc connection lossHolger Hans Peter Freyther1-2/+2
2017-02-11evpoll: Don't try to be more smart than g_pollHolger Hans Peter Freyther1-4/+4
2017-02-11evpoll: Always initialize revents for the outputHolger Hans Peter Freyther1-1/+2
2017-02-11evpoll: Use {} in the middle of the if/else if/else blockHolger Hans Peter Freyther1-2/+2
2017-02-11sip: Treat SIP 183 as progress tooHolger Hans Peter Freyther1-1/+1
2016-09-26log VTY telnet bind only onceNeels Hofmeyr1-2/+0
2016-05-07sip: Start the application even if sofia-sip is brokenHolger Hans Peter Freyther1-4/+3
2016-04-24distcheck: Package the logging.h file as wellHolger Hans Peter Freyther1-1/+1