3909 Commits

Author SHA1 Message Date
Anthony Minessale
714195b8f2 FS-3487 gonna guess, try this... 2011-08-04 16:34:01 -05:00
Anthony Minessale
8caef22b6c don't add the fs_nat stuff twice when its already there 2011-08-04 00:02:13 -05:00
Anthony Minessale
0a97462f3f FS-3340 revert 2011-08-04 00:01:26 -05:00
Anthony Minessale
f83ec35ab4 FS-3444 revert 2011-08-03 23:52:15 -05:00
Anthony Minessale
61ee7fdc85 don't allow auto answer on an non-outbound call 2011-08-03 23:49:09 -05:00
Anthony Minessale
bd64631b5c skip looking up session again in hash table when we already are parsing the event from the session thread 2011-08-03 23:47:47 -05:00
Anthony Minessale
d364e9f2b8 display fixes and add 2 new cols to channels to store last sent display data 2011-08-03 23:43:41 -05:00
Anthony Minessale
a7c6fa99c8 update sql indexes and queue size 2011-08-02 00:27:38 -05:00
Anthony Minessale
dbed0cb984 wrong toin at albakerky 2011-08-01 21:13:54 -05:00
Anthony Minessale
2d9d3f479c call update 2011-08-01 20:59:55 -05:00
Anthony Minessale
77413ba9ba FS-3451 --resolve we support this but there was a bug, should work now 2011-08-01 20:08:04 -05:00
Anthony Minessale
9e399c19e3 FS-3439 --resolve 2011-08-01 16:29:37 -05:00
Anthony Minessale
4b1bb61fff addtl update to last commit 2011-08-01 15:43:07 -05:00
Anthony Minessale
c16c74d9c0 update show calls to show both 1 legged calls and bridged calls, also show bridged_calls for previous behaviour of show calls 2011-08-01 14:43:03 -05:00
Anthony Minessale
56d67eadf6 sdp_m_per_ptime is now implied to be true, if you don't like this set it to false but its going to be undefined behaviour. This basically means if you call in with ptime 30 then you have a bunch of ptime 20 codecs in your outbound list that there will be one m= line with 30 and the original inbound codec and more m= lines for each discinct ptime in your list. This is, of course, will depend on disable_trancoding or absolute_codec_string as well 2011-08-01 10:22:55 -05:00
Anthony Minessale
98473085ea add homer capture hooks to mod_sofia 2011-07-31 18:36:23 -05:00
Anthony Minessale
00e0f87dcb FS-3443 --resolve 2011-07-31 18:27:33 -05:00
Anthony Minessale
f527ed686f cid tweak 2011-07-29 23:42:46 -05:00
Anthony Minessale
ad51c7917a FS-3465 --resolve 2011-07-29 23:29:00 -05:00
Anthony Minessale
3f489a2a21 add NDLB-allow-nondup-sdp to indicate you want to parse a differnt sdp in 200 ok from 1xx (previous default) this is a RFC violation so I decided not to support it by default anymore. Enable this if you want that broken behaviour 2011-07-29 22:16:39 -05:00
Anthony Minessale
f9612fecfe use register contact to determine proper contact in 200 ok response to register 2011-07-29 21:55:52 -05:00
Jeff Lenk
868d8230d1 FS-3444 trivial compile fix 2011-07-29 19:05:59 -05:00
Anthony Minessale
a0cec8ab26 FS-3444 --resolve slightly simpler way to do the same thing 2011-07-29 15:23:17 -05:00
Mathieu Parent
3c74f391f4 Skinny: correct fix b399735 2011-07-22 23:06:06 +02:00
Jeff Lenk
b2299035fd FS-3421 --resolve 2011-07-22 15:51:50 -05:00
Mathieu Parent
b3997353a1 Skinny: Stop harcoding APR_TIMEUP
See also FS-3425
2011-07-22 09:17:09 +02:00
Matrhieu Rene
1529c0ec8a mod_portaudio: move load_config a bit lower since it needs to use the hashtables 2011-07-19 16:14:14 -04:00
Georgiewskiy Yuriy
b0fc1d8fb5 fix small interoperability issues if remote endpoint send progress twice 2011-07-19 19:23:54 +04:00
Anthony Minessale
f1de377d01 reapply revert 2011-07-16 11:37:03 -05:00
Anthony Minessale
1729078f56 FS-3386 2011-07-16 11:30:36 -05:00
Anthony Minessale
73ba5a562e FS-3386 2011-07-16 11:30:25 -05:00
Anthony Minessale
23cf457d9a re-add missing revert 2011-07-16 10:36:51 -05:00
Mathieu Parent
062f07f5c9 Following of commit 9350fb96
Fix "variable set but not used"
2011-07-16 12:35:25 +02:00
Anthony Minessale
2f950634ab fix sip auto_simplify 2011-07-16 02:34:17 -05:00
Anthony Minessale
1675981428 FS-3386 roll back a few revs then remove some refs and reroll patches that were in between 2011-07-16 01:03:01 -05:00
Jeff Lenk
c30c3be169 FS-3426 --resolve Missing \n in log warning 2011-07-15 09:24:56 -05:00
Anthony Minessale
30ebe5dea4 FS-3386 this should do it 2011-07-15 00:23:07 -05:00
Anthony Minessale
f9969f3856 only list real profiles not aliases in presence code 2011-07-14 16:01:44 -05:00
Jeff Lenk
6925af68e0 FS-3422 --resolve typo 2011-07-14 09:42:33 -05:00
Anthony Minessale
2932c1fa17 FS-3386 Try this revision please 2011-07-14 00:17:05 -05:00
Anthony Minessale
e339b549e0 FS-3386 this is probably relevant, try this revision 2011-07-13 10:37:38 -05:00
Giovanni Maruzzelli
60416b2298 skypopen: Fixed bogus values in 'sk list' report ? 2011-07-13 08:44:23 -05:00
Giovanni Maruzzelli
43eeeb82a8 skypopen: fixed a demented bug (incrementing a variable zeroed in the same loop) maybe responsible for moh sputtering under load on virtual machines 2011-07-13 07:43:39 -05:00
Giovanni Maruzzelli
9aa5c5b9b1 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-07-13 06:04:45 -05:00
Giovanni Maruzzelli
06322d33e0 skypopen: brought almost all sleeps to at least 20millisec, because various platforms have no smaller granularity (eg: virtual machines). Fixed bogus values in 'sk list' report 2011-07-13 06:04:26 -05:00
Travis Cross
7cdc8342dc if user has set presence_id, don't override it 2011-07-13 07:08:18 +00:00
Anthony Minessale
9f1b731164 up vals 2011-07-12 20:36:42 -05:00
Giovanni Maruzzelli
eb9404d745 FS-3400 skypopen: patch FS-3400 from Ivan Trifonov, Getting skype balances vie freeswitch console (and event socket) 2011-07-12 12:15:58 -05:00
Giovanni Maruzzelli
dc3ef5462f skypopen: demoting a warning to a debug when timing is not good (especially on virtual machines) 2011-07-12 07:49:21 -05:00
Giovanni Maruzzelli
891015e67c skypopen: refining oss driver, removing audio sync during call (was each 20 secs), audio sync at the tcp interfacing with the skype client (reading more than 20ms worth) 2011-07-12 05:50:46 -05:00