aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-01SIP re-INVITE: log media connectionneels/reinviteNeels Hofmeyr1-3/+9
2021-06-01SIP re-INVITE: fix media connection change detectionNeels Hofmeyr1-1/+1
2021-06-01fix use-after-free in SIP re-INVITENeels Hofmeyr1-1/+1
2021-02-23Bump version: 1.4.1.15-9484-dirty → 1.5.01.5.0Pau Espin Pedrol4-7/+36
2021-02-02mncc: Fix write lenPau Espin Pedrol1-1/+1
2021-02-02.gitignore: Get rid of new autofoo tmp filesPau Espin Pedrol1-0/+1
2021-02-02mncc: Log write error codePau Espin Pedrol1-1/+1
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-14mncc: mncc_create_remote_leg: use mncc_write instead of write direct to the fdAlexander Couzens1-2/+1
2021-01-14mncc: Introduce mncc_rtp_write similiar to mncc_writeAlexander Couzens1-9/+16
2021-01-14mncc: add return code for write/send functionAlexander Couzens1-10/+20
2021-01-14mncc: remove callref argument from mncc_write()Alexander Couzens1-6/+6
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-09-18sdp: Don't select addresses failing to parsePau Espin Pedrol1-6/+7
2020-09-10mncc: Support IPv6 addresses (new version mncc 7)Pau Espin Pedrol5-49/+75
2020-09-05Revert "sip: Specify invite contact tag"Alexander Couzens1-5/+0
2020-08-13sip: Specify invite contact tagMatt Johnson1-0/+5
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-08-13Bump version: 1.4.0.3-e02b → 1.4.11.4.1Harald Welte1-0/+9
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+7
2020-05-19contrib: integrate RPM specOliver Smith3-5/+9
2020-05-14contrib: import RPM specOliver Smith1-0/+78
2020-01-02Bump version: 1.3.1 → 1.4.01.4.0Pau Espin Pedrol1-0/+22
2019-12-17logging from sofia: add missing newlineNeels Hofmeyr1-1/+13
2019-12-11osmoappdesc.py: switch to python 3osmith/fix-python3Oliver Smith1-1/+1
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