- 30 5月, 2012 1 次提交
-
-
由 kapil 提交于
-
- 18 5月, 2012 3 次提交
- 17 5月, 2012 1 次提交
-
-
由 kapil 提交于
-
- 16 5月, 2012 1 次提交
-
-
由 kapil 提交于
-
- 15 5月, 2012 4 次提交
-
-
由 Mathieu Rene 提交于
-
由 Mathieu Rene 提交于
-
由 Mathieu Rene 提交于
-
由 Mathieu Rene 提交于
-
- 04 5月, 2012 1 次提交
-
-
由 David Yat Sin 提交于
-
- 30 4月, 2012 1 次提交
-
-
由 David Yat Sin 提交于
-
- 26 4月, 2012 1 次提交
-
-
由 David Yat Sin 提交于
Conflicts: libs/freetdm/mod_freetdm/mod_freetdm.c libs/freetdm/src/ftdm_state.c libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_out.c libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c
-
- 18 4月, 2012 1 次提交
-
-
由 James Zhang 提交于
- restore flushing queue when channel state goes to down
-
- 16 4月, 2012 1 次提交
-
-
由 James Zhang 提交于
native bridge mode - This is supposed to be included in commit of b324f867. Somehow it's not included in that commit. Without this change, the REL receiving leg always stay in TERMINATING state when received an incoming REL message.
-
- 13 4月, 2012 2 次提交
-
-
由 James 提交于
is down and recovered later To re-produce this bug: 1. do CGB on one side 2. unplug signaling link cable 3. plug signaling link cable back 4. do CGU on the blocking side 5. cic state stay in RESTART for ever Fix this problem by sending cic to SUSPENDED state after receiving/sending CGU message
-
由 James Zhang 提交于
- clear up ACM_SENT & CPG_SENT flag in DOWN state in native bridge state machine
-
- 11 4月, 2012 2 次提交
-
-
由 James Zhang 提交于
- fill in IEs in INF according to INR request - print debug information if IE requested but not supported
-
由 James Zhang 提交于
- When NSG receives INR from network, send back INF with calling party category information IE and calling number information IE. - Introduced a new global setting of "force-inr" for testing purpose. Stinga generated INR/INF packets are not acceptable by trillium stack since it misses call related information in the packets. If configure force-inr to true in freetdm.conf.xml, when NSG receives an incoming IAM, it'll send out INR packet regardless of incoming IAM's IEs, and keep waiting for INF response from the calling side. - T.39 timer is introduced in order to handle INR timeout. The default value of T.39 is 12 seconds and is configurable according to spec. - Only supports calling number IE and calling party category IE in current fix. The customer only needs the calling number IE right now. In ISUP spec, there are 6 optional IEs. NSG only supports calling party number and calling category information IE since the other IEs are not configurable in freetdm.conf.xml or included in IAM message. - In collect state, INR/INF implementation needs to work with existed SAM messages. If NSG sent out INR and wait for SAM, collect state check both INF received and enough dialed numbers received. If one of these conditions are not met, it'll stay in collect state and wait until either conditions met or timeout. After received INF and enough dailed number, state moves to dailing and proceed as regular calls.
-
- 03 4月, 2012 9 次提交
-
-
由 David Yat Sin 提交于
-
由 Anthony Minessale 提交于
-
由 David Yat Sin 提交于
Conflicts: libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_cfg.c libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c
-
-
由 David Yat Sin 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 James Zhang 提交于
-
由 James Zhang 提交于
resource-cleanup responsibilities clearly between the 2 channels involved in the bridge - Each channel is responsible for clearning its own peer_data and event queue at the end of the call (when moving to DOWN state) - Each channel dequeues messages only from its own queue and enqueues messages in the peer's queue, with the only exception being messages received before the bridge is stablished (IAM for sure and possible SAM messages) because if the bridge is not yet stablished the messages must be queued by the channel in its own queue temporarily until the bridge is ready - When the bridge is ready it is the responsibility of the incoming channel to move the messages that stored temporarily in its own queue to the bridged peer queue - During hangup, each channel is responsible for moving itself to DOWN. The procedure however differs slightly depending on the hangup conditions If the user requests hangup (ie, FreeSWITCH) the request will be noted by setting the FTDM_CHANNEL_USER_HANGUP flag but will not be processed yet because call control is driven only by the link messages (so no hangup from ESL or command line allowed) When REL message comes, the channel receiving it must move to TERMINATING state and: - If the user has not hangup yet (FTDM_CHANNEL_USER_HANGUP flag not set) then notify the user via SIGEVENT_STOP and wait for the user to move to HANGUP state by calling ftdm_channel_call_hangup() before sending RLC - If the user did hangup already (FTDM_CHANNEL_USER_HANGUP flag is set) then skip user notification and move to HANGUP state directly where the RLC message will be sent - On HANGUP state the RLC is sent and the channel is moved to DOWN, final state The peer channel will forward the REL message and wait for RLC from the network, when RLC is received the channel can move straight to DOWN itself because the peer channel is completing its own shutdown procedure when it received the REL message
-
- 02 4月, 2012 12 次提交
-
-
-
由 David Yat Sin 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
fix race condition where network lists are not created yet so nat detection does not work in sofia during startup
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
set session loglevel as well in fs_cli when doing 'console loglevel info' also now implies '/log info' locally
-
由 Giovanni Maruzzelli 提交于
-