aboutsummaryrefslogtreecommitdiffstats
path: root/src/sip.c
AgeCommit message (Expand)AuthorFilesLines
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