- 03 4月, 2012 2 次提交
-
-
由 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
-
- 30 3月, 2012 1 次提交
-
-
由 James Zhang 提交于
This fixes an issue where ss7 native bridge was accidentally enabled any time two freetdm channels were bridged regardless of the freetdm_native_sigbridge variable value.
-
- 27 3月, 2012 1 次提交
-
-
由 James Zhang 提交于
-
- 21 3月, 2012 3 次提交
-
-
由 James Zhang 提交于
-
由 James Zhang 提交于
This reverts commit e560ddcc.
-
由 James Zhang 提交于
This reverts commit f1d80cd2.
-
- 20 3月, 2012 1 次提交
-
-
由 James Zhang 提交于
we dont want to optimize out symbols for debugging
-
- 16 3月, 2012 2 次提交
-
-
由 James Zhang 提交于
-
由 James Zhang 提交于
- glare - cgb/cgu range bug - inhibit/uninhibit
-
- 15 3月, 2012 1 次提交
-
-
由 James Zhang 提交于
-
- 08 3月, 2012 1 次提交
-
-
由 Moises Silva 提交于
The code was improperly using peer_data as an indicator that the sigbridge ss7 mode was enabled. The channel flag FTDM_CHANNEL_NATIVE_SIGBRDIGE should be used instead
-
- 24 2月, 2012 1 次提交
-
-
由 James Zhang 提交于
-
- 16 2月, 2012 6 次提交
-
-
由 James Zhang 提交于
-
由 James Zhang 提交于
-
由 Moises Silva 提交于
-
由 James Zhang 提交于
freetdm: Fix improper logging statement when doing native ss7 bridge (peer_chan was set to the SIP leg)
-
由 James Zhang 提交于
freetdm: Add support to set/receive location and original call number SS7 elements through variables (including SIP X headers)
-
由 Moises Silva 提交于
- The outgoing tdm leg should not move to UP until after the IAM is sent at the end of the function - The UP state should be processed immediately otherwise the state processor is not run due to the way the main ss7 processing loop currently works
-
- 31 1月, 2012 2 次提交
-
-
由 Moises Silva 提交于
for native bridging that caused infinite SUSPEND state executions due to peer member not being cleared at the end of the call
-
由 James Zhang 提交于
- The queue size has been bumped again, long calls could potentially require more elements (multiple resume/suspend) - The queue is only used when there is a call active
-
- 30 1月, 2012 5 次提交
-
-
由 James Zhang 提交于
-
由 James Zhang 提交于
-
由 James Zhang 提交于
-
由 James Zhang 提交于
-
由 James Zhang 提交于
disable t6 finished.
-
- 27 1月, 2012 12 次提交
-
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
- Send RLC immediately even when in native bridge mode - Do not enqueue RLC coming from the network
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
- Enable native bridge also when receiving the UUID via SIP header - Remove some debug CRIT messages and set a more proper log level
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
- Fix typo when unlocking channel that resulted in deadlock - Defer clearing of the peer data until it is completely safe (next call)
-
由 Moises Silva 提交于
-
由 James Zhang 提交于
to give the ability to change RDNIS Presentation value for Transparent IAM
-
- 26 1月, 2012 2 次提交
-
-
由 James Zhang 提交于
-
由 James Zhang 提交于
- adding freetdm_iam_fwd_ind_isdn_access_ind (value must be 0 or 1) to modify forward call indicator's ISDN access indicator value in transparent IAM
-