- 27 1月, 2012 6 次提交
-
-
由 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 8 次提交
-
-
由 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
-
由 James Zhang 提交于
- adding freetdm_iam_loc_pres variable to disable LOC in transparent IAM - confirming freetdm_bearer_capability is working properly
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 James Zhang 提交于
-
由 Moises Silva 提交于
-
由 James Zhang 提交于
- redirect number in Transparent IAM - redirect information in Transparent IAM - called party number in Transparent IAM - adding incoming uuid to x-header to check loop calls
-
- 25 1月, 2012 2 次提交
-
-
由 James Zhang 提交于
- hardcode does not work in this matter
-
由 James Zhang 提交于
- only available to SPIROU
-
- 19 1月, 2012 3 次提交
-
-
由 James Zhang 提交于
- take the DPC of the link and set it as OPC in x-header - this is what the user want's to have
-
由 James Zhang 提交于
-
由 James Zhang 提交于
-
- 21 12月, 2011 1 次提交
-
-
由 William Adam 提交于
-
- 19 12月, 2011 2 次提交
-
-
由 Nenad Corbic 提交于
On SIG Down we must not fail a call instead try hunting for another. The only time we can fail the call and not bother hunting is if sng_cc_resource_check fails. Took out configuration retry as the config code is now fixed in sng_ss7 library. Transaction id fix. Unit Tested: NSG UP -- start full load kill NSG NSG UP again on full load make sure it comes up fine.
-
由 Nenad Corbic 提交于
before hanging up the freetdm channel by force seems to have a memory leak. I have increased the timeout to 30sec and made the print statement WARNING level.
-
- 16 12月, 2011 2 次提交
-
-
由 Nenad Corbic 提交于
Set the 3000ms warning to NOTICE not CRIT
-
由 Nenad Corbic 提交于
Where FS does not hangup the channel with in 3sec. Without this fix, it was possible that 2 FS sessions use the single span/chan freetdm session. Merged the feature from git master of freetdm
-
- 15 12月, 2011 6 次提交
-
-
由 Nenad Corbic 提交于
-
由 Nenad Corbic 提交于
Its possible to timeout on ISUP ckt config in scenarios of huge load.
-
由 Nenad Corbic 提交于
-
由 Moises Silva 提交于
switch-core: changed the exit status when modules fail to load to 65 (EX_DATAERR), init scripts must be updated to handle 65 instead of 1 to detect module loading errors
-
由 Nenad Corbic 提交于
-
由 Nenad Corbic 提交于
It can happen with large number of circuits. On RESTART if we are PAUSED do not try to send RESET and stay in RESTART state
-
- 06 12月, 2011 1 次提交
-
-
由 James Zhang 提交于
X-FreeTDM-RDINF-Indicator X-FreeTDM-RDINF-OrigReason X-FreeTDM-RDINF-Count X-FreeTDM-RDINF-Reason
-
- 05 12月, 2011 1 次提交
-
-
由 James Zhang 提交于
-
- 02 12月, 2011 3 次提交
-
-
由 Moises Silva 提交于
do not use strcpy, use ftdm_set_string which is safer do not use strcpy when snprintf is safer and cleaner
-
由 James Zhang 提交于
-
由 James Zhang 提交于
SUSPEND will not only change the return state in few cases. I have retested all test cases from previous 2 commits. What is missing is timer for each Tx Event. RSC,BLO,UBL. Its possible to loose a message from Slave via relay to Master. If that ever occours we will not know what state we are in. Thus we need a timer that will re-transmit a packet if it does not get acknowledged.
-
- 01 12月, 2011 5 次提交
-
-
由 Moises Silva 提交于
changed parameter name from cpu_reset_alarm_threshold to cpu_clear_alarm_threshold (old parameter name still valid for backwards compatibility in configuration files)
-
-
由 wadam 提交于
-
由 James Zhang 提交于
used to clear ckt_flags, this was wrong. if ctk_flags are blindly cleard a PAUSE might be cleared. changed the code to clear only TX RESET and try to reset again. Release Collision If we get out of sync with other side we must reset the circuit. This condition occoured at 1+3 test box Local Management Block Its possible for stack to send us a BLO indicating to us that we are local blocked. This case never worked and we would get stuck there forever. If we never manaully sent a LOCAL block, the BLO from the stack will be acked and then unblocked. This condition occoured at 1+3 test box
-
由 James Zhang 提交于
From previous commit, failed to clear the done flag _DN which cause SUSPEND to think that there was a block pending, causing state to remain in RESTART S UP -> relay down -> Tx AIS -> relay up -> Tx AIS off -> confirm all back up -> In this condition BLO will not go out due to PAUSE S UP -> Tx AIS -> relay down -> Tx AIS off -> relay up -> confirm all back up -> In this condition UBL will not go out due to PAUSE
-