aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-28logging from sofia: add missing newlineneels/logNeels Hofmeyr1-1/+13
2019-11-28MNCC v6: add optional SDP to the socket protocolNeels Hofmeyr2-1/+10
2019-11-28mncc.c: fix gsm_mncc_rtp size checksOliver Smith1-2/+2
2019-11-23exit if the sip agent failed to startAlexander Couzens1-2/+4
2019-09-16.service: require to ran after network-online.targetAlexander Couzens1-0/+2
2019-09-02mncc: check fd before closing a connectionPhilipp Maier1-0/+6
2019-08-09coverity: Address issue found by coverityKeith1-1/+11
2019-08-08Bump version: 1.2.0.25-ff8a → 1.3.01.3.0Pau Espin Pedrol1-0/+41
2019-08-08Require newer libosmocore 1.0.0Pau Espin Pedrol2-4/+4
2019-08-07In hold/retrieve/reinvite, add check that other_leg existsKeith2-0/+31
2019-08-07Logging: Make use of Levels, clarify some messagesKeith2-20/+20
2019-08-07Handle case where SIP side hangsup while MNCC is on holdKeith1-0/+1
2019-08-07Cosmetic: Logging and Comments, spelling and clarity changesKeith5-21/+21
2019-08-06Define hold/retrieve functions for MO callsKeith1-0/+2
2019-08-06Fix bug with MO calls not connecting.Keith1-3/+5
2019-08-06inet_ntoa() is deprecated, use inet_ntop() insteadKeith3-6/+17
2019-08-06Following from previous commit, assume other->ip is network byte orderKeith1-1/+1
2019-08-06IPs stored in the call struct are NETWORK byte orderKeith1-3/+3
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-2/+2
2019-08-05Only send update to MNCC if media info changed.Keith1-2/+2
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-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-05-29debian: create -doc subpackage with pdf manualsOliver Smith4-2/+18
2019-05-22Cosmetic: debian: build-depends in multiple linesOliver Smith1-1/+8
2019-04-29Properly indent config fileDaniel Willmann1-3/+3
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
2019-01-21Bump version: 1.1.0 → 1.2.01.2.0Harald Welte1-0/+57
2018-12-06contrib: fix makedistcheck with disabled systemdOliver Smith1-1/+2
2018-12-05contrib/jenkins.sh: build and publish manualsOliver Smith1-2/+20
2018-12-04Fix DISTCHECK_CONFIGURE_FLAGS overrideOliver Smith1-1/+1
2018-11-27build manuals moved here from osmo-gsm-manuals.gitOliver Smith7-22/+85
2018-11-27Merge history from osmo-gsm-manuals.gitNeels Hofmeyr9-0/+1441
2018-11-27sip-connector: update vty referenceNeels Hofmeyr1-14/+106
2018-11-27running: Add note about DTMF supportPhilipp Maier1-0/+26
2018-11-27osmo-sip-connector: Explicitly note OsmoMSC config with external MNCCDaniel Willmann1-0/+4
2018-11-27OsmoSIPConnector: fix: avoid OsmoMGW/OsmoSIPcon confusionVadim Yanitskiy1-7/+7
2018-11-27Add manual for OsmoSIPConnectorDaniel Willmann6-0/+233
2018-11-27Add VTY reference for osmo-sip-connectorDaniel Willmann4-0/+1086
2018-11-27Importing history from osmo-gsm-manuals.gitNeels Hofmeyr0-0/+0
2018-11-12Allow GSM340_PLAN_UNKNOWN on MNCC originated leg.Keith Whyte1-4/+6
2018-11-05configure.ac: add --enable-sanitizeNeels Hofmeyr1-0/+12
2018-10-16Add --version cmdline optionOliver Smith1-1/+7
2018-10-08vty: make 'show calls summary' more userfriendlyOliver Smith1-29/+26