Anthony Minessale
a5e9f65e31
FS-4582 --resolve
2012-09-01 11:46:45 -05:00
Steve Underwood
92fea4a896
Those damn tiff-3.8.2 entries seem to be everywhere
2012-09-01 23:37:46 +08:00
Steve Underwood
495fd99d5d
Patched the new libtiff-4.0.2 code to support TIFF/FX tags and the extra
...
compression and colour profile codes that go with them.
2012-09-01 21:50:47 +08:00
Anthony Minessale
bfee2f5382
pull this code
2012-08-31 17:38:06 -05:00
Michael Jerris
200ca61731
FS-4581: --resolve use specific column names in telecast web_callback
2012-08-31 17:11:08 -04:00
Raymond Chandler
f05089b965
Merge branch 'master' of fs-git:freeswitch
2012-08-31 16:41:57 -04:00
Raymond Chandler
6ed3218f8a
FS-4558: add uuid
2012-08-31 16:35:13 -04:00
Anthony Minessale
6e39233840
queue in-dialog message to the session
2012-08-31 15:28:02 -05:00
Anthony Minessale
984b27c68d
add sip_wait_for_aleg_ack var
2012-08-31 14:49:21 -05:00
Anthony Minessale
a8ce9ac29f
tweak
2012-08-30 17:17:15 -05:00
Anthony Minessale
7d2e742feb
tweak
2012-08-30 16:52:34 -05:00
Anthony Minessale
35f0e2ff3a
add uuid_early_ok
2012-08-30 16:51:06 -05:00
Anthony Minessale
722919668d
add channel events to message when its in-dialog
2012-08-30 16:38:31 -05:00
Anthony Minessale
f43e8246f9
FS-4578 try this on dev branch HEAD
2012-08-30 16:15:03 -05:00
Anthony Minessale
fea44bb2c5
add ignore_early_media=consume for hmmhesays
2012-08-30 15:14:38 -05:00
Anthony Minessale
6d2b3256c3
another efficiency pass on sofia and refactoring of 3c685bff255779d21c1d6cd577276f1861be7aa2 to be more efficient
2012-08-30 15:26:13 -05:00
Anthony Minessale
e67bb432d1
reduce log level of debug data
2012-08-30 13:18:01 -05:00
Anthony Minessale
8ed7bcd88f
FS-4576 --resolve
2012-08-29 20:35:05 -05:00
Anthony Minessale
c7d7bf23d3
only skip cdr on challenge calls not cancel
2012-08-29 18:35:52 -05:00
Anthony Minessale
65f2961923
add uuid_answer and uuid_pre_answer
2012-08-29 18:14:24 -05:00
Anthony Minessale
4fb38a93a4
add fire-message-events profile param
2012-08-29 15:38:01 -05:00
Anthony Minessale
fb9b69f469
add fire-message-events profile param
2012-08-29 15:34:17 -05:00
Anthony Minessale
5c00f6638c
clean up mutex app code
2012-08-29 14:42:18 -05:00
Anthony Minessale
d1b0b1168a
some minor regressions from the last commit
2012-08-29 14:42:00 -05:00
Anthony Minessale
82a9346486
swigall
2012-08-29 11:57:14 -05:00
Anthony Minessale
c1d2624ce5
FS-4570 --resolve
2012-08-29 11:50:55 -05:00
Anthony Minessale
ada8b78393
FS-4573 --resolve
2012-08-29 11:46:36 -05:00
Anthony Minessale
3c685bff25
fix double sessions on auth challenged calls
2012-08-29 10:38:37 -05:00
Anthony Minessale
edad5d3348
finish up mutex app
2012-08-29 01:01:14 -05:00
Anthony Minessale
b9dd32ac8f
evil typo to cause regression in new core recover engine
2012-08-29 01:00:58 -05:00
Anthony Minessale
5a3a1e3b44
update last
2012-08-28 22:23:50 -05:00
Anthony Minessale
212953bcb4
check-in of mutex app
2012-08-28 21:11:43 -05:00
Anthony Minessale
227ed3036e
FS-4488 wrong format macro
2012-08-28 13:17:31 -05:00
Anthony Minessale
ffb553bef5
FS-4565 --resolve
2012-08-28 12:57:47 -05:00
Anthony Minessale
a8cd9b82da
add tmute command
2012-08-27 17:51:07 -05:00
Anthony Minessale
a8b89bcc1e
add cache param to httapi
2012-08-27 16:13:21 -05:00
Anthony Minessale
90e637cc2f
FS-4561 more debug
2012-08-27 12:55:34 -05:00
Anthony Minessale
a0f752c564
FS-4561 revert
2012-08-27 12:50:51 -05:00
Anthony Minessale
be5fc2c0c5
enable debug
2012-08-27 12:38:48 -05:00
Robert Jongbloed
48b85ca9c1
Added check for PTLib version, can't be too old.
2012-08-27 11:51:28 +10:00
Anthony Minessale
4d8c82c86b
FS-4561 please test this
2012-08-26 12:35:36 -05:00
Anthony Minessale
60cd56d1fc
FS-4561 send notify with terminate state when we get a SUBSCRIBE with expires 0
2012-08-24 17:53:53 -05:00
Anthony Minessale
e0372f57c3
FS-4525 --resolve ok there was 2 parts to this and I missed one, your client actually uses different to and from in the subscribe where the majority use the target name in the request, to and from, this should make it compat
2012-08-24 13:15:57 -05:00
Anthony Minessale
fbc83cb0ea
revert
2012-08-23 17:52:32 -05:00
Stefan Knoblich
a436a3e962
FreeSWITCH: Fix format string error in witch_core_session_thread_pool_worker().
...
Fixes:
cc1: warnings being treated as errors
src/switch_core_session.c: In function 'switch_core_session_thread_pool_worker':
src/switch_core_session.c:1478: warning: format '%ld' expects type 'long int', but argument 9 has type 'switch_size_t'
src/switch_core_session.c:1483: warning: format '%ld' expects type 'long int', but argument 9 has type 'switch_size_t'
gmake[2]: *** [libfreeswitch_la-switch_core_session.lo] Error 1
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-24 00:51:36 +02:00
Anthony Minessale
f34085965c
fix some issues in httapi record parser
2012-08-23 17:49:53 -05:00
Anthony Minessale
4efff5c463
fix small bug, init this value to success so you can record without playing a file first
2012-08-23 16:29:30 -05:00
Anthony Minessale
04924f1694
FS-4079 FS-4540 regression from 5213c764bbaf779a0b4c4f9feb35f13b5097c6c4 please update ASAP if you are running this one
2012-08-23 14:56:37 -05:00
Anthony Minessale
29a3d7ab02
copy channel data into RECV_INFO event
2012-08-23 13:07:08 -05:00
Anthony Minessale
cfa02f0e32
FS-4561 please update to this version and retest with new logs if necessary
2012-08-23 13:02:08 -05:00