4721 Commits

Author SHA1 Message Date
Anthony Minessale
16d41e463c get rid of little caesars 2012-10-25 15:09:09 -05:00
Anthony Minessale
49166a3c58 typo 2012-10-25 14:17:26 -05:00
Anthony Minessale
7e2110abf7 fix a few regressions from the last commit 2012-10-25 14:06:05 -05:00
Anthony Minessale
b29412054a fold reconfig_sofia into config_sofia so we don't have 2 difft config funcs 2012-10-25 12:30:08 -05:00
Anthony Minessale
68e0b7e859 optimize sofia sql by using new core transaction processor we will no longer support databases that do not support transactions 2012-10-25 11:31:47 -05:00
Anthony Minessale
5f469ad2bd FS-4753 --resolve this should properly detect it everywhere 2012-10-23 13:14:51 -04:00
Anthony Minessale
b8bef3eeb3 remove code 2012-10-19 17:09:33 -04:00
Anthony Minessale
7b7254ac93 fix sofia recovery on srtp legs 2012-10-19 15:49:22 -05:00
Anthony Minessale
5eedbb5052 FS-4674 moved higher up into the init state to catch vars set during originate 2012-10-19 13:16:44 -04:00
Brian West
fbb99f60b4 really fix FS-3726 this time 2012-10-18 15:56:06 -05:00
Anthony Minessale
986fede6b0 make a way to get the jitter buffer down to the codecs 2012-10-18 15:29:00 -04:00
Anthony Minessale
768e5490d5 FS-4723 --resolve 2012-10-18 12:01:44 -04:00
Anthony Minessale
41f74ee861 push recordings to real channels when doing bowout 2012-10-17 12:49:58 -04:00
Anthony Minessale
cfe54e6da5 FS-4674 --resolve this was a typo it should work now 2012-10-17 12:41:24 -04:00
Anthony Minessale
a20aec182a add rtp_manual_video_rtp_bugs 2012-10-16 18:43:00 -04:00
Anthony Minessale
7eafa85de5 add execute_on_media_timeout var 2012-10-16 12:48:16 -04:00
Anthony Minessale
1f5f9408a0 FS-4684 please test 2012-10-16 09:27:10 -04:00
Anthony Minessale
c9d16d5f4f use all inbound codecs on renegotiation 2012-10-15 21:50:59 -04:00
Anthony Minessale
fe8c5326a8 add username to sql stmt to differentiate silly devices who use the same exact contact addr 2012-10-12 17:49:15 -04:00
Anthony Minessale
2369ffa989 sofia: on apply-inbound-acl you can now specify <list name>:<pass context>:<fail context> 2012-10-12 17:05:15 -04:00
Anthony Minessale
a800a5fc5c FS-4708 add <param name="NDLB-allow-crypto-in-avp" value="true"/> to your sofia profile and it should set the header 2012-10-11 10:36:07 -05:00
Anthony Minessale
b1c90dff53 FS-4669 ok this FS console trace demonstrates your problem, try this patch 2012-10-10 13:46:13 -05:00
Anthony Minessale
e1fe289672 refactor db stuff to use single string dsn to avoid code duplication and introduce switch_sql_queue_manager api to create transactional sql queues to aggregate a bunch of sql stmts into transactions 2012-10-09 20:20:32 -05:00
Anthony Minessale
03d702fabc FS-4676 --resolve 2012-10-09 13:50:11 -05:00
Eliot Gable
1fe96ac38c Handle building on different PGSQL versions and update error message in Sofia. 2012-10-09 18:42:23 +00:00
Anthony Minessale
93f4c0f698 move sofia locking contention outside of cache_db handle management 2012-10-08 13:28:01 -05:00
Eliot Gable
5cb354dddc Initial core-pgsql support based on native libpq; FS starts and stops without errors using core-pgsql. 2012-10-08 20:33:57 +00:00
Anthony Minessale
bed72bff7a update vid code in dingaling 2012-10-05 16:43:39 -05:00
Anthony Minessale
a6602206de FS-4684 try this, this behaviour is not supported in proxy mode 2012-10-05 09:00:30 -05:00
Anthony Minessale
7afd4cae67 FS-4677 2012-10-04 08:02:32 -05:00
Anthony Minessale
6d01ad5e38 some more priority tweaks 2012-10-03 14:10:22 -05:00
Anthony Minessale
fd177cdf33 FS-4676 going over the traces the only thing I can guess is that you may have some race condition on the speed of your box or something regarding the db, Try this patch that may help 2012-10-03 09:29:50 -05:00
Anthony Minessale
ea599992e1 FS-4656 --resolve with this patch the bug is fixed but also the old behaviour of setting this variable on the A leg expecting it to auto-set it on the B leg is no longer supported. It must be exported or put in the dialstring with {} to put it on the B leg going forward 2012-10-03 07:42:05 -05:00
Anthony Minessale
51bdf8522a FS-4677 --resolve 2012-10-02 12:22:03 -05:00
Anthony Minessale
2722f4da19 FS-4674 add loopback_export for a list of channel vars to pass from loopback-a to loopback-b 2012-10-02 11:02:42 -05:00
Anthony Minessale
80c2bd786a FS-4669 --resolve 2012-10-02 10:31:32 -05:00
Anthony Minessale
52eff9451c wrap fork so we can drop priority in child processes 2012-10-01 13:38:45 -05:00
Anthony Minessale
464155c5cd more priority tweaks 2012-10-01 10:20:48 -05:00
Anthony Minessale
8733a2c895 some priority queuing tweaks for performance 2012-10-01 11:47:26 -05:00
Jeff Lenk
bf060c6396 FS-4664 --resolve 2012-10-01 08:56:51 -05:00
Anthony Minessale
06a3266360 FS-4655 its not a bug its a behaviour request, try this patch 2012-09-27 14:27:28 -05:00
Robert Jongbloed
cf0f483aab Assuming, just because it is MSVC, that the standard integers are not defined, is not correct. Need to test for define _STDINT as well as later versions of MSVC (>= VS2010) do have stdint.h 2012-09-27 10:16:14 +10:00
Robert Jongbloed
9d2aa0cd4c Fixed failure to close FS call when H.323 call is closed from remote in early phase. 2012-09-27 10:16:11 +10:00
Giovanni Maruzzelli
a1d727cab6 gsmopen: FS-4652 , compilation failed with Mobigator 2012-09-26 19:20:27 +02:00
Giovanni Maruzzelli
d0ddd77cdc gsmopen: FS-4652 , compilation failed with Mobigator 2012-09-26 19:15:42 +02:00
Giovanni Maruzzelli
ed6f040e70 gsmopen: FS-4652 , compilation failed with Mobigator 2012-09-26 19:01:08 +02:00
Giovanni Maruzzelli
f102f7b4c4 gsmopen: FS-4652 , compilation failed with Mobigator 2012-09-26 18:56:02 +02:00
Giovanni Maruzzelli
507de0a7e5 gsmopen: FS-4652 , compilation failed with Mobigator 2012-09-26 17:24:11 +02:00
Giovanni Maruzzelli
e50f7a92e9 gsmopen: FS-4652 , compilation failed with Mobigator 2012-09-26 16:53:31 +02:00
Anthony Minessale
9c97ae3ccc FS-4640 please test 2012-09-21 14:45:30 -05:00