Anthony Minessale
|
0c132707ce
|
doh
|
2013-06-20 13:23:55 -05:00 |
Anthony Minessale
|
ad5f689fb7
|
swigall
|
2013-06-20 11:40:56 -05:00 |
Anthony Minessale
|
904189a485
|
add novideo app
|
2013-06-20 11:29:26 -05:00 |
Anthony Minessale
|
d937b8da81
|
add novideo app
Conflicts:
src/include/switch_types.h
|
2013-06-20 11:28:33 -05:00 |
Anthony Minessale
|
b02f288f9e
|
FS-5529 --resolve
|
2013-06-20 10:55:20 -05:00 |
Anthony Minessale
|
9a67ce5c1a
|
fix gcc bug patch
Conflicts:
libs/sofia-sip/.update
|
2013-06-20 10:52:10 -05:00 |
Anthony Minessale
|
adf61e4bf5
|
newer gcc does not like when you use out of bounds array indexes to access other elements in a struct (at least at -O2)
|
2013-06-20 10:17:17 -05:00 |
Chris Rienzo
|
55b82c2a08
|
Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable
|
2013-06-20 09:26:04 -04:00 |
Chris Rienzo
|
a121e1657a
|
mod_ssml: XML decode <audio src=".. attribute since iksemel SAX parser doesn't
|
2013-06-20 09:24:46 -04:00 |
Jeff Lenk
|
d4110541f9
|
fix trivial compiler warnings for windows
|
2013-06-19 11:15:59 -05:00 |
Jeff Lenk
|
e9bcde6ec7
|
Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable
|
2013-06-19 10:52:10 -05:00 |
Jeff Lenk
|
c42aa88f42
|
FS-5526 --resolve
|
2013-06-19 10:51:52 -05:00 |
Chris Rienzo
|
cd0f4b5444
|
mod_rayo: allow variables to be passed in dialstring
|
2013-06-19 09:25:05 -04:00 |
Anthony Minessale
|
7fb65c27e8
|
FS-4969 --resolve
|
2013-06-18 21:19:46 -05:00 |
Anthony Minessale
|
7c607c7e8e
|
FS-5513
|
2013-06-18 21:17:28 -05:00 |
Anthony Minessale
|
1d07b72c74
|
only refuse loopback endoint not profiles named loopback
|
2013-06-18 14:39:37 -05:00 |
Brian West
|
9d14772883
|
fix reload of outbound_name change
|
2013-06-18 15:48:52 -05:00 |
Anthony Minessale
|
4960a75525
|
fix build on cent5
|
2013-06-18 12:57:53 -05:00 |
Nathan Neulinger
|
ec361cf48a
|
FS-5510 --resolve - also add logging of hangup cause
|
2013-06-18 12:22:04 -05:00 |
Anthony Minessale
|
3a5ae27f8d
|
swigall
|
2013-06-18 09:13:39 -05:00 |
Nathan Neulinger
|
587ecb8e69
|
add skinny cmd to kill all current listeners
|
2013-06-18 09:42:18 -05:00 |
Nathan Neulinger
|
275469bbb9
|
Add skinny device kill api command
|
2013-06-18 09:19:05 -05:00 |
Anthony Minessale
|
d5ab679e95
|
refactor
|
2013-06-18 06:24:23 -05:00 |
Anthony Minessale
|
46825dd711
|
FS-5513 --resolve
|
2013-06-17 21:38:09 -05:00 |
Anthony Minessale
|
0e52fe5689
|
FS-5519 --resolve
|
2013-06-17 19:43:08 -05:00 |
Brian West
|
05b1b35121
|
remove debugging
|
2013-06-17 17:51:34 -05:00 |
Anthony Minessale
|
bf61038a93
|
remove cid flip from pickup
|
2013-06-17 10:57:19 -05:00 |
Anthony Minessale
|
50e1f58d5b
|
add deflect parsing support for mod_loopback and fix unloop bug
|
2013-06-17 10:44:43 -05:00 |
Anthony Minessale
|
80669e8466
|
dont change device state from hangup to hangup
|
2013-06-17 10:43:59 -05:00 |
Travis Cross
|
94b3081b02
|
Check for config before starting
...so we can tell people what to do and where to look.
|
2013-06-16 14:25:50 +00:00 |
Jeff Lenk
|
72fcefe6ed
|
vs2010 reswig
|
2013-06-14 11:42:58 -05:00 |
Chris Rienzo
|
dce5bbf88e
|
mod_rayo: some fixes for punchblock 2.0 compatibility
|
2013-06-13 15:29:49 -04:00 |
William King
|
0ee24a531f
|
Fix missing return statement.
|
2013-06-13 10:07:56 -07:00 |
Chris Rienzo
|
9b6cc17cf9
|
mod_rayo: updates for 0.2 of spec
|
2013-06-13 11:23:57 -04:00 |
Anthony Minessale
|
4ea6369d1d
|
disable dialog matching for subscribe reqs so it always uses a new handle to avoid conflicting with notify transactions
|
2013-06-12 23:46:52 -05:00 |
William King
|
f94b73f0d7
|
New compiler warning(error). Unused assignment before the pointer is reassigned.
|
2013-06-12 21:39:14 -07:00 |
William King
|
fef983f614
|
If the addr pointer is NULL, better to check first before using it.
|
2013-06-12 21:23:52 -07:00 |
William King
|
7360c1e898
|
This is probably what was intended. If the pointer 'path' is NULL, or if it is not NULL, then the first char should not be '\0'
|
2013-06-12 21:21:38 -07:00 |
William King
|
4fddabe543
|
oops
|
2013-06-12 21:17:04 -07:00 |
William King
|
3d13776af2
|
DO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not exist in master due to the refactor.
|
2013-06-12 18:33:45 -07:00 |
William King
|
ac9bfb194b
|
Fix minor typo so that the metadata album field can be set.
|
2013-06-12 17:17:40 -07:00 |
William King
|
a393b78f6e
|
Since I can't seem to locate what this might be used for, or the more correct solution, I'm going to comment it out for now. If someone can find a better solution so that this functionality would actually work, please advise.
|
2013-06-12 17:11:22 -07:00 |
William King
|
3815a5a170
|
Make sure to cleanup event if there was a failure that caused it not to be fired.
|
2013-06-12 17:01:56 -07:00 |
William King
|
5f1e9d93f2
|
On the off chance the if statement takes the false branch, let's not leak the memory. again.
|
2013-06-12 16:46:21 -07:00 |
William King
|
c53ffe7102
|
On the off chance the if statement takes the false branch, let's not leak the memory
|
2013-06-12 16:42:00 -07:00 |
Chris Rienzo
|
74313a6866
|
mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory
|
2013-06-12 09:39:09 -04:00 |
Seven Du
|
fe1b20eb59
|
FS-5498 add ringing and early stats to event
|
2013-06-12 09:23:22 +08:00 |
Anthony Minessale
|
f2db9b56be
|
FS-5500 --resolve
|
2013-06-11 11:38:39 -05:00 |
Anthony Minessale
|
efe3ff7be4
|
FS-5498 fix state change
|
2013-06-11 11:23:45 -05:00 |
Anthony Minessale
|
e52f4ac56f
|
FS-5498 add profile-variables section to directory to specify profile variables to be set automatically
|
2013-06-11 09:38:38 -05:00 |