aboutsummaryrefslogtreecommitdiffstats
path: root/src/call.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-28MNCC v6: add optional SDP to the socket protocolNeels Hofmeyr1-0/+5
2019-08-05Prepare to support MO Call HOLDKeith1-0/+13
2019-08-05Handle SIP re-INVITEsKeith1-0/+3
2018-10-04cosmetic: call.h: spaces -> tabs for consistencyOliver Smith1-9/+9
2018-08-31Implement Cause MappingKeith1-0/+4
2017-03-23dtmf: Forward DTMF from MNCC to SIPHolger Hans Peter Freyther1-0/+5
2016-04-04sip/call/mncc: Move source/dest into the call structureHolger Hans Peter Freyther1-0/+3
2016-04-04vty: Add simple VTY output for current callsHolger Hans Peter Freyther1-0/+10
2016-03-31mncc: Introduce direction and start to handle it separetelyHolger Hans Peter Freyther1-0/+7
2016-03-26sip: Continue SIP->MNCC (MO or SIP Originated) implementationHolger Hans Peter Freyther1-0/+5
2016-03-26call: Create a call with a SIP legHolger Hans Peter Freyther1-0/+1
2016-03-26sip: Mark call as MT call in preparation for incoming callsHolger Hans Peter Freyther1-0/+6
2016-03-26call: It is call_create and not sip_createHolger Hans Peter Freyther1-1/+1
2016-03-26sip: Implement MT call out to SIPHolger Hans Peter Freyther1-0/+16
2016-03-26mncc: Prepare alerting and and connecting the callHolger Hans Peter Freyther1-1/+12
2016-03-26mncc: In case of an unexpected REL.IND inform the other leg about itHolger Hans Peter Freyther1-0/+1
2016-03-26call/mncc: Set proceeding and deal with release based on this stateHolger Hans Peter Freyther1-0/+4
2016-03-26mncc: Extract the RTP port information before continuingHolger Hans Peter Freyther1-0/+8
2016-03-26call: Re-order includes from local to osmocom to systemHolger Hans Peter Freyther1-1/+2
2016-03-23mncc: Add a timeout when issuing a MNCC commandHolger Hans Peter Freyther1-0/+4
2016-03-23mncc: Remember the IMSI as wellHolger Hans Peter Freyther1-0/+1
2016-03-22call: Add a backpointer from leg to call and drop the argumentHolger Hans Peter Freyther1-2/+3
2016-03-22mncc: Dispatch setup and issue rtp create in response then continueHolger Hans Peter Freyther1-0/+14
2016-03-22call/app: Hook the MNCC disconnect event in the app and release callsHolger Hans Peter Freyther1-0/+10
2016-03-22call: Introduce a structure for representing a callHolger Hans Peter Freyther1-0/+45