13317 Commits

Author SHA1 Message Date
Anthony Minessale
0590142f4b FS-4582 --resolve 2012-09-11 14:31:33 -04:00
Steve Underwood
f70e58d7df Those damn tiff-3.8.2 entries seem to be everywhere 2012-09-11 14:31:33 -04:00
Steve Underwood
b10aeca36c 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-11 14:31:32 -04:00
Anthony Minessale
46a1310d25 pull this code 2012-09-11 14:31:32 -04:00
Michael Jerris
460d5d9eeb FS-4581: --resolve use specific column names in telecast web_callback 2012-09-11 14:31:31 -04:00
Raymond Chandler
521c8d32e8 FS-4558: add uuid 2012-09-11 14:31:31 -04:00
Anthony Minessale
584603b6a0 queue in-dialog message to the session 2012-09-11 14:31:31 -04:00
Anthony Minessale
442013e962 add sip_wait_for_aleg_ack var 2012-09-11 14:31:31 -04:00
Anthony Minessale
deecf2e4ea tweak 2012-09-11 14:31:31 -04:00
Anthony Minessale
70ae3e0caf tweak 2012-09-11 14:31:31 -04:00
Anthony Minessale
d31a738bc5 add uuid_early_ok 2012-09-11 14:31:31 -04:00
Anthony Minessale
62ce2970c5 add channel events to message when its in-dialog 2012-09-11 14:31:31 -04:00
Anthony Minessale
53e22518ea FS-4578 try this on dev branch HEAD 2012-09-11 14:31:31 -04:00
Anthony Minessale
13dab11cb2 add ignore_early_media=consume for hmmhesays 2012-09-11 14:31:31 -04:00
Anthony Minessale
4825e2edc3 another efficiency pass on sofia and refactoring of 3c685bff255779d21c1d6cd577276f1861be7aa2 to be more efficient 2012-09-11 14:31:31 -04:00
Anthony Minessale
ae6332d7c1 reduce log level of debug data 2012-09-11 14:31:31 -04:00
Anthony Minessale
89e39609f5 FS-4576 --resolve 2012-09-11 14:31:31 -04:00
Anthony Minessale
977364961a only skip cdr on challenge calls not cancel 2012-09-11 14:31:31 -04:00
Anthony Minessale
ce88d572d3 add uuid_answer and uuid_pre_answer 2012-09-11 14:31:30 -04:00
Anthony Minessale
8672cf08fb add fire-message-events profile param 2012-09-11 14:31:30 -04:00
Anthony Minessale
9c06cb34fe add fire-message-events profile param 2012-09-11 14:31:30 -04:00
Anthony Minessale
fdae1fd2a6 clean up mutex app code 2012-09-11 14:31:30 -04:00
Anthony Minessale
129e67a8b9 some minor regressions from the last commit 2012-09-11 14:31:30 -04:00
Anthony Minessale
12dc982a2b swigall 2012-09-11 14:31:30 -04:00
Anthony Minessale
6a5f200a4b FS-4570 --resolve 2012-09-11 14:31:30 -04:00
Anthony Minessale
3af25d503c FS-4573 --resolve 2012-09-11 14:31:30 -04:00
Anthony Minessale
8e5f5baa06 fix double sessions on auth challenged calls 2012-09-11 14:31:30 -04:00
Anthony Minessale
9544d7a49e finish up mutex app 2012-09-11 14:31:30 -04:00
Anthony Minessale
a952e91197 evil typo to cause regression in new core recover engine 2012-09-11 14:31:30 -04:00
Anthony Minessale
64fd2bdd12 update last 2012-09-11 14:31:30 -04:00
Anthony Minessale
90b75b3b71 check-in of mutex app 2012-09-11 14:31:29 -04:00
Anthony Minessale
5ae97f749a FS-4488 wrong format macro 2012-09-11 14:31:29 -04:00
Anthony Minessale
77a542e4be FS-4565 --resolve 2012-09-11 14:31:29 -04:00
Anthony Minessale
4546a15b35 add tmute command 2012-09-11 14:31:29 -04:00
Anthony Minessale
cac11178b9 add cache param to httapi 2012-09-11 14:31:29 -04:00
Anthony Minessale
99695438af FS-4561 more debug 2012-09-11 14:31:29 -04:00
Anthony Minessale
1fb13e7615 FS-4561 revert 2012-09-11 14:31:29 -04:00
Anthony Minessale
841d887bfe enable debug 2012-09-11 14:31:29 -04:00
Robert Jongbloed
b2b63b0878 Added check for PTLib version, can't be too old. 2012-09-11 14:31:28 -04:00
Anthony Minessale
04d5ec4b1f FS-4561 please test this 2012-09-11 14:31:28 -04:00
Anthony Minessale
3e0aad8eda FS-4561 send notify with terminate state when we get a SUBSCRIBE with expires 0 2012-09-11 14:31:27 -04:00
Anthony Minessale
4dc3e0948e 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-09-11 14:31:27 -04:00
Anthony Minessale
d78a192b0d revert 2012-09-11 14:31:27 -04:00
Stefan Knoblich
59a3df2563 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-09-11 14:31:27 -04:00
Anthony Minessale
27860f1e29 fix some issues in httapi record parser 2012-09-11 14:31:27 -04:00
Anthony Minessale
7bc19b0c1b fix small bug, init this value to success so you can record without playing a file first 2012-09-11 14:31:27 -04:00
Anthony Minessale
9a6b9143f9 FS-4079 FS-4540 regression from 5213c764bbaf779a0b4c4f9feb35f13b5097c6c4 please update ASAP if you are running this one 2012-09-11 14:31:26 -04:00
Anthony Minessale
bbae1afb2d copy channel data into RECV_INFO event 2012-09-11 14:31:26 -04:00
Anthony Minessale
55f1c9b75c FS-4561 please update to this version and retest with new logs if necessary 2012-09-11 14:31:26 -04:00
Anthony Minessale
42a233d76f FS-4079 FS-4540 minor refactoring to fix some minor side effects of recent changes 2012-09-11 14:31:26 -04:00