1. 06 6月, 2012 3 次提交
  2. 05 6月, 2012 2 次提交
  3. 04 6月, 2012 5 次提交
  4. 01 6月, 2012 1 次提交
  5. 31 5月, 2012 3 次提交
  6. 30 5月, 2012 6 次提交
  7. 29 5月, 2012 1 次提交
  8. 18 5月, 2012 4 次提交
  9. 17 5月, 2012 1 次提交
  10. 16 5月, 2012 1 次提交
  11. 15 5月, 2012 4 次提交
  12. 04 5月, 2012 1 次提交
  13. 30 4月, 2012 1 次提交
  14. 26 4月, 2012 1 次提交
    • David Yat Sin's avatar
      Merge branch 'releases.3.4' into releases.3.5 · 5226489c
      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
      5226489c
  15. 18 4月, 2012 1 次提交
  16. 16 4月, 2012 1 次提交
  17. 13 4月, 2012 2 次提交
  18. 11 4月, 2012 2 次提交
    • James Zhang's avatar
      freetdm: INR/INF implementation · 8d1c3826
      James Zhang 提交于
               - fill in IEs in INF according to INR request
               - print debug information if IE requested but not supported
      8d1c3826
    • James Zhang's avatar
      freetdm: INR/INF implementation · 16d4f1f0
      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.
      16d4f1f0