aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-05vty: make 'show calls summary' more userfriendlyosmith/add-show-calls-commandsOliver Smith1-29/+26
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-12Install sample cfg file to /etc/osmocompespin/systemdPau Espin Pedrol5-1/+13
2018-09-10Install systemd services with autotoolsPau Espin Pedrol7-2/+32
2018-09-06debian: Use osmo-sip-connector.service from contribPau Espin Pedrol2-12/+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-03jenkins.sh: Use --enable-werror optionPau Espin Pedrol1-1/+1
2018-09-03configure.ac: Introduce --enable-werror optionPau Espin Pedrol1-0/+23
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-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-4/+0
2018-05-28Add Cause to DISCONNECT and RELEASE RequestsKeith1-7/+12
2018-05-24Logging: Log mncc_names in mncc_data()Keith4-3/+7
2018-05-06Bump version: 1.1.0.11-11a0-dirty → 1.1.11.1.1Pau Espin Pedrol2-2/+23
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-27osmoappdesc: Fix VTY prompt to use OsmoSIPcon, not old OsmoMNCCHarald Welte1-1/+1
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
2018-02-20contrib: jenkins.sh: Disable doxygen in libosmocore buildPau Espin Pedrol1-1/+1
2018-02-16contrib: Add systemd service filePau Espin Pedrol1-0/+12
2018-02-09debian/control: Fix URLs for homepage / gitHarald Welte1-3/+3
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-10-28Tag/Release Version 1.1.01.1.0Harald Welte1-0/+61
2017-10-28configure.ac: Depend on latest upstream libosmo-*Harald Welte1-2/+2
2017-10-28Fix git-version-genHarald Welte1-2/+2
2017-10-27jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
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-09-01Fix build after recent libosmocore updateMax1-1/+1
2017-08-26Use release helper from libosmocoreMax3-0/+9
2017-08-25Add git review configMax1-0/+4
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-23testpbx: Add another number that will just play a ringbackHolger Hans Peter Freyther1-0/+10
2017-03-23sip: Actually honor the remote port of the pbxHolger Hans Peter Freyther1-4/+6
2017-03-23testpbx: Enable GSM and AMR as codecs to actually be relevantHolger Hans Peter Freyther1-2/+2
2017-03-23dtmf: Start handling the DTMF MNCC messages and respondHolger Hans Peter Freyther1-7/+59
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
2017-03-08evpoll: Add workaround for usage of IP_RECVERR in sofia-sipHolger Hans Peter Freyther1-1/+1