aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-03-05contrib: Add Dockerfile to build and configure a FreeSWITCHHolger Hans Peter Freyther9-0/+2053
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-10-07jenkins.sh: use osmo-build-dep.sh, log test failuresNeels Hofmeyr1-14/+25
2016-10-01configure: check for pkg-config presenceNeels Hofmeyr1-0/+7
2016-10-01build: be robust against install-sh files above the root dirNeels Hofmeyr1-0/+4
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-25jenkins: Make it find the libosmocore library as wellHolger Hans Peter Freyther1-1/+1
2016-04-24jenkins: Use separate check invocation tor un the testsHolger Hans Peter Freyther1-0/+1
2016-04-24jenkins: Try to enable the vty tests as wellHolger Hans Peter Freyther1-1/+1
2016-04-24distcheck: Package the logging.h file as wellHolger Hans Peter Freyther1-1/+1
2016-04-24distcheck/tests: Add the referenced osmoappdesc.py for testingHolger Hans Peter Freyther4-1/+61
2016-04-24jenkins: Add first CI script for the SIP connectorHolger Hans Peter Freyther1-0/+20
2016-04-04vty: Add VTY command about the state of the mncc connectionHolger Hans Peter Freyther3-0/+23
2016-04-04mncc: Use strcpy for these routines and not memcpyHolger Hans Peter Freyther1-2/+2
2016-04-04vty: Add extended show calls command with all informationHolger Hans Peter Freyther1-0/+63
2016-04-04sip/call/mncc: Move source/dest into the call structureHolger Hans Peter Freyther6-25/+35
2016-04-04vty: Fix the number of documented argumentsHolger Hans Peter Freyther1-1/+1
2016-04-04vty: Add simple VTY output for current callsHolger Hans Peter Freyther3-0/+109
2016-04-04mncc: Use snprintf correctly create format specifierHolger Hans Peter Freyther1-1/+1
2016-04-04mncc: Reject hold requests for nowHolger Hans Peter Freyther1-0/+17
2016-04-04mncc: Have all release go through a local methodHolger Hans Peter Freyther1-6/+12
2016-04-01mncc: Only copy 15 chars to leave the last one as NULLHolger Hans Peter Freyther1-1/+1
2016-04-01app/mncc: Add "use-imsi" to allow calling by IMSIHolger Hans Peter Freyther3-6/+34
2016-03-31debian: Add dh-autoreconf required by the debian packagingHolger Hans Peter Freyther1-1/+1
2016-03-31coverity: Address two issues found by coverityHolger Hans Peter Freyther2-2/+5
2016-03-31debian: Initial packaging of the osmo-sip-connectorHolger Hans Peter Freyther7-0/+61
2016-03-31sip/sdp: Hack to get a GSM codec call connectedHolger Hans Peter Freyther3-4/+19
2016-03-31mncc: Add handling to connect a MNCC MT callHolger Hans Peter Freyther1-10/+116
2016-03-31sip: Pass to not enable media on our 200 responseHolger Hans Peter Freyther1-0/+1
2016-03-31mncc: Introduce direction and start to handle it separetelyHolger Hans Peter Freyther2-3/+18
2016-03-31mncc: Convert ip address so BTS sends it to the right placeHolger Hans Peter Freyther1-1/+1
2016-03-27mncc: Handle REJ_IND from the NITBzecke/mt-mncc-callHolger Hans Peter Freyther1-0/+20
2016-03-27mncc: Stop timer when starting the release processHolger Hans Peter Freyther1-0/+1
2016-03-27mncc: On timeout release the other leg as wellHolger Hans Peter Freyther1-0/+5
2016-03-27mncc: Begin to implement MT call handling for SIP->MNCCHolger Hans Peter Freyther3-5/+70
2016-03-26sip: Refactor sdp file creation and implement alert+connectHolger Hans Peter Freyther3-15/+69
2016-03-26sip/app: Route call from SIP to MNCC and deal with the releaseHolger Hans Peter Freyther2-2/+11
2016-03-26sip: Continue SIP->MNCC (MO or SIP Originated) implementationHolger Hans Peter Freyther2-4/+52
2016-03-26sip: Actually return after having rejected the new callHolger Hans Peter Freyther1-0/+1
2016-03-26sdp: Extract SDP traversing into a separate moduleHolger Hans Peter Freyther4-135/+176
2016-03-26call: Create a call with a SIP legHolger Hans Peter Freyther2-0/+25
2016-03-26sip: Handle incoming message and screen the SDP fileHolger Hans Peter Freyther1-0/+82
2016-03-26sip: Mark call as MT call in preparation for incoming callsHolger Hans Peter Freyther2-0/+7
2016-03-26call: It is call_create and not sip_createHolger Hans Peter Freyther3-3/+3