Anthony Minessale
3b5a0ae50d
FS-3359 --resolve also added %y to printf macros to replace ' with \'
2011-07-07 15:08:23 -05:00
Moises Silva
db14408a41
mod_sangoma_codec: fix ilbc bit rate typo
2011-07-07 11:20:40 -04:00
Anthony Minessale
9cf44f3a5e
fix campon to play music even on first run and cancel faster
2011-07-06 16:45:36 -05:00
Brian West
2b9bf0deb2
swigall
2011-07-06 12:42:10 -05:00
Anthony Minessale
1d12519d0b
only parse messages from channel_ready when its a session calling channel ready on itself not when another thread calls it
2011-07-05 15:29:18 -05:00
Michael Jerris
81b56a2490
FS-2954: attr packed is not available on sun studio
2011-07-05 15:42:15 -04:00
Anthony Minessale
e66051390c
add proxy tag to UPDATE packets if it was set by INVITE
2011-07-05 11:52:45 -05:00
Jeff Lenk
fba2bbfeb5
FS-3034 --resolve
2011-07-05 11:57:55 -05:00
Anthony Minessale
cad68d53f5
don't parse events in channel_ready during hold
2011-07-05 11:05:33 -05:00
Stefan Knoblich
b6826180f3
mod_ladspa: Set setenv() overwrite flag to replace empty LADSPA_PATH variables.
...
For complete putenv()-like behaviour.
Further investigation on why putenv() caused EFAULTs on execve() and
segfaults on reload:
putenv(3):
"The string pointed to by string becomes part of the environment,
so altering the string changes the environment."
setenv(3):
"This function makes copies of the strings pointed to by name and value
(by contrast with putenv(3))."
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-07-04 01:18:51 +02:00
Travis Cross
d0db986058
version bump to zeromq-2.1.7
2011-07-03 18:29:13 +00:00
Stefan Knoblich
f6dadb587c
mod_ladspa: putenv() breaks the process environment variables, use setenv() instead.
...
Use of putenv() to set LADSPA_PATH broke the proccess environment variables, for some
unknown reason, causing segfaults on "reload mod_ladspa" and restarting
FreeSWITCH (with "fcstl shutdown restart").
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-07-03 14:01:08 +02:00
Anthony Minessale
6f62f39139
FS-3386 fix small mem leak in sofia
2011-07-01 12:27:40 -05:00
Anthony Minessale
25c725c292
last commit for --enable-timerfd-wrapper (autoheadache)
2011-06-30 18:30:24 -05:00
Anthony Minessale
5818af11bf
tweak q size
2011-06-30 18:12:33 -05:00
Anthony Minessale
95145a1b28
FS-3386 --resolve please try this
2011-06-30 18:59:35 -05:00
Anthony Minessale
9b2893684d
add debug
2011-06-30 18:59:35 -05:00
Anthony Minessale
0a21da5aab
change commit factor on sql thread
2011-06-30 16:24:41 -05:00
Brian West
7fee1fd157
Fix fifo orbit timeout when not using a chime tested with and without chime
2011-06-30 16:24:09 -05:00
Anthony Minessale
306b332d47
add --enable-timerfd-wrapper to wrap timefd syscalls for platforms with the right kernel and wrong libc
2011-06-30 14:36:52 -05:00
Anthony Minessale
84f8868bf8
FS-3385 --resolve
2011-06-30 11:59:58 -05:00
Anthony Minessale
8592b6d91e
FS-3382 --resolve
2011-06-29 18:33:27 -05:00
Anthony Minessale
79e9f19cb9
add execute_on_fax_success, execute_on_fax_failure and execute_on_fax_result channel variables to trigger an app or lua script when a fax result is received
2011-06-29 18:22:57 -05:00
Anthony Minessale
f8c029a191
auto populate global origination_caller_id_name/number from effective_caller_id_name/number in enterprise originate
2011-06-29 15:57:59 -05:00
Jeff Lenk
3aaa6209b8
FS-3380 --resolve Bad calling conventions for Windows
2011-06-29 11:30:31 -05:00
Mathieu Parent
afd8dad4e7
Skinny: some columns may be null: avoid segfault
...
See FS-3379
2011-06-29 00:25:32 +02:00
Anthony Minessale
22d8994325
avoid recursion loop in parse_all_events vs channel_ready
2011-06-28 15:06:48 -05:00
Anthony Minessale
acd0898e32
support final response in response header passing
2011-06-28 10:30:11 -05:00
Anthony Minessale
f12ab59e88
omit file_string:// prefix if input begins with ~
2011-06-28 08:25:46 -05:00
Anthony Minessale
07a715928b
FS-2218 --resolve
2011-06-28 08:05:12 -05:00
Jeff Lenk
c50fea15ac
resolve trivial compiler warning
2011-06-27 20:23:00 -05:00
Anthony Minessale
676ef8085b
add last_hold_time and hold_accum vars for cdr data
2011-06-27 13:27:52 -05:00
Anthony Minessale
94148095b8
parse events and messages in channel_ready
2011-06-27 11:32:52 -05:00
Anthony Minessale
4962542b40
FS-867 --resolve
2011-06-27 10:15:03 -05:00
Anthony Minessale
b6fc1a5f30
FS-3372 --resolve
2011-06-27 10:09:15 -05:00
Anthony Minessale
dfc30b2e67
FS-3373 --resolve
2011-06-27 10:01:06 -05:00
Travis Cross
8a8b70b7a4
comment cleanup
2011-06-26 13:30:05 +00:00
Anthony Minessale
7cb095190a
FS-3362 check for ports that are 0 in sdp and do not bother patching it for these cases
2011-06-24 18:28:56 -05:00
Anthony Minessale
12c680d38f
fix video read frame function to behave like the audio one when waiting for codecs
2011-06-24 14:49:36 -05:00
Anthony Minessale
5db3a9b071
move channel_create event to init state to allow more info to be gathered
2011-06-24 10:52:18 -05:00
Anthony Minessale
bc7cb400c0
add sip_liberal_dtmf chanvar and liberal-dtmf profile param to use the maximum methods of DTMF avoiding sticking to the spec which leads to incompatability
2011-06-23 17:57:10 -05:00
Brian West
982b7614b0
fix from diego
2011-06-23 15:46:42 -05:00
Anthony Minessale
8beb10d25b
FS-3367 --resolve the start was actually broken in the same way, instead of your exact patch I replaced both original functions to work as your patch suggests
2011-06-23 14:57:46 -05:00
Anthony Minessale
2486306126
FS-3275 try this patch
2011-06-23 11:57:38 -05:00
Anthony Minessale
6eb3ff7af0
FS-3275 try this then
2011-06-22 19:03:33 -05:00
Anthony Minessale
e47e52c9d4
revert
2011-06-22 18:59:01 -05:00
Anthony Minessale
a49b794317
FS-3275 try this
2011-06-22 15:35:35 -05:00
Anthony Minessale
492db9067d
add hup command to conference (kick without the kick sound)
2011-06-22 12:18:09 -05:00
Anthony Minessale
49e52b4ca6
FS-3362 removed the vid refresh thing
2011-06-22 10:51:46 -05:00
Anthony Minessale
4bb768311e
flush buffer to avoid lag and enable plc
2011-06-21 11:43:37 -05:00
Jeff Lenk
6f49e6ba9e
FS-3361 --resolve mod_portaudio crash on bad init
2011-06-21 09:21:22 -05:00
Anthony Minessale
8decee307b
FS-3358 please test and close if it works
2011-06-20 13:21:20 -05:00
Anthony Minessale
d4fe85ed24
FS-3275 --resolve
2011-06-20 11:15:24 -05:00
Anthony Minessale
a5452174d9
FS-3353 --resolve
2011-06-20 10:32:11 -05:00
Anthony Minessale
3be64cbf62
FS-3354 --resolve
2011-06-20 10:07:01 -05:00
Jeff Lenk
f8cda53998
FS-3355 --resolve mod_rtmp for windows
2011-06-20 10:03:56 -05:00
Jeff Lenk
e5ce51c439
FS-3356 --resolove fix windows build vs2010
2011-06-20 09:30:45 -05:00
Christopher Rienzo
ee1760929b
Wait for unimrcp lib to timeout requests
2011-06-20 14:00:21 +00:00
Anthony Minessale
7768808488
only clear scope vars when they were set
2011-06-18 11:52:37 -05:00
Anthony Minessale
d4fcba74c8
only clear scope vars when they were set
2011-06-18 10:28:27 -05:00
Anthony Minessale
0128bce4ac
missed an =
2011-06-17 15:56:27 -05:00
Anthony Minessale
e8ae13a837
fix type
2011-06-17 14:41:31 -05:00
Anthony Minessale
8793c2ed37
fix memory issue in spandsp_tone_detect
2011-06-17 11:51:23 -05:00
Brian West
2357168041
They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit.
2011-06-17 09:05:05 -05:00
Jeff Lenk
2e1f0b50a8
FS-3350 try this
2011-06-16 17:09:26 -05:00
Anthony Minessale
fb68746eed
add parallelism to sofia by offsetting sip messages to the concerned sessions and using multiple queue threads for message handling
2011-06-16 14:37:22 -05:00
Anthony Minessale
9df8169d1f
add mutex around gateway access on per-profile basis and token based access to global profiles to prevent hanging on to the hash mutex while doing sql stmts which may cause issues/slowdowns
2011-06-16 14:32:14 -05:00
Anthony Minessale
927fde18c9
FS-3349 --resolve
2011-06-16 12:01:39 -05:00
Christopher Rienzo
17099473a3
Update to latest UniMRCP version. MRCP requests can no timeout if there is no server response.
2011-06-16 16:25:00 +00:00
Jeff Lenk
0555b702db
FS-3345 --resolve add more fax event information
2011-06-16 11:11:49 -05:00
Anthony Minessale
c6268da50c
enable recursion for scoped variables so applications that exec more apps will preserve the scope, the most recent app will mask variables just during the duration of that app
2011-06-16 09:43:32 -05:00
Jeff Lenk
8092a289a0
pocketsphinx changes for 0.7 for windows - only build test so far for vs2010 - more to come
2011-06-15 18:45:02 -05:00
Anthony Minessale
b2c3199f65
add scoped channel variables (%[var=val,var2=val2] blocks valid in any app data field and will only last for that one app execution)
2011-06-15 13:03:45 -05:00
Brian West
1a39d7fb34
Update PocketSphinx to the latest builds... only had to make two changes
2011-06-15 13:09:00 -05:00
Anthony Minessale
8663278a69
revert
2011-06-15 11:16:04 -05:00
Anthony Minessale
06ec179b44
reapply
2011-06-15 10:29:44 -05:00
Anthony Minessale
bf7895278e
revert
2011-06-15 10:29:07 -05:00
Anthony Minessale
25604d60d5
FS-3326 revert 68c389d
2011-06-15 10:10:37 -05:00
Anthony Minessale
a20a3f3461
FS-3340 revert c5a2275f62
it breaks acking on session timers and initial invite
2011-06-15 10:02:34 -05:00
Anthony Minessale
f35a68141e
add conference member flag nomoh
2011-06-14 13:41:25 -05:00
Anthony Minessale
5081765575
remove superfluous hangup
2011-06-14 11:40:46 -05:00
Mathieu Rene
36f812d938
CNG frames need to have codec set too
2011-06-14 00:35:18 -04:00
Mathieu Rene
692a5967d1
should be INT32_MAX
2011-06-13 18:25:27 -04:00
Mathieu Rene
affcdb0a4f
Make all sockets non-blocking
2011-06-13 16:42:18 -04:00
Michael S Collins
2e01654115
Remove duplicate output from rtmp status profile xxx API command
2011-06-13 13:22:38 -07:00
Anthony Minessale
3815d1885e
set variables based on input hash
2011-06-13 13:59:34 -05:00
Anthony Minessale
8de62867f5
doh
2011-06-13 13:43:14 -05:00
Anthony Minessale
0933a34369
RTMP as easy as A.B.C. Avant-Garde Solutions Inc. -- Barracuda Networks Inc. -- ClueCon! http://www.cluecon.com
2011-06-13 12:52:16 -05:00
Mathieu Rene
52ad8b44a3
FS-3342 --resolve
2011-06-12 12:01:58 -04:00
Moises Silva
c4a2faf234
mod_sangoma_codec: nevermind, 50 is our limit for now due to L16 requirement
2011-06-10 14:36:35 -04:00
Anthony Minessale
ba496a110a
FS-3336 --resolve
2011-06-10 09:44:38 -05:00
Anthony Minessale
c5a2275f62
FS-3340
2011-06-10 09:41:30 -05:00
Anthony Minessale
f4916c44b7
add func
2011-06-09 15:42:09 -05:00
Anthony Minessale
b1cf5bee30
wait for thread to start in mod conference to avoid one in a million race on heavy traffic
2011-06-09 15:31:18 -05:00
Anthony Minessale
7e6b59ffe1
add some various api util
2011-06-09 12:17:32 -05:00
Anthony Minessale
7d2e2ce071
FS-3214 forgot 1 important line
2011-06-09 10:57:04 -05:00
Anthony Minessale
b14340a5da
dig into the database to figure out what profile to send mwi on when they are not willing to alais the domain to the profile =/
2011-06-09 10:45:28 -05:00
Anthony Minessale
7200408062
revert e2ed8c08ef
2011-06-09 10:36:35 -05:00
Anthony Minessale
7330a06f99
FS-3214 try this patch too
2011-06-09 10:22:40 -05:00
Anthony Minessale
e2ed8c08ef
pop ::<profile_name> off the domain name in mwi events to hint at the profile
2011-06-08 19:32:18 -05:00
Anthony Minessale
07a797522a
FS-3214 try this patch
2011-06-08 18:50:21 -05:00
Anthony Minessale
e8962d5687
move muted/unmuted indications to main thread via flags
2011-06-08 15:08:41 -05:00
Anthony Minessale
079f48458e
add check_sync to sofia cli (like flush_inbound_reg without the unreg)
2011-06-08 11:09:03 -05:00
Daniel Swarbrick
8d8e5a23a6
Mask remote party identity in SIP presence if channel var presence_privacy=true
2011-06-07 13:58:12 +02:00
Jeff Lenk
0675b59beb
FS-3321 release rwlock on error
2011-06-06 21:28:14 -05:00
Travis Cross
ef8b793c38
resolve FS-3309; zeromq moves around upstream sources
...
Since zeromq doesn't maintain a single canonical URL for a given
version, we try both possible locations before giving up.
2011-06-06 19:17:10 +00:00
Travis Cross
f25085e06b
lower log-level of failed ivr_originate
...
ivr_originate can fail due to causes such as NO_ANSWER and
ATTENDED_TRANSFER. It seems excessive to log these normal events
with LOG_ERROR. Lowering to LOG_NOTICE.
2011-06-06 17:54:17 +00:00
Christopher Rienzo
5099d3b8e3
fix mod_unimrcp reloadxml issue
2011-06-03 20:41:09 +00:00
Christopher Rienzo
94e9957e51
FS-3311 fire SWITCH_EVENT_RECORD_STOP after closing file
2011-06-03 18:48:02 +00:00
Anthony Minessale
68c389df46
FS-3326 --resolve ok thx
2011-06-03 09:45:07 -05:00
Jeff Lenk
5923f71a84
more code analysis mostly trivial except string formating changes
2011-06-01 22:36:19 -05:00
Anthony Minessale
37c2b1ff7b
fix race
2011-06-01 17:40:56 -05:00
Anthony Minessale
51c215809f
only accept info dtmf when its configured to
2011-06-01 13:19:28 -05:00
Anthony Minessale
64f8ad3f84
FS-3324 --resolve I think this is a misconfiguration where you have nat detected and no external ip configured
2011-06-01 10:59:38 -05:00
Jeff Lenk
3b81d1fcdd
vs2010 reswig
2011-06-01 10:50:15 -05:00
Jeff Lenk
14ef54cd4e
FS-3315 Fix this differently convert to cdecl so SWIG likes
2011-06-01 10:48:42 -05:00
Anthony Minessale
7bbbb9ccc5
add vars: flip_record_on_hold to make the recording flip to the other leg on hold, record_check_bridge to make recording the same file on the opposite leg of a bridge considered a duplicate attempt and record_toggle_on_repeat to make repeat recording the same file toggle the recording off
2011-05-31 22:22:18 -05:00
Jeff Lenk
332a5805a1
trivial compiler warning
2011-05-31 14:10:21 -05:00
Anthony Minessale
17e2cbb380
followup 2
2011-05-31 13:18:35 -05:00
Anthony Minessale
bb614c5a08
followup 1
2011-05-31 13:10:37 -05:00
Anthony Minessale
e2da3bea0c
add code to pass recording bugs on to other legs when executing an attended transfer, needs testing and possible follup commits before using
2011-05-31 13:01:28 -05:00
Anthony Minessale
0419c4e0f3
add append flag to mod_shout
2011-05-31 10:40:34 -05:00
Anthony Minessale
37064511e4
fix bug from the *cough* FRICKING MAILING LIST WHERE IT SHOULD NOT HAVE BEEN REPORTED FROM *cough*
2011-05-31 09:53:39 -05:00
Moises Silva
43a5af7df6
mod_sangoma_codec: Update max ms loop limit
2011-05-30 12:27:01 -04:00
Jeff Lenk
d193789a2c
fix several problems discovered with code analysis
2011-05-30 00:07:32 -05:00
Jeff Lenk
6a38dce2b8
trivial compiler warnings
2011-05-29 09:46:02 -05:00
Jeff Lenk
4480abc911
fix compiler warning
2011-05-27 21:46:28 -05:00
Anthony Minessale
9e12983f3e
FS-3100 --resolve
2011-05-27 20:41:31 -05:00
Anthony Minessale
dc028b3648
FS-3046 --resolve
2011-05-27 20:39:12 -05:00
Anthony Minessale
a405b779c9
FS-3319 --resolve
2011-05-27 19:14:00 -05:00
Moises Silva
d1169d6e97
mod_portaudio_stream: update to specify the channel index
2011-05-27 18:09:06 -04:00
Moises Silva
1078f77f42
Merge remote-tracking branch 'fsorig/master'
2011-05-27 16:37:24 -04:00
Mathieu Rene
9d756ecc77
FS-3320 --resolve
2011-05-27 12:24:48 -04:00
Anthony Minessale
0ac088e32c
FS-3313 --resolve Come To ClueCon 2011 http://www.cluecon.com
2011-05-27 09:51:05 -05:00
Anthony Minessale
01d0250ee6
FS-1986 --resolve Come To ClueCon 2011 http://www.cluecon.com
2011-05-27 09:49:02 -05:00
Anthony Minessale
e03d900c23
FS-3300 --resolve
2011-05-27 09:38:54 -05:00
Moises Silva
3a918f3333
mod_sangoma_codec: do not use the provided session void* to store the rtp port
2011-05-26 17:42:13 -04:00
Mathieu Parent
ff08ea68ce
Skinny: reindent using vim's =G
2011-05-26 21:43:53 +02:00
Mathieu Parent
5f6c469e44
Skinny: rename skinny-route to skinny-process
...
this is needed to differentiate route/cfwd
2011-05-26 21:43:53 +02:00
Moises Silva
d51cb976cb
mod_sangoma_codec: set RTP pointer to NULL on error
2011-05-26 14:11:31 -04:00
Anthony Minessale
89666f44b3
FS-3316 --resolve you should attach git diffs
2011-05-26 11:30:59 -05:00
Anthony Minessale
7fb6fb3076
doh merge conflict put back changes
2011-05-26 10:04:15 -05:00
Anthony Minessale
c080fb15d9
update on array patch
2011-05-26 10:00:06 -05:00
Jeff Lenk
fc004ddc13
FS-3315 --resolve Fix typedef declaration for switch_cap_callback_t Thanks Peter
2011-05-26 08:39:28 -05:00
Moises Silva
ba76388cb2
fix missing ringback silence calculation spot in switch_ivr_originate
2011-05-26 02:23:34 -04:00
Jeff Lenk
8ba8b501bf
vs2010 reswig
2011-05-25 23:52:11 -05:00
Jeff Lenk
55c24567bd
fix windows code analysis problems
2011-05-25 23:51:48 -05:00
System Administrator
7eaef23955
Merge remote branch 'fsorig/master'
...
Conflicts:
src/mod/applications/mod_commands/mod_commands.c
src/mod/endpoints/mod_portaudio/mod_portaudio.c
src/mod/endpoints/mod_portaudio/pablio.c
2011-05-26 00:13:12 -04:00
System Administrator
294a57fbcb
allow -1 as silence generation divisor to specify only zeroes silence
2011-05-25 23:16:24 -04:00
Michael S Collins
3aff2bdcbc
Newline not needed here
2011-05-25 17:11:07 -07:00
Michael S Collins
f731abe05f
Add 'conference xxxx list count' to get exact member count for a given conference
2011-05-25 16:52:54 -07:00
Brian West
788ef41a86
swigall
2011-05-25 17:02:08 -05:00
Jeff Lenk
f4824b0773
fix windows trivial compiler warnings
2011-05-25 17:16:48 -05:00
Anthony Minessale
860d2a6c12
add capture dp app
2011-05-25 16:12:42 -05:00
Anthony Minessale
c1c759526d
add arrays to event headers and chanvars
2011-05-25 15:42:36 -05:00
Anthony Minessale
b978d39d48
FS-3312 --resolve
2011-05-25 14:45:55 -05:00
Mathieu Rene
5013bece3f
fix segfault
2011-05-25 15:04:40 -04:00
Brian West
417b24cc10
swigall
2011-05-25 11:52:52 -05:00
Stefan Knoblich
812fd7278e
mod_sofia: Reformat sofia usage string and make it a static const char[].
...
Make this thing readable by wasting a couple of bytes for spaces and newlines.
As an added bonus, save some stack space by making usage_string a static const.
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-05-25 18:29:28 +02:00
Jeff Lenk
1086cba2be
fix trivial compiler warning
2011-05-23 22:51:43 -05:00
Anthony Minessale
2582bbcb36
add xml user caching mechanism
2011-05-23 17:15:37 -05:00
Anthony Minessale
50e54364e3
FS-3308 --resolve
2011-05-23 13:20:33 -05:00
Anthony Minessale
62c81afef0
init ssl locks in sofia
2011-05-23 12:23:30 -05:00
Brian West
34a008d2d7
swigall
2011-05-23 10:56:22 -05:00
Jeff Lenk
765908f356
FS-3152 --resolve dup_dest was being overwritten by switch_split_user_domain
2011-05-22 19:10:52 -05:00
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
Anthony Minessale
7ba849b34a
remove auto gain events
2011-05-19 11:43:33 -05: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
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
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
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
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
Anthony Minessale
082cb7154e
ditto
2011-05-13 16:29:48 -05: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
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
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
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
Anthony Minessale
123eaa524b
fix rare t38 gateway issue
2011-05-12 10:32:39 -05:00
Jeff Lenk
a912fa6b3e
VS2008 cleanup for Core Curl integration
2011-05-12 10:48:46 -05:00
Tamas Cseke
15ece47601
handle connection lost
2011-05-12 10:29:55 +02:00
Tamas Cseke
26dfea65e4
load the module even if mongod is unreachable
2011-05-12 10:29:20 +02:00
Anthony Minessale
29bf9157ef
clean up core curl patch
2011-05-11 14:42:52 -05:00
Anthony Minessale
d98d51ed39
FS-3144 --resolve
2011-05-11 13:23:56 -05:00
Andrew Thompson
8ae9ab5d15
FS-3034
2011-05-11 13:55:22 -04:00
Anthony Minessale
dc6ca6f8e1
FS-3278 --resolve
2011-05-11 11:41:08 -05:00
Anthony Minessale
8de336b7a8
add files from last commit
2011-05-11 10:09:43 -05:00
Anthony Minessale
7064487df2
FS-2936 please test on windows
2011-05-11 10:07:00 -05:00
Rupa Schomaker
897e6573fa
FS-2890 --resolve mod_nibblebill, remove on_reporting hook
2011-05-10 08:12:27 -05:00
Michael S Collins
154731a777
Add jaybinks' tel: patch
2011-05-09 09:41:50 -07:00
Rupa Schomaker
5fa9619fe7
mod_lcr - FS-3284 --resolve - fix malformed XML when has embedded %s
2011-05-09 11:21:04 -05:00
Rupa Schomaker
3dca2ebb00
mod_lcr - FS-3283 --resolve fix as xml for larger number of arguments
2011-05-09 11:21:03 -05:00
Brian West
a0c673be6b
swigall
2011-05-09 09:14:01 -05:00
Giovanni Maruzzelli
3ad0d5d624
skypopen: fixing previous fix, Makefile.am now is ok
2011-05-09 09:09:04 -05:00
Giovanni Maruzzelli
b8543ea310
skypopen: reinstating 5f91e46914
on Makefile.am, was overwritten by 1e74a714d7
2011-05-09 08:42:10 -05:00
Giovanni Maruzzelli
ac7ca637f0
skypopen: * FS-3287
2011-05-09 08:24:55 -05:00
Moises Silva
690b3b5b72
add uuid completion to uuid_outgoing_answer
...
fix segfault due to typo in uuid_outgoing_answer
2011-05-09 02:32:31 -04:00
Moises Silva
72f2ffce5d
mod_portaudio: check for CF_ANSWERED too
2011-05-09 01:57:01 -04:00
Moises Silva
45fb1725b0
added uuid_outgoing_answer to answer outgoing channels (ie portaudio endpoints)
2011-05-09 01:25:24 -04:00
Moises Silva
b2d696b3fd
make endpoint auto-answer configurable via {endpoint_answer=yes|no} in the dial string
...
do not warn about ring device since is acceptable to not have one
2011-05-09 00:45:31 -04:00
Jeff Lenk
d495124f64
windows permanent fix for %I64d problems - all versions after vs2003 support %lld
2011-05-08 13:10:01 -05:00
Anthony Minessale
1772fcb079
add largest_jb_size
2011-05-06 15:25:00 -05:00
Giovanni Maruzzelli
818021cfc6
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2011-05-06 13:11:03 -05:00
Giovanni Maruzzelli
2af0dc00c8
skypopen: let's bump the thread priorities, refined
2011-05-06 13:10:57 -05:00
Mathieu Rene
fee49b16df
mod_radius_cdr: log errors with the call's uuid
2011-05-05 15:23:53 -04:00
Mathieu Rene
18d29b4670
mod_radius_cdr: Add 'Freeswitch-Other-Leg-Id' av pair
2011-05-05 15:21:27 -04:00
Mathieu Rene
a5170df009
mod_radius_cdr: Add 'Freeswitch-Direction' av pair
2011-05-05 13:45:21 -04:00
Giovanni Maruzzelli
eb13414051
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2011-05-05 12:32:31 -05:00
Giovanni Maruzzelli
6341694d13
skypopen: let's bump the thread priorities (to be refined, thanks Tony)
2011-05-05 12:32:25 -05:00
Jeff Lenk
1b8013a171
vs2010 reswig
2011-05-04 21:59:17 -05:00
Brian West
fca0575ad2
swigall
2011-05-04 14:47:32 -05:00
Anthony Minessale
789a9ce8d1
FS-3213 --resolve
2011-05-04 10:03:45 -05:00
Anthony Minessale
88f4828c88
FS-3282 --resolve ms resolution with new query-timeout-ms, query-timeout still works as expected
2011-05-04 10:00:22 -05:00
Jeff Lenk
a57336ba37
FS-3004 --resolve
2011-05-03 22:40:43 -05:00
Marc Olivier Chouinard
c4b78a49c7
record_session: Will auto create recursive destination folder if it doesn't already exist (Doesn't create folder when used with local cache feature)
2011-05-03 17:27:21 -04:00
Marc Olivier Chouinard
9ff8f53f05
mod_callcenter: Fix member been switch as abandoned when he was pickup by an agent FS-3281
2011-05-03 12:13:52 -04:00
Giovanni Maruzzelli
e1c21a67dc
gsmopen: FS-351
2011-05-03 10:17:28 -05:00
Giovanni Maruzzelli
1e74a714d7
skypopen: * FS-351
2011-05-03 10:13:30 -05:00
Brian West
43442e4f41
refactor mod_loopback timeout handling
2011-05-02 17:21:45 -05:00
Moises Silva
d655fa600f
mod_sangoma_codec: ok hardware documentation says 200ms for G729
2011-05-02 14:05:11 -04:00
Moises Silva
87e96ace72
mod_sangoma_codec: register G729 up to 100ms
2011-05-02 12:59:43 -04:00
Anthony Minessale
a6b336e4cb
add option to disable srtp with --disble-srtp
2011-05-02 11:33:57 -05:00
Anthony Minessale
a13064101f
3280 --resolve missed a spot
2011-05-02 10:37:05 -05:00
Moises Silva
de05a65108
set the maximum buffer length and source members for frames returned from portaudio endpoints
2011-04-30 08:33:32 -04:00
Giovanni Maruzzelli
1447aec426
skypopen: directories reshuffle, old stuff is now in old_stuff subdir :)
2011-04-30 03:06:54 -05:00
Giovanni Maruzzelli
ff9607c08f
skypopen: directories reshuffle, old stuff is now in old_stuff subdir :)
2011-04-30 03:01:51 -05:00
Giovanni Maruzzelli
aa7f47ac06
skypopen: refining INTERACTIVE INSTALLER for Linux (to be announced :) )
2011-04-30 02:35:41 -05:00
Giovanni Maruzzelli
7d2c2c8818
skypopen: refining INTERACTIVE INSTALLER for Linux (to be announced :) )
2011-04-30 02:29:20 -05:00
Anthony Minessale
2d856f8f7c
FS-3276 --resolve please attach the diff next time, do not paste it into the comment. It ruins the formatting. Also I changed the patch so the variable names refelect what is being harvested namely sip_bye_content_type and sip_bye_payload
2011-04-29 17:13:16 -05:00