Anthony Minessale
|
7d020eff65
|
FS-5561 --resolve
Merge remote-tracking branch 'moy/blind-transfer-response'
|
2013-07-24 16:17:58 -05:00 |
|
Anthony Minessale
|
c4e2745923
|
FS-5634 --resolve this patch should fix it but comment it out instead in the old version to get the same effect
|
2013-07-24 11:23:38 -05:00 |
|
Anthony Minessale
|
b60efc410c
|
let sofia recover work in some tcp situations
|
2013-07-23 13:53:06 -05:00 |
|
Anthony Minessale
|
b9c9d34482
|
FS-5621
|
2013-07-20 14:06:40 -05:00 |
|
Anthony Minessale
|
dcd15ff1c0
|
FS-5620 --resolve
|
2013-07-19 21:50:55 -05:00 |
|
Seven Du
|
0c5bd268f4
|
FS-5498 --close remove debug line
|
2013-07-20 02:19:16 +08:00 |
|
Anthony Minessale
|
3968f41590
|
FS-5498
Conflicts:
src/mod/endpoints/mod_sofia/mod_sofia.h
src/mod/endpoints/mod_sofia/sofia.c
src/mod/endpoints/mod_sofia/sofia_presence.c
src/mod/endpoints/mod_sofia/sofia_reg.c
|
2013-07-19 12:15:10 -05:00 |
|
Anthony Minessale
|
dc5d93c1bd
|
FS-5615 --resolve
|
2013-07-17 17:09:29 -05:00 |
|
Anthony Minessale
|
8644541c62
|
FS-5613 --resolve only alphanumeric plus - _ . are now allowed
|
2013-07-17 09:21:48 -05:00 |
|
Anthony Minessale
|
4336f4fc28
|
use this and send {sip_gethostbyname=true} in the dial string to force this behaviour
|
2013-07-12 13:55:10 -05:00 |
|
Anthony Minessale
|
30926251cb
|
FS-5396 --resolve
|
2013-07-12 13:36:31 -05:00 |
|
Stefan Knoblich
|
0e2a590afa
|
mod_sofia: Add missing format string to switch_event_add_body() call
Fixes GCC format string warning/error.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
|
2013-07-11 01:20:22 +02:00 |
|
Ken Rice
|
d1b43f36f0
|
FS-5559 --resolve
|
2013-07-10 11:58:14 -05:00 |
|
Ken Rice
|
c58b1508a2
|
--resolve FS-5426
|
2013-07-03 14:14:33 -05:00 |
|
Ken Rice
|
42916f8176
|
--resolve FS-5432
|
2013-07-03 14:14:20 -05:00 |
|
Anthony Minessale
|
74740cca5f
|
FS-5527 --resolve
Conflicts:
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c
|
2013-06-28 10:45:33 -05:00 |
|
Nathan Neulinger
|
543dc3caea
|
make noexpandtab explicit in all vim modelines other than xml files
Conflicts:
src/include/switch_core_media.h
src/mod/endpoints/mod_sofia/sofia_media.c
src/switch_core_media.c
|
2013-06-25 09:39:37 -05:00 |
|
Anthony Minessale
|
1baee6b8cf
|
FS-5513 --resolve
|
2013-06-20 18:33:55 -05:00 |
|
Anthony Minessale
|
0c132707ce
|
doh
|
2013-06-20 13:23:55 -05:00 |
|
Anthony Minessale
|
904189a485
|
add novideo app
|
2013-06-20 11:29:26 -05:00 |
|
Anthony Minessale
|
7c607c7e8e
|
FS-5513
|
2013-06-18 21:17:28 -05:00 |
|
Anthony Minessale
|
46825dd711
|
FS-5513 --resolve
|
2013-06-17 21:38:09 -05: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 |
|
Anthony Minessale
|
102377ebf9
|
FS-5493 --resolve
|
2013-06-06 12:59:08 -05:00 |
|
Anthony Minessale
|
50b68f2f85
|
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
|
2013-06-05 11:19:53 -05:00 |
|
Brian West
|
83c6f4250b
|
add kirk wireless servers to safe as they do not do rport
|
2013-05-31 11:56:53 -05:00 |
|
William King
|
79e3de3e55
|
full_contact must be freed by sofia. There isn't a chance of this having blown anything up, but Coverity is right that this should be initialized with NULL to be safe against future refactors.
|
2013-05-18 19:13:44 -07:00 |
|
William King
|
97286e10cd
|
Possible leak if someone were to try and add extra headers to a channel that had either an inbound info on that session or the session were to be deflected. I don't see a way that these extra headers could be added outside of a C module subscribing to the session states, but just to make sure I'm adding these so that just like other extra header locations it's cleaned up.
|
2013-05-18 17:01:27 -07:00 |
|
William King
|
14f48a6a7a
|
Alice meet rabit hole. There is a leak here on every invite that comes back from a status 180 when the other side is not FS, but you have presence enabled. Thanks to Coverity scan for location this condition. This 'might' not have been leaking if sofia was automatically freeing this when the sofia object was destroyed, but all other locations where sip_header_as_string where called they were all followed by a su_free, so I assume not.
|
2013-05-18 16:36:41 -07:00 |
|
William King
|
d61d395e8d
|
If the mod_sofia global presense hash is null, then make sure to free the matches variable before going to done.
|
2013-05-18 16:06:15 -07:00 |
|
William King
|
fc42d93ddf
|
FS-5441: --resolve
|
2013-05-17 12:40:04 -07:00 |
|
Anthony Minessale
|
e8ecb64666
|
FS-5410 --resolve
|
2013-05-13 13:15:54 -05:00 |
|
Raymond Chandler
|
d125147dd8
|
add context
|
2013-05-10 16:32:22 -04:00 |
|
Anthony Minessale
|
e5754ab3ee
|
FS-5403 --resolve
|
2013-05-10 09:59:19 -05:00 |
|
Anthony Minessale
|
3fc8f7888a
|
FS-5399 --resolve
|
2013-05-09 14:09:23 -05:00 |
|
Anthony Minessale
|
646b34a2a2
|
FS-5398
|
2013-05-09 10:10:06 -05:00 |
|
Anthony Minessale
|
749afaa7a3
|
FS-5365 --resolve
|
2013-05-03 13:13:44 -05:00 |
|
Anthony Minessale
|
a30989d769
|
prevent t38_passthru and fax_detect from both happening at once
|
2013-05-02 22:22:59 -05:00 |
|
Anthony Minessale
|
e23d4d37aa
|
FS-5355 --resolve
|
2013-04-29 08:51:30 -05:00 |
|
Anthony Minessale
|
e495702e7d
|
FS-4990 --resolve
|
2013-04-26 17:23:30 -05:00 |
|
Brian West
|
49b999c167
|
FS-5316 --resolve
|
2013-04-25 13:48:56 -05:00 |
|
Brian West
|
115061a4da
|
Add application layer keepalive options to sofia and expose config options
Conflicts:
src/mod/endpoints/mod_sofia/mod_sofia.h
|
2013-04-25 12:19:20 -05:00 |
|
Anthony Minessale
|
5c696f9b55
|
FS-5341 --resolve
|
2013-04-23 14:49:36 -05:00 |
|
Anthony Minessale
|
5a161a967d
|
add geolocation header parser
|
2013-04-18 16:41:34 -05:00 |
|
Anthony Minessale
|
01e06b601e
|
FS-5322 stable equiv
|
2013-04-18 16:29:06 -05:00 |
|
Anthony Minessale
|
40eda54cfe
|
FS-5318 update
|
2013-04-17 17:48:55 -05:00 |
|
Anthony Minessale
|
3fa092c5c6
|
FS-5318 --resolve
|
2013-04-17 15:58:15 -05:00 |
|
Anthony Minessale
|
de5903c1a4
|
FS-5299 --resolve
|
2013-04-17 15:38:54 -05:00 |
|
Anthony Minessale
|
7b93c2d071
|
prevent offering vid codec on recover when one was not chosen
|
2013-04-16 13:40:07 -05:00 |
|
Michael Jerris
|
61ec4c0abb
|
fix case for call_completed_elsewhere var set
|
2013-04-15 16:45:12 -04:00 |
|