aboutsummaryrefslogtreecommitdiffstats
path: root/gsm_call_fsm.py
AgeCommit message (Expand)AuthorFilesLines
2018-09-29*.py: use proper '#!/usr/bin/env' shebangVadim Yanitskiy1-1/+1
2017-06-04Bearer capability not provided during MO call using mncc-python, which result...Gerard Pinto1-3/+4
2015-12-05gsm_call_fsm: Less debug printf'sHarald Welte1-7/+0
2015-12-05Terminate CallConnector when both GsmCallFsm enter NULL state againHarald Welte1-0/+3
2015-12-05GsmCallFsm: Print current state in __str__Harald Welte1-1/+1
2015-12-05GsmCallFsm: Initialize calling/called during constructorHarald Welte1-0/+1
2015-12-05GsmCallFsm: Handle DTMF and HOLD requests from phonesHarald Welte1-0/+22
2015-12-05GsmCallFsm: Implement __str__() and use itHarald Welte1-5/+8
2015-12-05gcm_call_fsm: Allow user to specify which codec(s) are to be usedHarald Welte1-7/+65
2015-12-05gsm_call_fsm: Implement classic MNCC_BRIDGE modeHarald Welte1-3/+20
2015-12-03gsm_call_fsm: Add get_callref method to GsmCallFsmHarald Welte1-0/+4
2015-12-02add license headersHarald Welte1-4/+9
2015-12-01gsm_call_fsm: Connect the RTP streams of the two call legsHarald Welte1-12/+76
2015-12-01add mncc_rtp_msg() class for RTP messages on MNCC interfaceHarald Welte1-1/+1
2015-12-01gsm_call_fsm: transition from CONNECT_REQUEST state into ACTIVEHarald Welte1-0/+1
2015-12-01gsm_call_fsm: Gracefully handle MNCC_DISC_IND and send MNCC_REL_REQHarald Welte1-0/+6
2015-12-01gsm_call_fsm: print string representation of mncc_msgHarald Welte1-1/+1
2015-12-01gsm_call_fsm: Fix typo in handling of MNCC_ALERT_INDHarald Welte1-1/+1
2015-12-01gsm_call_fsm: accept MNCC_REL_IND in every state, contrary to specHarald Welte1-1/+1
2015-12-01gsm_call_fsm: fix transmission of MNCC_SETUP_COMPL_REQHarald Welte1-2/+2
2015-12-01Introduce GsmCallConnector() to connect two call legsHarald Welte1-3/+38
2015-12-01logging cleanupHarald Welte1-2/+1
2015-12-01gsm_call_fsm: stop() the actor when re-entering NULL stateHarald Welte1-0/+5
2015-12-01port mncc_test2 and gsm_call_fsm to pykka Actor frameworkHarald Welte1-36/+46
2015-12-01initial checkin of experiments with python and the MNCC interfaceHarald Welte1-0/+138