aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.c
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
2016-04-04sip/call/mncc: Move source/dest into the call structureHolger Hans Peter Freyther1-7/+17
2016-03-31coverity: Address two issues found by coverityHolger Hans Peter Freyther1-2/+4
2016-03-27mncc: Begin to implement MT call handling for SIP->MNCCHolger Hans Peter Freyther1-5/+9
2016-03-26sip/app: Route call from SIP to MNCC and deal with the releaseHolger Hans Peter Freyther1-1/+1
2016-03-26app: Translate payload name to IETF codec nameHolger Hans Peter Freyther1-0/+16
2016-03-26app: Ask the sip side to create a legHolger Hans Peter Freyther1-2/+2
2016-03-26app: Release the call by releasing the initial requestHolger Hans Peter Freyther1-1/+1
2016-03-23call: Continue up to the point of call routingHolger Hans Peter Freyther1-0/+17
2016-03-22call: Add a backpointer from leg to call and drop the argumentHolger Hans Peter Freyther1-2/+2
2016-03-22call/app: Hook the MNCC disconnect event in the app and release callsHolger Hans Peter Freyther1-0/+57