freeswitch.git

  •  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
FS-4125 --resolve you should really switch to {} when you know you have one dial string but i'll add this as a convienence
FS-4125 --resolve you should really switch to {} when you know you have one dial string but i'll add this as a convienence

FS-4116 --resolve repeat bootstrap.sh or manually remove config.cache before running configure. The options was cached from the first time you ran configure and the new --without-openssl param did not…
FS-4116 --resolve repeat bootstrap.sh or manually remove config.cache before running configure. The options was cached from the first time you ran configure and the new --without-openssl param did not matter

move relevant portion of display update code into the core and fix mod_loopback bug involving passing display updates across properly
move relevant portion of display update code into the core and fix mod_loopback bug involving passing display updates across properly

    • -19
    • +1
    /src/mod/endpoints/mod_sofia/mod_sofia.c
put caller back into the fifo if the agent hangs up before they are bridged
put caller back into the fifo if the agent hangs up before they are bridged

    • -4
    • +20
    /src/mod/applications/mod_fifo/mod_fifo.c
gsmopen: added proof of concet to send pdu messages via gsmlib
gsmopen: added proof of concet to send pdu messages via gsmlib

    • -1
    • +1
    /src/mod/endpoints/mod_gsmopen/Makefile
gsmopen: added gsmlib support to incoming smss (eg: PDU mode)
gsmopen: added gsmlib support to incoming smss (eg: PDU mode)

gsmopen: added win_iconv
gsmopen: added win_iconv

    • -0
    • +72
    /src/mod/endpoints/mod_gsmopen/win_iconv/Makefile
    • -0
    • +24
    /src/mod/endpoints/mod_gsmopen/win_iconv/iconv.def
    • -0
    • +5
    /src/mod/endpoints/mod_gsmopen/win_iconv/iconv.h
    • -0
    • +11
    /src/mod/endpoints/mod_gsmopen/win_iconv/mlang.def
    • -0
    • +54
    /src/mod/endpoints/mod_gsmopen/win_iconv/mlang.h
    • -0
    • +3
    /src/mod/endpoints/mod_gsmopen/win_iconv/readme.txt
    • -0
    • +1986
    /src/mod/endpoints/mod_gsmopen/win_iconv/win_iconv.c
    • -0
    • +261
    /src/mod/endpoints/mod_gsmopen/win_iconv/win_iconv_test.c
gsmopen: re-added gsmlib
gsmopen: re-added gsmlib

  1. … 185 more files in changeset.
FS-4120 --resolve
FS-4120 --resolve

gsmopen: zeroize sms_message store in case we receive an empty message
gsmopen: zeroize sms_message store in case we receive an empty message

gsmopen: zeroize sms_message store in case we receive an empty message
gsmopen: zeroize sms_message store in case we receive an empty message

fix dependency order
fix dependency order

FS-4118 --resolve
FS-4118 --resolve

    • -5
    • +5
    /src/mod/applications/mod_avmd/mod_avmd.c
freetdm: fix REL receiving leg always stay in TERMINATING stae in native bridge mode - This is supposed to be included in commit of b324f8679782957bc9db3bdfd6687aa42cba77d…
freetdm: fix REL receiving leg always stay in TERMINATING stae in native bridge mode - This is supposed to be included in commit of b324f8679782957bc9db3bdfd6687aa42cba77dd. 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.

FS-4053 --resolve
FS-4053 --resolve

    • -1
    • +1
    /src/mod/endpoints/mod_sofia/mod_sofia.c
FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream
FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream

FS-4115 possible workaround for sipura bug + recording
FS-4115 possible workaround for sipura bug + recording

Suggested new phrases: day mode, night mode, lunch mode, etc.
Suggested new phrases: day mode, night mode, lunch mode, etc.

gsmopen: Makefile.am updated
gsmopen: Makefile.am updated

gsmopen: using non volatile memoty for storage (vs SIM), new reading with timeout from serial port
gsmopen: using non volatile memoty for storage (vs SIM), new reading with timeout from serial port

    • -103
    • +214
    /src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp
ftmod_libpri: Check for required features in configure and remove old-style log callbacks…
ftmod_libpri: Check for required features in configure and remove old-style log callbacks

Non-PRI_NEW_SET_API logging callbacks were only available in libpri-1.0 and older,

which also lacks PRI_IO_FUNCS (required) and wouldn't work anyway.

Explicitly check for both PRI_* feature defines at configure time and reject libpri

versions that lack them.

Remove the non-PRI_NEW_SET_API logging callbacks in ftmod_libpri.c.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>

ftmod_libpri: Improve libpri message logging.…
ftmod_libpri: Improve libpri message logging.

Use the PRI_NEW_SET_API define provided by >=libpri-1.2 to distinguish

between old style and new style pri_set_error() and pri_set_message()

callback functions.

Improve message logging by using ftdm_log_chan() if per-span

data with a valid (d-)channel object is available.

NOTE: pri_get_userdata() returns NULL if pri is NULL.

This will reduce the horizontal space for libpri output a bit, but allows

us to see which span the message/error came from.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>

    • -19
    • +37
    /libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.c
freetdm: fixed group block/unblock state dead lock when signal link is down and recovered later To re-produce this bug: 1. do CGB on one side 2. unplug sign…
freetdm: fixed group block/unblock state dead lock when signal link 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

FS-3994 --resolve regression from FS-3596:b2d2353c
FS-3994 --resolve regression from FS-3596:b2d2353c

    • -10
    • +8
    /src/mod/endpoints/mod_sofia/sofia_reg.c
send the name and number in the right order
send the name and number in the right order

FS-4043 --resolve
FS-4043 --resolve

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