osmo-sip-connector/src
Holger Hans Peter Freyther 211ad859de sip/call/mncc: Move source/dest into the call structure
In preparation of a better show calls VTY command it is of interest
to know which number has been dialed by whom. For that store the
source/dest in there.

MNCC: Change the talloc root context to the call and don't try to
free the strings after calling the routing code

SIP: Use talloc_strdup to duplicate them.

Call: Add null check because the talloc_strdup of the SIP layer
could have failed.
2016-04-04 19:52:41 +02:00
..
Makefile.am sdp: Extract SDP traversing into a separate module 2016-03-26 20:02:06 +01:00
app.c sip/call/mncc: Move source/dest into the call structure 2016-04-04 19:52:41 +02:00
app.h app/mncc: Add "use-imsi" to allow calling by IMSI 2016-04-01 15:35:29 +02:00
call.c vty: Add simple VTY output for current calls 2016-04-04 17:09:30 +02:00
call.h sip/call/mncc: Move source/dest into the call structure 2016-04-04 19:52:41 +02:00
evpoll.c Initial commit for a MNCC to SIP gateway (and maybe auth GW too) 2016-03-21 09:54:37 +01:00
evpoll.h Initial commit for a MNCC to SIP gateway (and maybe auth GW too) 2016-03-21 09:54:37 +01:00
logging.h call/app: Hook the MNCC disconnect event in the app and release calls 2016-03-22 16:32:48 +01:00
main.c call/app: Hook the MNCC disconnect event in the app and release calls 2016-03-22 16:32:48 +01:00
mncc.c sip/call/mncc: Move source/dest into the call structure 2016-04-04 19:52:41 +02:00
mncc.h sip/call/mncc: Move source/dest into the call structure 2016-04-04 19:52:41 +02:00
mncc_protocol.h mncc: Add the protocol description from OpenBSC 2016-03-21 15:46:53 +01:00
sdp.c sip/sdp: Hack to get a GSM codec call connected 2016-03-31 16:28:21 +02:00
sdp.h sip/sdp: Hack to get a GSM codec call connected 2016-03-31 16:28:21 +02:00
sip.c sip/call/mncc: Move source/dest into the call structure 2016-04-04 19:52:41 +02:00
sip.h sip/call/mncc: Move source/dest into the call structure 2016-04-04 19:52:41 +02:00
vty.c vty: Fix the number of documented arguments 2016-04-04 18:31:34 +02:00
vty.h mncc: Add code to manage the mncc connection for CC 2016-03-21 17:00:02 +01:00