Commit Graph

19127 Commits

Author SHA1 Message Date
Georgiewskiy Yuriy
949d528a36 apply patch from Jan Willamowius:
make sure dtmfinband gets initialized.
make gk-identifier and gk-interface settings optional (documentation sayed that about gk-identifier already)
2011-05-22 12:37:13 +04:00
Jeff Lenk
1d490df9b5 FS-3282 --resolve 2011-05-21 09:53:53 -05:00
Giovanni Maruzzelli
2146583663 skypopen: adding some guards against NULL sessions and channels 2011-05-21 02:45:39 -05:00
Giovanni Maruzzelli
b65a3ebd18 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-05-21 02:37:38 -05:00
Giovanni Maruzzelli
7fa3f7f3dd skypopen: fixing bug from Anton VG, adding some guards against NULL sessions and channels 2011-05-21 02:36:51 -05:00
Anthony Minessale
c7b36157b0 don't play default when playing a custom one 2011-05-20 16:56:16 -05:00
Anthony Minessale
3d475876ed add custom exit sound to match enter sound on conf 2011-05-20 16:22:58 -05:00
Anthony Minessale
66d16d1772 FS-3270 --resolve please watch the code formatting in the future 2011-05-20 12:49:16 -05:00
Anthony Minessale
3ebd173ca8 FS-3307 --resolve thanks, in the future, be sure to not include vanity comments. The intention of the patch will be preserved by the jira ticket. Also check our code formating guidelines. Some of the patch was redundant so it was removed, mprintf already asserts when it doesn't work, and execute_sql_now both frees the sql string and locks the mutex for you. 2011-05-20 11:51:06 -05:00
Georgiewskiy Yuriy
71658eab1e fixed in upstream version of h323plus. 2011-05-20 15:33:27 +04:00
Moises Silva
267d9cbc3a mod_portaudio: few more checks on write 2011-05-20 02:28:42 -04:00
Anthony Minessale
38f06a3bf9 add additional format YYYYMMDDHHMMSS to strepoch 2011-05-19 15:39:43 -05:00
Anthony Minessale
38b3f43d7d add prefix chars to playback_terminators + means include the term in the string and x means include the char and return SWITCH_STATUS_RESTART eg #+* only includes the * if you type it but not the # 2011-05-19 15:39:43 -05: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
1b965d864b freetdm: ftmod_sangoma_isdn - warning fixed 2011-05-19 22:52:49 +05:30
Anthony Minessale
7ba849b34a remove auto gain events 2011-05-19 11:43:33 -05:00
Moises Silva
3ddca37d87 freetdm: ftmod_sangoma_isdn - comment unused variables (fix for compile warnings) 2011-05-19 12:47:22 -04:00
Moises Silva
792149f32a mod_portaudio: fix shared stream output device validation/initialization that caused segfault and portaudio errors 2011-05-18 20:55:51 -04:00
Moises Silva
fccbba53c3 added FTDM_SILENCE_VALUE macro 2011-05-18 19:00:42 -04:00
Anthony Minessale
fae95433e2 FS-3303 --resolve this was an edge case between fail_on_single_reject and group_confirm 2011-05-18 16:10:46 -05:00
Jeff Lenk
86d757d61b FS-3297 --resolve 2011-05-17 22:51:47 -05: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
Moises Silva
8c0bbed617 Merge remote-tracking branch 'fixleo/master' 2011-05-17 19:54:03 -04:00
David Yat Sin
ea428669d3 chlog: freetdm - SS7: Support for Transparent IAM 2011-05-17 17:27:05 -04:00
David Yat Sin
a8e7dd2e9d Merge branch 'master' of git.sangoma.com:smg_freeswitch 2011-05-17 17:24:44 -04:00
Moises Silva
bc83f885e1 mod_sangoma_codec: AMR codec fixes
- Set the proper RTP payload
		   - Do not validate RTP reads when the size is dynamic (zero)
2011-05-17 14:17:00 -04:00
Anthony Minessale
e375d1d2f2 reset offset_pos on seek to 0 2011-05-17 13:00:40 -05:00
Travis Cross
95a18a9e1a update .gitignore 2011-05-17 16:51:44 +00:00
David Yat Sin
1bc6611765 freetdm - SS7:* is now transmitted as 0x0b in Called Party Number 2011-05-17 10:27:49 -04:00
Mathieu Rene
5dc67c88d3 fix warning 2011-05-16 16:46:09 -04:00
Anthony Minessale
9c17effb15 add time stamp to app_log 2011-05-16 13:41:52 -05:00
Stefan Knoblich
9cceb8e62c FreeTDM: gcc-4.6 fix (-Wunused-but-set)
ftmod_wanpipe.c:
	Remove myerrno variable in wanpipe_read(),
	snprintf does not set errno (according to the manpage),
	so no need to save it (without even using it later).

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-05-14 23:59:14 +02:00
Stefan Knoblich
ae051cfc47 FreeTDM: gcc-4.6 fixes (-Wunused-but-set)
ftdm_io.c:
	Remove cut_path() function and call since it didn't seem to
	do anything useful anyway.

ftmod_analog.c/ftmod_analog_em.c:
	Remove status variable that was used for the result of codec_func(),
	but was never checked for errors or returned to the caller.

libteletone_generate.c:
	Remove unused variable "var".

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-05-14 23:20:03 +02:00
Anthony Minessale
082cb7154e ditto 2011-05-13 16:29:48 -05:00
Michael Jerris
1d18b58b4d add define 2011-05-13 19:26:01 -04:00
Anthony Minessale
106855dfa3 use ssl macro to init on dingaling too 2011-05-13 16:23:33 -05:00
Anthony Minessale
23b5f58202 use ssl macro to init on dingaling too 2011-05-13 16:17:17 -05:00
Anthony Minessale
45e964518f cleanup 2011-05-13 15:56:51 -05:00
Anthony Minessale
191f06d733 cleanup 2011-05-13 15:56:43 -05:00
Anthony Minessale
8764a046c6 allow creation of arbitrary profile vars 2011-05-13 15:29:40 -05:00
Anthony Minessale
acf3090adf FS-2936 plan B for curl stuff 2011-05-13 13:17:54 -05:00
Anthony Minessale
c196e2c109 revert curl changes 2011-05-13 12:03:30 -05:00
David Yat Sin
20210a9f9d freetdm: SS7 - Removed unintentional TX of ITX message 2011-05-13 12:03:41 -04:00
Anthony Minessale
7d7e09a92c FS-3296 --resolve there is not much contention on this but it probably could use a mutex 2011-05-13 08:43:45 -05:00
Anthony Minessale
837a6cac02 FS-3294 --resolve This is probably fine 2011-05-13 07:29:26 -05:00
Anthony Minessale
d59fdabeff FS-3295 --resolve that is pretty odd, I must have been sleep-deprived or something 2011-05-13 07:22:25 -05:00
cypromis
1703f3f606 added mongo module config files to debian pckage 2011-05-13 09:06:18 +02:00
cypromis
524bd3e3a7 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-05-13 09:03:51 +02:00
Michael Jerris
a8da1758cb FS-2936: attempt to fix the platform that I'll never have to fix 2011-05-12 18:21:45 -04:00