Moises Silva
105ce9ff33
Fixes before merging sangoma repo with upstream
2012-05-07 16:26:48 -04:00
Moises Silva
1f08e2b0ec
Merge remote branch 'fsorig/master'
2012-05-07 15:46:08 -04:00
Moises Silva
f316f9307f
freetdm: First GSM working version
...
- Manually merging latest code from gideon.gsm branch after review/inspection/modifications
2012-05-07 15:35:13 -04:00
Moises Silva
cf9f937079
Merge branch 'master' into gsm.merge
2012-05-07 15:15:44 -04:00
Moises Silva
de98034145
freetdm: - Extend ftdm interrupt object to notify which IO events are ready in the device
...
- Add definition of FTDM_MAX_SIG_PARAMETERS to have a standard limit for signaling module parameters
2012-05-07 15:13:26 -04:00
Moises Silva
412c808e0c
freetdm: Added GSM module skeleton
2012-05-07 15:10:25 -04:00
Ken Rice
c5554eb939
Copyright date update.
2012-04-18 11:52:02 -05:00
David Yat Sin
27e4cdb4dd
Merge branch 'fsorig'
...
Conflicts:
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_cfg.c
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c
2012-04-03 18:08:49 -04:00
Anthony Minessale
647740e9a4
cleanup after yourself
2012-04-02 16:20:40 -05:00
Moises Silva
681f582b20
freetdm: Try to resolve OPENZAP-173
...
The token count needs to be updated after the master session token is cleared
and before checking for other tokens
2012-03-19 09:20:44 -04:00
Moises Silva
1ad0bc250c
Merge remote-tracking branch 'fsorig/master'
2012-01-31 15:57:07 -05:00
Moises Silva
5ef3c94271
OPENZAP-177 --resolve Thanks to Abhishek Singh
2012-01-30 14:15:51 -05:00
Moises Silva
7e31b9cc28
Merge remote branch 'fsorig/master'
...
Conflicts:
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c
2011-12-17 17:21:14 -05:00
Moises Silva
4b22c22c33
freetdm: fix potential bug in MFCR2 where the channel token is cleared too soon
2011-12-15 20:29:32 -05:00
Jeff Lenk
f5abef2000
FS-3728 --resolve thanks
2011-11-30 08:57:11 -06:00
Moises Silva
680d92967f
freetdm: mod_freetdm - add SIP x header for FreeTDM-NADI value
2011-10-24 13:22:53 -04:00
Jeff Lenk
f0efbd3f08
FS-3599 --resolve correct windows compiler warnings
2011-10-07 08:38:48 -05:00
root
c0f988b292
freetdm: changing call reference to generic header; removing location area code
2011-10-06 19:08:25 -04:00
James Zhang
20abac2794
ftdm_ss7: Adding OPC and Call Reference Number to SIP x-headers
2011-10-06 19:07:05 -04:00
Moises Silva
b004bcfc6d
Merge remote-tracking branch 'fsorig/master'
...
Conflicts:
src/mod/endpoints/mod_sofia/mod_sofia.c
src/mod/endpoints/mod_sofia/sofia_glue.c
2011-09-28 12:19:48 -04:00
Anthony Minessale
995d7dcb02
dont clear token on SIGEVENT_STOP for ISDN legs, save it for the hangup handler
2011-09-16 16:44:15 -05:00
Anthony Minessale
42ff14d22a
use index in this loop instead of the max val for the iteration
2011-09-16 15:53:49 -05:00
Anthony Minessale
8a3c292534
fix seg in recent change
2011-09-16 14:52:14 -05:00
Moises Silva
25417d3ea8
freetdm: Verify that the uuid that is being hung up is still attached to the FreeTDM device
...
This avoids hanging up a device that is no longer attached to the session, in the
weird situation where the FreeSWITCH core takes an awful lot of time (more than 3 seconds)
to come around to acknowledge the SIGEVENT_STOP signal.
2011-09-15 19:42:39 -04:00
Moises Silva
aa0a6c9222
freetdm: print span/chan identifiers on hangup
2011-09-15 13:50:42 -04:00
Moises Silva
9aa887fe2b
freetdm: SS7 - CIC value stored in freetdm_ss7_cic variable (cherry-picked from releases.3.3)
...
Conflicts:
libs/freetdm/mod_freetdm/mod_freetdm.c
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c
2011-09-15 12:04:23 -04:00
Moises Silva
4ed900eb92
freetdm: add debug stacktrace to track spurious channel_on_hangup call
2011-09-12 18:13:10 -04:00
Moises Silva
23aba09f1b
freetdm: mod_freetdm - fix len data type for 64bit systems
2011-09-12 15:48:28 -04:00
Moises Silva
6c5132a507
freetdm: - Clear the IO flag when FreeSWITCH hangs up before notifying freetdm
...
- Misc fixes to log messages to aid debugging
- Added ftdm ioread command to read media from the channel
- Modified the ftdm_channel_open() API to return FTDM_EBUSY if the channel is already open
2011-09-12 15:21:23 -04:00
Michael Jerris
77284b5d21
use system default dtmf duration instead of hardcoded value
2011-08-31 14:45:16 -04:00
Moises Silva
f57c33f1ee
OPENZAP-112 --resolve
2011-08-06 21:32:21 -04:00
Moises Silva
bfabc98f3d
freetdm: more CLI improvements
2011-08-04 10:10:13 -04:00
Moises Silva
c3f719c80d
freetdm: fix typo in iostats command - print proper tx queue size and length
2011-08-03 13:05:02 -04:00
Moises Silva
68b887c760
freetdm: allow IO statistics access to users
...
added ftdm iostats command
2011-07-30 17:40:32 -04:00
Moises Silva
f68d351fdd
freetdm: refactoring of the CLI, it was getting way too ugly!
2011-07-29 19:35:10 -04:00
Jeff Lenk
71c66bcf5a
OPENZAP-162 -- resolve
2011-06-14 08:47:46 -05:00
Moises Silva
1d3417a97b
freetdm: be more tolerant to a few read errors
2011-06-07 17:35:49 -04:00
Moises Silva
5042b21fc5
freetdm: check if the event was created before firing it
2011-06-07 09:54:50 -04:00
David Yat Sin
bd7672242c
Support for AT&T *8 Transfer (VRU only)
2011-06-03 17:18:30 -04:00
Moises Silva
3fa2fce3f3
freetdm: added fail-on-error global configuration to refuse
...
to load the module if there is any error
Conflicts:
libs/freetdm/mod_freetdm/mod_freetdm.c
2011-06-01 15:24:09 -04:00
Moises Silva
e56d8934fe
freetdm: make codec configurable for unrestricted digital calls (for G722 calls in Sangoma ISDN)
2011-05-19 17:17:46 -03:00
Moises Silva
b22fc869dd
freetdm: update bearer capability macro
2011-05-17 20:02:18 -04:00
Moises Silva
0b59756edd
Merge remote-tracking branch 'smgfs/master'
...
Conflicts:
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_support.c
2011-05-17 19:57:49 -04:00
David Yat Sin
ea428669d3
chlog: freetdm - SS7: Support for Transparent IAM
2011-05-17 17:27:05 -04:00
Moises Silva
e544e4cff1
freetdm: Add initial testing support for unrestricted digital calls using G722 codec
2011-05-10 23:35:20 -04:00
David Yat Sin
3b2019cd1f
minor changes
2011-05-10 16:09:02 -04:00
David Yat Sin
32bf306af5
freetdm: ss7 - CPC
2011-05-10 15:56:30 -04:00
David Yat Sin
95f2d6de0d
freetdm: Changed SS7 to use global CPC variable
2011-05-10 15:28:10 -04:00
David Yat Sin
05fa93f831
chlog: freetdm: ss7 - Support for Calling Party's Category
2011-05-10 11:38:23 -04:00
Moises Silva
929b69ea5d
Merge remote branch 'smgfs/master'
2011-05-06 22:29:20 -04:00