]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
17 years agoadd proxy-follow-redirect flag (experimental)
Anthony Minessale [Wed, 20 May 2009 21:01:51 +0000 (21:01 +0000)] 
add proxy-follow-redirect flag (experimental)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13403 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd proxy-follow-redirect flag (experimental)
Anthony Minessale [Wed, 20 May 2009 20:51:35 +0000 (20:51 +0000)] 
add proxy-follow-redirect flag (experimental)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13402 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoattempt to remove regression caused by r13362
Michael Jerris [Wed, 20 May 2009 14:21:54 +0000 (14:21 +0000)] 
attempt to remove regression caused by r13362

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13401 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agotreat app::arg syntax in execute_on_answer as a broadcast request
Anthony Minessale [Wed, 20 May 2009 13:02:41 +0000 (13:02 +0000)] 
treat app::arg syntax in execute_on_answer as a broadcast request

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13400 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago OCD
Michael Jerris [Wed, 20 May 2009 00:50:09 +0000 (00:50 +0000)] 
 OCD

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13399 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agocore: fix segfault on out of memory situation. (FSCORE-366)
Michael Jerris [Tue, 19 May 2009 21:25:52 +0000 (21:25 +0000)] 
core: fix segfault on out of memory situation.  (FSCORE-366)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13398 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agomod_sofia: add contact-user profile param to override default contact username for...
Michael Jerris [Tue, 19 May 2009 21:16:03 +0000 (21:16 +0000)] 
mod_sofia: add contact-user profile param to override default contact username for a profile (MODSOFIA-8)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13397 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agomod_dingaling: add dingaling status fsapi command (MODENDP-212)
Michael Jerris [Tue, 19 May 2009 20:49:37 +0000 (20:49 +0000)] 
mod_dingaling: add dingaling status fsapi command (MODENDP-212)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13396 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agobuild: fix gcc-4.4.0 build failures (FSCORE-355)
Michael Jerris [Tue, 19 May 2009 20:25:59 +0000 (20:25 +0000)] 
build: fix gcc-4.4.0 build failures (FSCORE-355)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13395 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix var scope masking
Michael Jerris [Tue, 19 May 2009 20:24:53 +0000 (20:24 +0000)] 
fix var scope masking

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13394 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix windows pch
Michael Jerris [Tue, 19 May 2009 20:12:32 +0000 (20:12 +0000)] 
fix windows pch

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13392 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoUpdate Changelog through r13390
Michael Collins [Tue, 19 May 2009 19:10:47 +0000 (19:10 +0000)] 
Update Changelog through r13390

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13391 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix PTHREAD_MUTEX_RECURSIVE detection on SUSE 10
Michael Jerris [Tue, 19 May 2009 17:49:53 +0000 (17:49 +0000)] 
fix PTHREAD_MUTEX_RECURSIVE detection on SUSE 10

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13390 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agomake autoflush on bridge the default
Anthony Minessale [Tue, 19 May 2009 17:49:21 +0000 (17:49 +0000)] 
make autoflush on bridge the default

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13389 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 19 12:00:30 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Tue, 19 May 2009 17:25:08 +0000 (17:25 +0000)] 
Tue May 19 12:00:30 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * su_uniqueid.c: Solaris misdefines PTHREAD_ONCE_INIT
  Ignore-this: 9fe2247164d572901ed4a30b009353db

  Solaris defines pthread_once_t as a struct containing an array. The
  initializer PTHREAD_ONCE_INIT needs two levels of brackets it but only has
  one. Original patch from Mike Jerris <mike@jerris.com>.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13388 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 19 12:00:30 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Tue, 19 May 2009 17:23:16 +0000 (17:23 +0000)] 
Tue May 19 12:00:30 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * su_uniqueid.c: Solaris misdefines PTHREAD_ONCE_INIT
  Ignore-this: 9fe2247164d572901ed4a30b009353db

  Solaris defines pthread_once_t as a struct containing an array. The
  initializer PTHREAD_ONCE_INIT needs two levels of brackets it but only has
  one. Original patch from Mike Jerris <mike@jerris.com>.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13387 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix PTHREAD_MUTEX_RECURSIVE detection on SUSE 10
Michael Jerris [Tue, 19 May 2009 16:47:09 +0000 (16:47 +0000)] 
fix PTHREAD_MUTEX_RECURSIVE detection on SUSE 10

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13386 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofixx off-by-one in xml preprocessor
Anthony Minessale [Tue, 19 May 2009 15:38:45 +0000 (15:38 +0000)] 
fixx off-by-one in xml preprocessor

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13385 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago don't do this if its zero try one SFSIP-143
Michael Jerris [Tue, 19 May 2009 15:17:44 +0000 (15:17 +0000)] 
 don't do this if its zero try one SFSIP-143

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13384 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFri May 15 11:31:44 CDT 2009 Michael Jerris <mike@jerris.com>
Michael Jerris [Tue, 19 May 2009 14:46:38 +0000 (14:46 +0000)] 
Fri May 15 11:31:44 CDT 2009  Michael Jerris <mike@jerris.com>
  * sdp_print.c: build errors fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13383 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-280
Anthony Minessale [Mon, 18 May 2009 17:39:59 +0000 (17:39 +0000)] 
MODAPP-280

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13382 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoabolish mailbox attribute in users and use number-alias attribute instead MODAPP-218
Michael Jerris [Mon, 18 May 2009 17:34:35 +0000 (17:34 +0000)] 
abolish mailbox attribute in users and use number-alias attribute instead MODAPP-218

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13381 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago remove mailbox from mod_xml_rpc also and check number-alias
Brian West [Mon, 18 May 2009 17:19:31 +0000 (17:19 +0000)] 
 remove mailbox from mod_xml_rpc also and check number-alias

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13380 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago remove mailbox and replace with number_alias
Brian West [Mon, 18 May 2009 17:16:48 +0000 (17:16 +0000)] 
 remove mailbox and replace with number_alias

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13379 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoabolish mailbox attribute in users and use number-alias attribute instead MODAPP-218
Michael Jerris [Mon, 18 May 2009 17:11:47 +0000 (17:11 +0000)] 
abolish mailbox attribute in users and use number-alias attribute instead MODAPP-218

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13378 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoabolish mailbox attribute in users and use number-alias attribute instead MODAPP-218
Michael Jerris [Mon, 18 May 2009 17:06:13 +0000 (17:06 +0000)] 
abolish mailbox attribute in users and use number-alias attribute instead MODAPP-218

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13377 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago adding default local stream just in case
Brian West [Mon, 18 May 2009 17:04:51 +0000 (17:04 +0000)] 
 adding default local stream just in case

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13376 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago remove mailbox= attribute
Michael Jerris [Mon, 18 May 2009 15:42:38 +0000 (15:42 +0000)] 
 remove mailbox= attribute

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13375 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago fix small memory
Michael Jerris [Mon, 18 May 2009 14:56:09 +0000 (14:56 +0000)] 
 fix small memory

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13374 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago MODAPP-254
Brian West [Mon, 18 May 2009 14:09:49 +0000 (14:09 +0000)] 
   MODAPP-254

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13373 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago JANITOR-1
Michael Jerris [Mon, 18 May 2009 14:02:38 +0000 (14:02 +0000)] 
 JANITOR-1

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13372 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agocopy flags too
Anthony Minessale [Fri, 15 May 2009 22:16:41 +0000 (22:16 +0000)] 
copy flags too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13371 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix mod_file_string dependencies on windows
Michael Jerris [Fri, 15 May 2009 22:05:59 +0000 (22:05 +0000)] 
fix mod_file_string dependencies on windows

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13370 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix typo
Michael Jerris [Fri, 15 May 2009 21:24:58 +0000 (21:24 +0000)] 
fix typo

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@734 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agofix typo
Michael Jerris [Fri, 15 May 2009 21:24:58 +0000 (21:24 +0000)] 
fix typo

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@734 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agosilence solaris warning from missing braces (SFSIP-132)
Michael Jerris [Fri, 15 May 2009 21:21:06 +0000 (21:21 +0000)] 
silence solaris warning from missing braces (SFSIP-132)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13369 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agobuild: add new files to debian package build (FSBUILD-148)
Michael Jerris [Fri, 15 May 2009 21:15:49 +0000 (21:15 +0000)] 
build: add new files to debian package build (FSBUILD-148)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13368 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoAdd mod_file_string to build + misc cleaning and correction (FSBUILD-158)
Michael Jerris [Fri, 15 May 2009 21:10:48 +0000 (21:10 +0000)] 
Add mod_file_string to build + misc cleaning and correction (FSBUILD-158)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13367 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agocleanup msvc code analysis warnings
Michael Jerris [Fri, 15 May 2009 21:07:18 +0000 (21:07 +0000)] 
cleanup msvc code analysis warnings

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13366 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-279
Raymond Chandler [Fri, 15 May 2009 20:03:17 +0000 (20:03 +0000)] 
MODAPP-279

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13365 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoremove broken code analysis test
Michael Jerris [Fri, 15 May 2009 19:40:23 +0000 (19:40 +0000)] 
remove broken code analysis test

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13364 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoAllow to send the flush/reboot all the registration of a domain (MODENDP-187)
Michael Jerris [Fri, 15 May 2009 19:36:43 +0000 (19:36 +0000)] 
Allow to send the flush/reboot all the registration of a domain (MODENDP-187)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13363 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd wanpipe and pika to windows build (OPENZAP-65)
Michael Jerris [Fri, 15 May 2009 19:08:19 +0000 (19:08 +0000)] 
add wanpipe and pika to windows build (OPENZAP-65)

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@733 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agoadd wanpipe and pika to windows build (OPENZAP-65)
Michael Jerris [Fri, 15 May 2009 19:08:19 +0000 (19:08 +0000)] 
add wanpipe and pika to windows build (OPENZAP-65)

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@733 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agoOPENZAP-66, thanks Moc
Brian West [Fri, 15 May 2009 18:26:22 +0000 (18:26 +0000)] 
OPENZAP-66, thanks Moc

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@732 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agoOPENZAP-66, thanks Moc
Brian West [Fri, 15 May 2009 18:26:22 +0000 (18:26 +0000)] 
OPENZAP-66, thanks Moc

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@732 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agoadd configure checks for tm->tm_gmtoff and tm->tm_zone (FSBUILD-160)
Michael Jerris [Fri, 15 May 2009 18:19:30 +0000 (18:19 +0000)] 
add configure checks for tm->tm_gmtoff and tm->tm_zone (FSBUILD-160)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13362 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoensure vasprintf is available on linux (FSBUILD-160)
Michael Jerris [Fri, 15 May 2009 18:10:59 +0000 (18:10 +0000)] 
ensure vasprintf is available on linux (FSBUILD-160)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13361 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agouse uint16_t instead of u_short (FSBUILD-160)
Michael Jerris [Fri, 15 May 2009 17:55:53 +0000 (17:55 +0000)] 
use uint16_t instead of u_short (FSBUILD-160)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13360 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agosetgroup/initgroup availability on linux (FSBUILD-160)
Michael Jerris [Fri, 15 May 2009 17:50:37 +0000 (17:50 +0000)] 
setgroup/initgroup availability on linux (FSBUILD-160)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13359 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoensure vasprintf is available on linux (FSBUILD-160)
Michael Jerris [Fri, 15 May 2009 17:44:47 +0000 (17:44 +0000)] 
ensure vasprintf is available on linux (FSBUILD-160)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13358 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago MODENDP-219
Michael Jerris [Fri, 15 May 2009 17:07:07 +0000 (17:07 +0000)] 
 MODENDP-219

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13357 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago the price you pay for TLS it seems
Michael Jerris [Fri, 15 May 2009 17:04:53 +0000 (17:04 +0000)] 
 the price you pay for TLS it seems

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13356 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix typos
Michael Jerris [Fri, 15 May 2009 16:27:26 +0000 (16:27 +0000)] 
fix typos

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13355 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoThu May 14 13:05:43 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:19:19 +0000 (16:19 +0000)] 
Thu May 14 13:05:43 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nta: clarify outgoing_ack() logic
  Ignore-this: a745b3e7df63835d9768ec9dc3d5c5b2

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13354 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:39:29 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:18:10 +0000 (16:18 +0000)] 
Wed May 13 13:39:29 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_stack_ack(), nua_invite_client_ack(): cleaned code
  Ignore-this: 9edf1594e20f27f4e2effb43c83858ea

  Fixed clean-up after ACK.

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13353 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:33:21 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:17:09 +0000 (16:17 +0000)] 
Wed May 13 13:33:21 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * sres.c: use unsigned lenghts with m_get_string() and m_get_domain()
  Ignore-this: 7b09dd7d26a10dabb645156563c0cd6c

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13352 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:21:12 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:16:35 +0000 (16:16 +0000)] 
Wed May 13 13:21:12 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * sip-date.c: not using uninit data.
  Ignore-this: 48751cc510886e42e23e48c535a869bc

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13351 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:20:54 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:15:58 +0000 (16:15 +0000)] 
Wed May 13 13:20:54 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * sip-dig.c: fixed crash on bad param
  Ignore-this: 9e73dd7095a51d15e5bc6f00e8aab98c

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13350 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:18:14 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:15:28 +0000 (16:15 +0000)] 
Wed May 13 13:18:14 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * msg_mclass_insert_header(): not using uninit data
  Ignore-this: 40a6993391b5f2993af8ee01c407c0c7

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13349 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:08:11 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:14:33 +0000 (16:14 +0000)] 
Wed May 13 13:08:11 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * sres_resolver_new_with_cache_va(): added missing va_end()

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13348 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:07:25 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:14:01 +0000 (16:14 +0000)] 
Wed May 13 13:07:25 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nea_server.c: check params in nea_event_tcreate()

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13347 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 13:02:06 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:13:20 +0000 (16:13 +0000)] 
Wed May 13 13:02:06 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * msg_parser_util.c: fixed msg_unquoted_e()
  Ignore-this: 78b9afb6e97ff730d7924d860ef33921

  Now accepts NULL buffer with nonzero size.

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13346 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 12:35:38 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:12:41 +0000 (16:12 +0000)] 
Wed May 13 12:35:38 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nta_incoming_create_response(): sanitized oom check

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13345 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 12:14:18 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:11:57 +0000 (16:11 +0000)] 
Wed May 13 12:14:18 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_event_server.c: free temp strings
  Ignore-this: 18b592f7d6ae942a48cd117f7a6f3c31

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13344 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 12:04:15 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:10:38 +0000 (16:10 +0000)] 
Wed May 13 12:04:15 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_update_server_report(): fix bugs checking pending INVITEs in fake precondition handling
  Ignore-this: dc67f6287bf48aa8e2a39e2ece96821

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13343 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 12:03:01 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:09:49 +0000 (16:09 +0000)] 
Wed May 13 12:03:01 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * sdp_print(): correctly handle NULL session
  Ignore-this: 206a9027d6dfb73371d7f0ddac5f640b

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13342 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 11:37:19 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:09:12 +0000 (16:09 +0000)] 
Wed May 13 11:37:19 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * msg: unobfuscated casts of msg_header_t

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13341 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 11:18:27 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:07:59 +0000 (16:07 +0000)] 
Wed May 13 11:18:27 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * msg_header_copy.c: unobfuscated msg_default_dup_one()
  Ignore-this: 1fda1941baecad1f6397de453e606f1c

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13340 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 11:09:06 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:07:05 +0000 (16:07 +0000)] 
Wed May 13 11:09:06 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * sip_parser.c: fixed overrrun in sip_method_name()
  Ignore-this: efe0fc0935451b1b0ee403befac5df40

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13339 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 11:07:04 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:06:43 +0000 (16:06 +0000)] 
Wed May 13 11:07:04 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * sip-dig.c: fixed buffer overrun
  Ignore-this: d8776bd28ef951602449e87d80dc20e7

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13338 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 11:00:40 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:05:59 +0000 (16:05 +0000)] 
Wed May 13 11:00:40 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * auth_client.c: removed leak in auc_digest_authorization()
  Ignore-this: 9b0297083b6c6ce1bf9ef3d723b01f3b

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13337 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 10:50:41 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:05:15 +0000 (16:05 +0000)] 
Wed May 13 10:50:41 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * msg: fixed possible leak in msg_params_d() with more than 16 params
  Ignore-this: a45ef326def7b1bcd14de4850f3c24ab

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13336 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 05:14:56 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:04:28 +0000 (16:04 +0000)] 
Wed May 13 05:14:56 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * tport.c: better checking of IP6 addresses
  Ignore-this: 49f502ccaaf771abed1e5b2d00eaa8b8

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13335 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed May 13 04:19:01 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:03:45 +0000 (16:03 +0000)] 
Wed May 13 04:19:01 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * outbound.c: logging string after freeing it.
  Ignore-this: 78c744681a08302beaa01b3752bd5f43

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13334 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 14:58:43 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:03:07 +0000 (16:03 +0000)] 
Tue May 12 14:58:43 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * test_soa: check larger sessions
  Ignore-this: fac46a2328bc0db501cd98e7a67309c0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13333 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 14:57:48 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:02:34 +0000 (16:02 +0000)] 
Tue May 12 14:57:48 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * soa_static.c: avoid overrun of arrays in soa_sdp_upgrade()
  Ignore-this: 9f7eae37e7d97c509a2797363b03c54a

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13332 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 13:23:33 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:01:31 +0000 (16:01 +0000)] 
Tue May 12 13:23:33 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * tport.c: do not use out-of-scope array in tport_deliver()
  Ignore-this: a651d5eb213850d9dfd317102a432f8e

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13331 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 13:17:07 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 16:00:17 +0000 (16:00 +0000)] 
Tue May 12 13:17:07 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nta.c: check input in nta_leg_by_uri()
  Ignore-this: f149ac04b5e1bf078c3b00e837738301

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13330 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 13:13:16 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:59:02 +0000 (15:59 +0000)] 
Tue May 12 13:13:16 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_client.c: removed extra NULL check from nua_client_request_complete()
  Ignore-this: cc1f1fb7bf8e4ae07f965846418410a

  Coverity issue 7310.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13329 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 13:07:45 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:57:37 +0000 (15:57 +0000)] 
Tue May 12 13:07:45 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_session.c: check dialog usage before using it in nua_update_server_respond()
  Ignore-this: 543e8d6d999a5a4d54600f1dbdfb1444

  Coverity issue 7312.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13328 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 13:04:33 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:54:54 +0000 (15:54 +0000)] 
Tue May 12 13:04:33 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * tport_type_udp.c: tport_check_trunc() cleaned code
  Ignore-this: b39558360afb657325a4615d0919baaa

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13327 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 13:00:40 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:53:31 +0000 (15:53 +0000)] 
Tue May 12 13:00:40 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_session.c: removed dead code from process_prack()
  Ignore-this: 325e40cbba4e6933aa1681d6862533f

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13326 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 11:57:49 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:52:14 +0000 (15:52 +0000)] 
Tue May 12 11:57:49 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_session.c: doublecheck invite client transaction
  Ignore-this: 4236b668c99e6e0d72a7889ce6cdf671

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13325 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 11:52:32 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:50:43 +0000 (15:50 +0000)] 
Tue May 12 11:52:32 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_session.c: always clean and remove INVITE client request in nua_invite_client_ack()
  Ignore-this: bdace77be7b43629b591f5adf7315341

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13324 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 11:38:36 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:49:34 +0000 (15:49 +0000)] 
Tue May 12 11:38:36 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * auth_common.c::auth_get_params(): added missing va_end()
  Ignore-this: 43f33c9e069f4b80c35bab09bec7f925

  Coverity issue.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13323 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 11:08:07 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:47:55 +0000 (15:47 +0000)] 
Tue May 12 11:08:07 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nta: do not free transaction in reliable_timeout() if caused by failure to send final response
  Ignore-this: 8e32f83925b6f2a3629afbb8b20ba693

  Issue detected by Coverity.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13322 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 14:59:28 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:46:27 +0000 (15:46 +0000)] 
Tue May 12 14:59:28 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * soa_static.c: include media formats in rejected m= line

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13321 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 11:05:19 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:45:39 +0000 (15:45 +0000)] 
Tue May 12 11:05:19 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua: NUTAG_AUTOACK(0) is now obeyed always when media is disabled
  Ignore-this: c5960a8330904eae5a1428158e4498c7

  If media is enabled, stack autoacks 2XX responses to re-INVITEs unless
  NUTAG_AUTOACK(0) is set on handle.

  Also documenting NUTAG_AUTOACK() behaviour with re-INVITEs.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13320 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 12:08:51 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:44:40 +0000 (15:44 +0000)] 
Tue May 12 12:08:51 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * check_session.c: ensure that re-INVITEs have correct Session-Expires parameters

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13319 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoTue May 12 12:08:13 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:43:28 +0000 (15:43 +0000)] 
Tue May 12 12:08:13 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * nua_session.c: include Session-Expires to session refresh requests

  Thanks for Linus Surguy for reporting the problem.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13318 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoWed Apr 29 13:03:20 CDT 2009 Pekka Pessi <first.last@nokia.com>
Michael Jerris [Fri, 15 May 2009 15:42:25 +0000 (15:42 +0000)] 
Wed Apr 29 13:03:20 CDT 2009  Pekka Pessi <first.last@nokia.com>
  * tport: close half-closed idle connections on windows, too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13317 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago MODAPP-278, thanks Moc see you at cluecon...
Brian West [Fri, 15 May 2009 03:17:19 +0000 (03:17 +0000)] 
 MODAPP-278, thanks Moc see you at cluecon...

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13316 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago Do not verify TLS certificates since we do not have the framework in place to do so.
Brian West [Thu, 14 May 2009 22:56:04 +0000 (22:56 +0000)] 
 Do not verify TLS certificates since we do not have the framework in place to do so.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13315 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago MODAPP-173 you'll need the latest sounds and a make vm-sync to use this
Brian West [Thu, 14 May 2009 22:47:44 +0000 (22:47 +0000)] 
 MODAPP-173 you'll need the latest sounds and a make vm-sync to use this

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13314 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-219
Michael Jerris [Thu, 14 May 2009 22:33:17 +0000 (22:33 +0000)] 
MODAPP-219

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13313 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agocan't print base 8 number that has a 9 in it.. use stringified version instead
Michael Jerris [Thu, 14 May 2009 22:01:55 +0000 (22:01 +0000)] 
can't print base 8 number that has a 9 in it.. use stringified version instead

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13312 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoupdate to spandsp-0.0.6pre12
Michael Jerris [Thu, 14 May 2009 21:52:52 +0000 (21:52 +0000)] 
update to spandsp-0.0.6pre12

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13311 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFSCORE-368
Anthony Minessale [Thu, 14 May 2009 21:07:39 +0000 (21:07 +0000)] 
FSCORE-368

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13310 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agotweak code logic
Anthony Minessale [Thu, 14 May 2009 18:55:17 +0000 (18:55 +0000)] 
tweak code logic

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13309 d0543943-73ff-0310-b7d9-9358b9ac24b2