aboutsummaryrefslogtreecommitdiffstats
path: root/src/sip.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25verbosely log MNCC and SDPneels/codecs2Neels Hofmeyr1-2/+2
2023-09-15forward SDP between SIP and MNCCNeels Hofmeyr1-3/+20
2023-09-13drop misleading error messageNeels Hofmeyr1-6/+1
2023-03-23sip: tweak log for release caused by status >= 300Oliver Smith1-1/+6
2021-10-27sip: use osmo_{enc,dec}_gcr() from libosmocoreVadim Yanitskiy1-62/+27
2021-10-27sip: fix memory leak (x_gcr) in send_invite()Vadim Yanitskiy1-0/+1
2021-10-05MNCC v8: Implement Basic Support for Global Call Reference.Keith1-0/+73
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
2020-09-10mncc: Support IPv6 addresses (new version mncc 7)Pau Espin Pedrol1-15/+15
2020-09-05Revert "sip: Specify invite contact tag"Alexander Couzens1-5/+0
2020-08-13sip: Specify invite contact tagMatt Johnson1-0/+5
2019-12-17logging from sofia: add missing newlineNeels Hofmeyr1-1/+13
2019-08-07In hold/retrieve/reinvite, add check that other_leg existsKeith1-0/+17
2019-08-07Logging: Make use of Levels, clarify some messagesKeith1-17/+17
2019-08-07Cosmetic: Logging and Comments, spelling and clarity changesKeith1-5/+5
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() insteadKeith1-3/+8
2019-08-05Only send update to MNCC if media info changed.Keith1-2/+2
2019-08-05Add support for MNCC HOLD/RETRIEVEKeith1-5/+22
2019-08-05Prepare to support MO Call HOLDKeith1-0/+40
2019-08-05Handle SIP re-INVITEsKeith1-6/+96
2019-08-01Add media mode parameter to sdp_create_file()Keith1-2/+3
2018-09-04Log using GSM48 Cause Value stringsKeith1-4/+4
2018-09-04Cosmetic: correct spelling error in loggingKeith1-1/+1
2018-09-04Logging: Add debug logging for status/causesKeith1-1/+3
2018-08-31Implement Cause MappingKeith1-2/+13
2018-08-31Add SIP <-> MNCC Cause MapKeith1-0/+88
2018-04-15sip: Register log callback function with sofia-sipHarald Welte1-0/+13
2017-03-23mncc/sip: Attempt to parse the media from session in progressHolger Hans Peter Freyther1-3/+7
2017-03-23dtmf: Forward DTMF from MNCC to SIPHolger Hans Peter Freyther1-0/+19
2017-03-23sip: Actually honor the remote port of the pbxHolger Hans Peter Freyther1-4/+6
2017-02-11sip: Treat SIP 183 as progress tooHolger Hans Peter Freyther1-1/+1
2016-04-04sip/call/mncc: Move source/dest into the call structureHolger Hans Peter Freyther1-4/+5
2016-03-31sip/sdp: Hack to get a GSM codec call connectedHolger Hans Peter Freyther1-1/+16
2016-03-31sip: Pass to not enable media on our 200 responseHolger Hans Peter Freyther1-0/+1
2016-03-26sip: Refactor sdp file creation and implement alert+connectHolger Hans Peter Freyther1-15/+44
2016-03-26sip/app: Route call from SIP to MNCC and deal with the releaseHolger Hans Peter Freyther1-1/+10
2016-03-26sip: Continue SIP->MNCC (MO or SIP Originated) implementationHolger Hans Peter Freyther1-4/+47
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 Freyther1-134/+3
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 Freyther1-0/+1
2016-03-26app: Translate payload name to IETF codec nameHolger Hans Peter Freyther1-6/+1
2016-03-26sip: Implement MT call out to SIPHolger Hans Peter Freyther1-0/+268
2016-03-26sip: Tell sofia-sip that we will ack certain things ourselvesHolger Hans Peter Freyther1-0/+3
2016-03-22sip: Introduce source file to setup sofia sipHolger Hans Peter Freyther1-0/+67