- 06 6月, 2012 3 次提交
- 05 6月, 2012 2 次提交
- 04 6月, 2012 5 次提交
- 01 6月, 2012 1 次提交
-
-
由 kapil 提交于
adding status CLI command to fetch peer/sap/transport-server information from Trillium MEGACO stack.
-
- 31 5月, 2012 3 次提交
- 30 5月, 2012 6 次提交
- 29 5月, 2012 1 次提交
-
-
由 Kapil 提交于
-
- 18 5月, 2012 4 次提交
- 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.
-