Anthony Minessale
|
b7ba97f3af
|
add new files to msvc builds
|
2013-03-31 21:27:27 -05:00 |
Anthony Minessale
|
74a58cd50b
|
add mod_b64
|
2013-03-31 21:27:27 -05:00 |
Anthony Minessale
|
fa8e199802
|
fix build
|
2013-03-31 21:27:27 -05:00 |
Anthony Minessale
|
de6389dd4f
|
workaround for silly https://code.google.com/p/chromium/issues/detail?id=177099
|
2013-03-31 21:27:27 -05:00 |
Anthony Minessale
|
dd878da49d
|
clean up proxy media mode
|
2013-03-31 21:27:27 -05:00 |
Anthony Minessale
|
157a0b8a1e
|
fix seg in multiple m line
|
2013-03-31 21:27:27 -05:00 |
Anthony Minessale
|
68055eab2b
|
support tls dir options properly
|
2013-03-31 21:27:26 -05:00 |
Anthony Minessale
|
a4e0bae4c7
|
fix cert dir specification when tls is not configured (note, you probably need to move your certs for wss after this commit)
|
2013-03-31 21:27:26 -05:00 |
Anthony Minessale
|
ee1b4db480
|
fix FS-5116 the new way
|
2013-03-31 21:27:26 -05:00 |
Anthony Minessale
|
3201478830
|
sigh
|
2013-03-31 21:27:26 -05:00 |
Anthony Minessale
|
45b4ba1afa
|
add webrtc_enable_dtls=false (for webrtc) or enable_dtls=true (for normal calls)
|
2013-03-31 21:27:26 -05:00 |
Anthony Minessale
|
45bd5952b1
|
fix some regressions and improve candidate selection
|
2013-03-31 21:27:26 -05:00 |
Anthony Minessale
|
b93fc016b8
|
move verbose_sdp to a flag and set it to true in webrtc calls
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
4b3aa396fb
|
fix some regessions and sync namespace of some vars
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
d33732ed00
|
MILESTONE: working firefox audio
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
5d02eb7668
|
fix build on dingaling
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
c4b221c750
|
trying to get mozilla to work using sipml5, got stun/dtls/rtp flowing and its dead silent. c'mon guys... why do you have to do everything differently?????
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
05dd02d0a6
|
make opus work, omfg .. serious??? you need to always advertise it as stereo using the standard way then specify it in the fmtp insread just to complicate things.... that's not cool =/
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
190b31871d
|
fix auto-select of wan.auto when no candidates defined
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
01e411c2d7
|
add ice based auto-adjust
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
2a72b02f6b
|
add switch_print_host
|
2013-03-31 21:27:25 -05:00 |
Anthony Minessale
|
1aecb1a9c7
|
remove wtf
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
bc3d2b20cd
|
tweaks for calling local candidates
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
e1c3d51349
|
force the version header in the rtp packet to 2 when pulling data out of the jitter buffer because when you get a stun packet it will still be 0 from last time
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
2aade020e9
|
fix dtmf and cng neg
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
5bcf68c92d
|
handle route for ws and wss transport
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
9b16fb319a
|
make sure to sort rtp vs rtcp when using rtcp mux
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
4711fd2b92
|
same issue
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
53457e05bf
|
block code when no dtls is present
|
2013-03-31 21:27:24 -05:00 |
Anthony Minessale
|
2b6a0ce0a4
|
don't respond w/ dtls when we don't support it
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
6b12d7b285
|
fix build against older openssl
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
8d86577204
|
fix dtls ifdefs
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
a6a055cabb
|
fix or and thing
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
32bc398081
|
remove printf
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
ff532ec311
|
try to ifdef so we can still build against openssl older than 1.0.1 (but dtls would not work still in this case)
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
5e2a71512b
|
updated sofia api
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
ad1226b5c4
|
change name to match steves changes in master
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
4cac512b97
|
change ssl symbol visibility to specific places in core only
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
16fa338b49
|
cleanup debug and memory and add stupid code for using sep dtls session when rtcp is not mux
|
2013-03-31 21:27:23 -05:00 |
Anthony Minessale
|
eae2e6aeca
|
add file
|
2013-03-31 21:27:22 -05:00 |
Anthony Minessale
|
a01ad9a1aa
|
dtls both ways now
|
2013-03-31 21:27:22 -05:00 |
Anthony Minessale
|
dd9271d6b9
|
MILESTONE: dtls-srtp inbound
|
2013-03-31 21:27:22 -05:00 |
Anthony Minessale
|
dabb85c3f6
|
wip
|
2013-03-31 21:27:22 -05:00 |
Anthony Minessale
|
e00ede7e7d
|
unreg on sock disconnect
|
2013-03-31 21:27:22 -05:00 |
Anthony Minessale
|
21408d4534
|
ice tweaks
|
2013-03-31 21:27:22 -05:00 |
Anthony Minessale
|
9cc550ee18
|
build sdp lib inline w/ core
|
2013-03-31 21:27:22 -05:00 |
Anthony Minessale
|
81cd770a18
|
add ws-binding and wss-binding sofia profile params
|
2013-03-31 21:27:21 -05:00 |
Anthony Minessale
|
2cb45cc1fb
|
wtf
|
2013-03-31 21:27:20 -05:00 |
Anthony Minessale
|
5fc7746297
|
sort out ws/wss stuff to comply with jssip
|
2013-03-31 21:27:20 -05:00 |
Anthony Minessale
|
668f4a6207
|
working mo better
|
2013-03-31 21:27:20 -05:00 |
Anthony Minessale
|
5c90322e8c
|
MILESTONE: kind of works on media and signaling
|
2013-03-31 21:27:20 -05:00 |
Anthony Minessale
|
b1c855e1aa
|
remove debug
|
2013-03-31 21:27:20 -05:00 |
Anthony Minessale
|
b7eac54be5
|
only send srflx when we need one
|
2013-03-31 21:27:20 -05:00 |
Anthony Minessale
|
d77241c414
|
wip
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
aba03f9e6c
|
set controlling when appropriate
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
83e5a6b81f
|
match new api
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
3fe0b471c1
|
switch rtp flags format usage on switch_rtp_new
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
f1e304cc29
|
wip
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
aa3368a1ac
|
wip
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
daea865e7b
|
fix rtcp
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
72e2d183c1
|
update to cvs head srtp
|
2013-03-31 21:27:19 -05:00 |
Anthony Minessale
|
aad4da5b71
|
typo
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
f431d10e4d
|
update to rtp api
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
12e70149ff
|
rtcp-mux
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
36d1388a99
|
forgot
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
1c120dd2c8
|
not too shabby audio and vid work both directions but browswer hates our srtcp ...
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
1db0e26e8e
|
wip
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
76502d9027
|
wip
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
aea974a91f
|
MILESTONE: audio and video working inbound
|
2013-03-31 21:27:18 -05:00 |
Anthony Minessale
|
20bbee8765
|
fix sdp gen
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
6939394530
|
isolate sdp parser code to the switch_core_media.c
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
052ee0a1fa
|
wip
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
7510bccd6c
|
MILESTONE: working inbound calls
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
cb076e6b28
|
fucked
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
5490cdf456
|
wip
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
20568e64df
|
wip
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
f5e2a2e0ee
|
fix cng
|
2013-03-31 21:27:17 -05:00 |
Anthony Minessale
|
241300fb56
|
port over revovery code
|
2013-03-31 21:27:16 -05:00 |
Anthony Minessale
|
e4aead198e
|
compiles and runs and probably chok full o bugs
|
2013-03-31 21:27:16 -05:00 |
Anthony Minessale
|
078d963222
|
MILESTONE: all the crap out of tech_pvt and sofia in general related to media shit
|
2013-03-31 21:27:16 -05:00 |
Anthony Minessale
|
85308861d8
|
almost rid of crufty tech_pvt members
|
2013-03-31 21:27:16 -05:00 |
Anthony Minessale
|
75c95fa98e
|
MILESTONE: working audio and no reference to rtp_session in all of sofia
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
caee4cbf46
|
replace
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
92ddf47293
|
expose some rtp func via media handle
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
faaf642d5c
|
calls both ways still gotta push more into the core
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
1f61ad76a4
|
savs
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
d012c5f392
|
omg it can make calls ... long way to go ...
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
48554d1a85
|
compiles
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
22d838b4f6
|
pass2
|
2013-03-31 21:27:15 -05:00 |
Anthony Minessale
|
0fffc839e4
|
pass1
|
2013-03-31 21:27:14 -05:00 |
Anthony Minessale
|
3c51053bb4
|
compiles the core wow
|
2013-03-31 21:27:14 -05:00 |
Anthony Minessale
|
eb81042a6f
|
wip
|
2013-03-31 21:27:14 -05:00 |
Anthony Minessale
|
d6af3a1fdd
|
omfg
|
2013-03-31 21:27:14 -05:00 |
Anthony Minessale
|
10010d47c1
|
wip
|
2013-03-31 21:27:14 -05:00 |
Anthony Minessale
|
1ab88581d7
|
rename
|
2013-03-31 21:27:14 -05:00 |
Anthony Minessale
|
f6b56c3983
|
wip
|
2013-03-31 21:27:14 -05:00 |
Anthony Minessale
|
0d1acb08ff
|
add video srtp
|
2013-03-31 21:27:13 -05:00 |
Anthony Minessale
|
e747229f5e
|
typo
|
2013-03-31 21:27:13 -05:00 |
Anthony Minessale
|
0a246d1cb4
|
pull srtp negotiation stuff into the core stage 1
|
2013-03-31 21:27:13 -05:00 |
Anthony Minessale
|
330f68d946
|
convert rtp flags to arrays
|
2013-03-31 21:27:13 -05:00 |
Anthony Minessale
|
592993ecda
|
baseline
|
2013-03-31 21:27:13 -05:00 |
Brian West
|
4f47c49590
|
missing zset
|
2013-03-30 19:55:55 -05:00 |
Anthony Minessale
|
dd1e61e0d4
|
part 2 of other cid patch
|
2013-03-30 15:39:49 -05:00 |
Mathieu Parent
|
860d952efd
|
EndCall for incoming call while on hold doesn't close both legs on a skinny phone
Fixes #FS-5232, thanks to Nathan Neulinger for the patch
|
2013-03-30 12:00:58 +01:00 |
Anthony Minessale
|
e976144ef1
|
FS-5216 seems like invalid codec lets try this
|
2013-03-29 22:35:32 -05:00 |
Anthony Minessale
|
262aed0ed1
|
remove debug code
|
2013-03-29 22:12:54 -05:00 |
Anthony Minessale
|
dcb4beb12f
|
update caller_id not callee_id when getting a display update from an inbound leg
|
2013-03-29 22:07:35 -05:00 |
Chris Rienzo
|
f8d263683a
|
--resolve FS-5243 improve mod_unimrcp audio buffering
|
2013-03-30 00:19:07 -04:00 |
Brian West
|
49138460a3
|
fix
|
2013-03-29 17:55:50 -05:00 |
Anthony Minessale
|
c0f736c9da
|
FS-5242
|
2013-03-29 10:54:45 -05:00 |
Anthony Minessale
|
47e6dfbbdf
|
FS-5242
|
2013-03-29 10:43:12 -05:00 |
Anthony Minessale
|
aca9257f93
|
tweaks for caller id in certian uuid_bridge situations
|
2013-03-28 22:17:28 -05:00 |
Brian West
|
32b7673cde
|
Fix Execute on in early media situations
|
2013-03-28 14:19:23 -05:00 |
Anthony Minessale
|
e6ef517354
|
FS-5011 add sync up flags so neither file writes data until audio is moving both ways
|
2013-03-28 10:41:28 -05:00 |
Anthony Minessale
|
3b6ae8966d
|
set bridge times before firing the bridge event
|
2013-03-28 10:12:00 -05:00 |
Michael Jerris
|
b15ac31174
|
dont ever return success when we don't end up with a new session
|
2013-03-28 11:24:49 -04:00 |
Seven Du
|
fe1a758338
|
fix void * arithmatic warning
|
2013-03-28 17:36:01 +08:00 |
Brian West
|
b8b7176086
|
remove debug line left in by accident
|
2013-03-27 22:19:58 -05:00 |
Anthony Minessale
|
6cedccd6fe
|
FS-5229 missed a spot
|
2013-03-27 18:47:13 -05:00 |
Anthony Minessale
|
7818c3c9ed
|
add SMBF_ONE_ONLY flag and use it on dtmf detectors
|
2013-03-27 17:19:40 -05:00 |
Anthony Minessale
|
e3ac7c50ac
|
FS-5238 --resolve
|
2013-03-27 16:50:10 -05:00 |
Anthony Minessale
|
14e3570848
|
add switch_core_session_findall to get a list of all open uuid
|
2013-03-27 15:51:23 -05:00 |
Anthony Minessale
|
b4e21fd3f6
|
FS-5229 --resolve oops, i missed the part that its subsequent calls to displace
|
2013-03-27 15:39:10 -05:00 |
Anthony Minessale
|
c510a81177
|
do not pause callers when they come out of a bridge
|
2013-03-27 15:18:54 -05:00 |
Anthony Minessale
|
861c3e3ccc
|
add switch_core_get_variables and allow execute_on funcs to see global vars too
|
2013-03-27 14:54:01 -05:00 |
Anthony Minessale
|
eed868af6c
|
FS-5230 --resolve this was actually a bug in the -1 val in send_silence_when_idle
|
2013-03-27 13:52:03 -05:00 |
Anthony Minessale
|
8efaea29af
|
FS-5228 --resolve problem was actually in the send_silence code as used from park not uuid_displace but uuid_displace relies on the write stream so thus it was a symptom
|
2013-03-27 13:40:51 -05:00 |
Anthony Minessale
|
3b50675d25
|
FS-5231 --resolve
|
2013-03-27 12:41:17 -05:00 |
Anthony Minessale
|
f7408f8829
|
FS-4903 --resolve some of these are better of reverted but not all, this should work
|
2013-03-27 12:31:40 -05:00 |
Anthony Minessale
|
44f529381f
|
FS-5233 --resolve
|
2013-03-27 11:46:12 -05:00 |
Anthony Minessale
|
c4347e6e81
|
FS-5234 --resolve
|
2013-03-27 11:37:15 -05:00 |
Anthony Minessale
|
4fe24be75d
|
fix bug where originate can return success when it should not
|
2013-03-27 11:28:43 -05:00 |
Anthony Minessale
|
18b8007217
|
FS-5235 --resolve
|
2013-03-27 11:12:35 -05:00 |
Anthony Minessale
|
3226882682
|
FS-5203 --resolve
|
2013-03-27 11:09:07 -05:00 |
Anthony Minessale
|
3f118b18dc
|
FS-5236 --resolve
|
2013-03-27 11:06:32 -05:00 |
Chris Rienzo
|
7af706113a
|
FS-5221 --resolve set NOSIGNAL on http_get
|
2013-03-26 23:50:29 -04:00 |
Anthony Minessale
|
231a9c7e8f
|
change ready to up in this case
|
2013-03-26 16:37:47 -05:00 |
Anthony Minessale
|
a803e849eb
|
add execute_on_pre_bridge and execute_on_post_bridge vars to behave like the other family of execute_on and not break the existing pre bridge vars that are now depricated
|
2013-03-26 16:33:13 -05:00 |
Anthony Minessale
|
42e679f023
|
FS-5226 --resolve
|
2013-03-26 15:50:07 -05:00 |
Anthony Minessale
|
3bb6acf066
|
FS-5223
|
2013-03-26 15:44:26 -05:00 |
Mathieu Parent
|
03137f98ab
|
Fix in-band ringback in mod_skinny
Closes: FS-4241 (Thanks to Marek Wiewiorski for the patch)
|
2013-03-26 22:36:56 +01:00 |
Mathieu Parent
|
e0b34881af
|
mod_skinny parses and modifies odbc url, breaking it, but also doesn't use the resulting vars
Closes: FS-5224 (Thanks to Nathan Neulinger for the patch)
|
2013-03-26 22:29:40 +01:00 |
Mathieu Parent
|
e5ab581837
|
examples for the ext-voicemail and ext-redial options to mod_skinny sample conf
Closes: FS-5227 (Thanks to Nathan Neulinger for the patch)
|
2013-03-26 22:21:44 +01:00 |
Mathieu Parent
|
c3b30a88e3
|
MIN is an aggregate function on MySQL
Closes: FS-5218 (Thanks to Nathan Neulinger for the patch)
|
2013-03-26 22:16:44 +01:00 |
Anthony Minessale
|
bb3114e96b
|
FS-5171 try this version
|
2013-03-26 13:23:38 -05:00 |
Anthony Minessale
|
10af50d96c
|
FS-5219 --resolve
|
2013-03-26 10:09:02 -05:00 |
Jeff Lenk
|
a5cd84304e
|
oops line endings
|
2013-03-26 10:18:44 -05:00 |
Jeff Lenk
|
74767e7a49
|
FS-4321 --resolve
|
2013-03-26 10:02:53 -05:00 |
Daniel Swarbrick
|
49bcd15008
|
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
|
2013-03-26 01:20:08 +01:00 |
Daniel Swarbrick
|
e6f6c32c6f
|
minor tidyup of user-submitted patch from last year
|
2013-03-26 01:19:30 +01:00 |