freeswitch.git

  •  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
up this limit
up this limit

FS-4110 --resolve yes this block is wrong we can't guess the right presence id here
FS-4110 --resolve yes this block is wrong we can't guess the right presence id here

    • -22
    • +0
    /src/mod/endpoints/mod_sofia/sofia_glue.c
Merge branch 'gsmopen01'
Merge branch 'gsmopen01'

gsmopen: workaround for reading with timeout, need something to simulate the poll. Next week :)
gsmopen: workaround for reading with timeout, need something to simulate the poll. Next week :)

    • -2
    • +4
    /src/mod/endpoints/mod_gsmopen/gsmopen.h
FS-3750
FS-3750

FS-4106 --resolve
FS-4106 --resolve

    • -0
    • +7
    /src/mod/endpoints/mod_sofia/mod_sofia.h
freetdm: fixed no ACM/CPG sending in some situations after native bridge - clear up ACM_SENT & CPG_SENT flag in DOWN state in native bridge state machine
freetdm: fixed no ACM/CPG sending in some situations after native bridge - clear up ACM_SENT & CPG_SENT flag in DOWN state in native bridge state machine

Merge branch 'master' into gsmopen01
Merge branch 'master' into gsmopen01

gsmopen: hardwired SMS unicode test now works
gsmopen: hardwired SMS unicode test now works

FS-4109 --resolve
FS-4109 --resolve

gsmopen: make huawei 1550 work with SMS in text UCS2: if you give CSMP after CSCS will die, let's do the opposite, first csmp then cscs. Two days catching this one. Bah :/
gsmopen: make huawei 1550 work with SMS in text UCS2: if you give CSMP after CSCS will die, let's do the opposite, first csmp then cscs. Two days catching this one. Bah :/

    • -1
    • +1
    /src/mod/endpoints/mod_gsmopen/gsmopen.h
    • -18
    • +36
    /src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp
FS-3750 --resolve
FS-3750 --resolve

FS-4107 --resolve
FS-4107 --resolve

swig
swig

vs2010 reswig
vs2010 reswig

FS-4105 --resolve
FS-4105 --resolve

FS-4104 --resolve
FS-4104 --resolve

doh
doh

FS-4066 --resolve pidf and its many varieties FTW
FS-4066 --resolve pidf and its many varieties FTW

endless recursion loop protection to go with new recursive variable expansion feature
endless recursion loop protection to go with new recursive variable expansion feature

gsmopen: signal low alarm is now at < than 11 RSSI
gsmopen: signal low alarm is now at < than 11 RSSI

FS-4037 --resolve
FS-4037 --resolve

    • -39
    • +148
    /src/mod/codecs/mod_speex/mod_speex.c
add origination_nested_vars=true to allow vars within vars in originate strings e.g. [originate {origination_nested_vars=true,TEST=,var=,recur=W00t}user/1004 3000] will end up as w00t
add origination_nested_vars=true to allow vars within vars in originate strings e.g. [originate {origination_nested_vars=true,TEST=,var=,recur=W00t}user/1004 3000] will end up as w00t

freetdm: INR/INF implementation - fill in IEs in INF according to INR request - print debug information if IE requested but not supported
freetdm: INR/INF implementation - fill in IEs in INF according to INR request - print debug information if IE requested but not supported

freetdm: INR/INF implementation - When NSG receives INR from network, send back INF with calling party category information IE and calling number information IE. - Introduce…
freetdm: INR/INF implementation - 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.

FS-4037 revert 48177682991e54201674364223603abb3ebefa9b causing audio issues with speex
FS-4037 revert 48177682991e54201674364223603abb3ebefa9b causing audio issues with speex

    • -148
    • +39
    /src/mod/codecs/mod_speex/mod_speex.c
FS-4077 --resolve this is unrelated, we had to move the network list loader before the modules load because some people using static configs would have mod_sofia load before the acl were in place and …
FS-4077 --resolve this is unrelated, we had to move the network list loader before the modules load because some people using static configs would have mod_sofia load before the acl were in place and it would prevent mod_sofia from doing proper nat detection. This commit should fix it by loading acl both before and after module load

FS-4100 --resolve
FS-4100 --resolve

FS-4101 --resolve
FS-4101 --resolve

FS-4077 add missing
FS-4077 add missing

    • -1
    • +1
    /src/mod/languages/mod_lua/mod_lua.cpp