[svn-commits] file: branch group/dns_pjsip r434283 - in /team/group/dns_pjsip: ./ include/a...

2015-04-08 Thread SVN commits to the Digium repositories
Author: file Date: Wed Apr 8 06:10:06 2015 New Revision: 434283 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434283 Log: Add support for using the official PJSIP external resolver API, and provide notice about falling back to built-in if unavailable. Modified:

[svn-commits] mjordan: branch 11 r434285 - in /branches/11/apps: app_minivm.c app_queue.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:42:10 2015 New Revision: 434285 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434285 Log: clang compiler warnings: Fix pointer-bool-converesion warnings This patch fixes several warnings pointed out by the clang compiler. * app_minivm: Fixed

[svn-commits] mjordan: branch 11 r434291 - /branches/11/channels/chan_iax2.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:59:10 2015 New Revision: 434291 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434291 Log: chan_iax2: Fix crash caused by unprotected access to iaxs[peer-callno] This patch fixes an access to the peer callnumber that is unprotected by a corresponding

[svn-commits] mjordan: branch 13 r434289 - in /branches/13: ./ channels/chan_sip.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:53:16 2015 New Revision: 434289 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434289 Log: chan_sip: Handle IPv4 mapped IPv6 clients when NAT is enabled When udpbindaddr is set to the IPv6 bind all address of '::', Asterisk will attempt to handle both

[svn-commits] mjordan: trunk r434293 - in /trunk: ./ channels/chan_iax2.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 07:00:35 2015 New Revision: 434293 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434293 Log: chan_iax2: Fix crash caused by unprotected access to iaxs[peer-callno] This patch fixes an access to the peer callnumber that is unprotected by a corresponding

[svn-commits] mjordan: branch 13 r434292 - in /branches/13: ./ channels/chan_iax2.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 07:00:01 2015 New Revision: 434292 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434292 Log: chan_iax2: Fix crash caused by unprotected access to iaxs[peer-callno] This patch fixes an access to the peer callnumber that is unprotected by a corresponding

[svn-commits] mjordan: branch 11 r434288 - /branches/11/channels/chan_sip.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:51:24 2015 New Revision: 434288 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434288 Log: chan_sip: Handle IPv4 mapped IPv6 clients when NAT is enabled When udpbindaddr is set to the IPv6 bind all address of '::', Asterisk will attempt to handle both

[svn-commits] mjordan: trunk r434290 - in /trunk: ./ channels/chan_sip.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:54:09 2015 New Revision: 434290 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434290 Log: chan_sip: Handle IPv4 mapped IPv6 clients when NAT is enabled When udpbindaddr is set to the IPv6 bind all address of '::', Asterisk will attempt to handle both

[svn-commits] mjordan: branch 13 r434286 - in /branches/13: ./ apps/ channels/ res/

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:44:32 2015 New Revision: 434286 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434286 Log: clang compiler warnings: Fix pointer-bool-converesion warnings This patch fixes several warnings pointed out by the clang compiler. * chan_pjsip: Removed check

[svn-commits] mjordan: trunk r434287 - in /trunk: ./ apps/ channels/ res/

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:45:05 2015 New Revision: 434287 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434287 Log: clang compiler warnings: Fix pointer-bool-converesion warnings This patch fixes several warnings pointed out by the clang compiler. * chan_pjsip: Removed check

[svn-commits] mjordan: trunk r434284 - in /trunk: ./ cel/ configs/samples/

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 06:35:53 2015 New Revision: 434284 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434284 Log: cel_pgsl: Add support for GMT timestamps This patch adds a new option to cel_pgsl, usegmtime, which causes timestamps to be logged in GMT. Review:

[svn-commits] mjordan: trunk r434294 - /trunk/channels/chan_iax2.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 07:02:37 2015 New Revision: 434294 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434294 Log: chan_iax2: Fix compilation issue due to funky merge Don't mix declarations and code! Modified: trunk/channels/chan_iax2.c Modified:

[svn-commits] rmudgett: branch 13 r434357 - /branches/13/main/format_cache.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: rmudgett Date: Wed Apr 8 11:23:00 2015 New Revision: 434357 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434357 Log: format_cache.c: Add missing slin12 format to ast_format_cache_is_slinear(). Modified: branches/13/main/format_cache.c Modified:

[svn-commits] jrose: branch 12 r434356 - in /branches/12: ./ main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 11:22:47 2015 New Revision: 434356 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434356 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] rmudgett: trunk r434383 - in /trunk: ./ main/format_cache.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: rmudgett Date: Wed Apr 8 11:31:45 2015 New Revision: 434383 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434383 Log: format_cache.c: Add missing slin12 format to ast_format_cache_is_slinear(). Merged revisions 434357 from

[svn-commits] r434337 - svn:log

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Revision: 434337 Modified property: svn:log Modified: svn:log at Wed Apr 8 11:09:06 2015 -- --- svn:log (original) +++ svn:log Wed Apr 8 11:09:06 2015 @@ -10,7 +10,7 @@ register a CN with something like

[svn-commits] jrose: branch 1.8 r434337 - /branches/1.8/main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 10:54:38 2015 New Revision: 434337 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434337 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] r434337 - svn:log

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Revision: 434337 Modified property: svn:log Modified: svn:log at Wed Apr 8 11:10:42 2015 -- --- svn:log (original) +++ svn:log Wed Apr 8 11:10:42 2015 @@ -14,5 +14,5 @@ ASTERISK-24847 #close Reported

[svn-commits] bebuild: tag 11.6-cert11 r434322 - /tags/11.6-cert11/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:18:59 2015 New Revision: 434322 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434322 Log: Create 11.6-cert11 Added: tags/11.6-cert11/ - copied from r434321, certified/tags/11.6-cert10/ --

[svn-commits] bebuild: tag 13.1-cert2 r434323 - /tags/13.1-cert2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:19:18 2015 New Revision: 434323 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434323 Log: Create 13.1-cert2 Added: tags/13.1-cert2/ - copied from r434322, certified/tags/13.1-cert1/ --

[svn-commits] bebuild: tag certified-13.1-cert2 r434333 - /certified/tags/13.1-cert2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:40:36 2015 New Revision: 434333 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434333 Log: Update .version; remove summaries Removed: certified/tags/13.1-cert2/certified-asterisk-13.1-cert1-summary.html

[svn-commits] file: branch group/dns_pjsip r434336 - /team/group/dns_pjsip/res/res_pjsip/

2015-04-08 Thread SVN commits to the Digium repositories
Author: file Date: Wed Apr 8 10:21:44 2015 New Revision: 434336 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434336 Log: Document functions some more and use the correct PJLIB errno values when invoking the user callback. Modified:

[svn-commits] jrose: branch certified-1.8.28 r434391 - in /certified/branches/1.8.28: ./ main/

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 12:06:36 2015 New Revision: 434391 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434391 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] jrose: branch certified-11.6 r434393 - in /certified/branches/11.6: ./ main/

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 12:15:07 2015 New Revision: 434393 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434393 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] bebuild: tag 11.17.1 r434392 - /tags/11.17.1/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:15:05 2015 New Revision: 434392 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434392 Log: Importing release summary for 11.17.1 release. Added: tags/11.17.1/asterisk-11.17.1-summary.html (with props)

[svn-commits] bebuild: tag certified-1.8.28-cert5 r434394 - in /certified/tags/1.8.28-cert5...

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:16:05 2015 New Revision: 434394 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434394 Log: Merge changes for AST-2015-003 Modified: certified/tags/1.8.28-cert5/ (props changed) certified/tags/1.8.28-cert5/ChangeLog

[svn-commits] bebuild: tag certified-11.6-cert11 r434396 - in /certified/tags/11.6-cert11: ...

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:17:25 2015 New Revision: 434396 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434396 Log: Merge changes for AST-2015-003 Modified: certified/tags/11.6-cert11/ (props changed) certified/tags/11.6-cert11/ChangeLog

[svn-commits] jrose: branch certified-13.1 r434418 - in /certified/branches/13.1: ./ main/

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 12:24:23 2015 New Revision: 434418 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434418 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] bebuild: tag 13.3.2 r434415 - /tags/13.3.2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:24:04 2015 New Revision: 434415 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434415 Log: Importing release summary for 13.3.2 release. Added: tags/13.3.2/asterisk-13.3.2-summary.html (with props) tags/13.3.2/asterisk-13.3.2-summary.txt

[svn-commits] bebuild: tag 12.8.2 r434405 - /tags/12.8.2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:20:00 2015 New Revision: 434405 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434405 Log: Importing release summary for 12.8.2 release. Added: tags/12.8.2/asterisk-12.8.2-summary.html (with props) tags/12.8.2/asterisk-12.8.2-summary.txt

[svn-commits] bebuild: tag certified-13.1-cert2 r434420 - in /certified/tags/13.1-cert2: ./...

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:30:11 2015 New Revision: 434420 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434420 Log: Merge changes for AST-2015-003 Modified: certified/tags/13.1-cert2/ (props changed) certified/tags/13.1-cert2/ChangeLog

[svn-commits] bebuild: tag certified-1.8.28-cert5 r434421 - /certified/tags/1.8.28-cert5/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:30:57 2015 New Revision: 434421 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434421 Log: Importing release summary for 1.8.28-cert5 release. Added: certified/tags/1.8.28-cert5/certified-asterisk-1.8.28-cert5-summary.html (with props)

[svn-commits] bebuild: tag certified-11.6-cert11 r434422 - /certified/tags/11.6-cert11/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:33:58 2015 New Revision: 434422 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434422 Log: Importing release summary for 11.6-cert11 release. Added: certified/tags/11.6-cert11/certified-asterisk-11.6-cert11-summary.html (with props)

[svn-commits] bebuild: tag certified-13.1-cert2 r434423 - /certified/tags/13.1-cert2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:36:52 2015 New Revision: 434423 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434423 Log: Importing release summary for 13.1-cert2 release. Added: certified/tags/13.1-cert2/certified-asterisk-13.1-cert2-summary.html (with props)

[svn-commits] mjordan: branch 13 r434314 - /branches/13/channels/chan_iax2.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 07:33:49 2015 New Revision: 434314 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434314 Log: chan_iax2: Fix compilation issue due to funky merge Don't mix declarations and code Modified: branches/13/channels/chan_iax2.c Modified:

[svn-commits] bebuild: tag 11.17.1 r434318 - /tags/11.17.1/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:17:31 2015 New Revision: 434318 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434318 Log: Create 11.17.1 Added: tags/11.17.1/ - copied from r434317, tags/11.17.0/ -- _

[svn-commits] bebuild: tag 12.8.2 r434320 - /tags/12.8.2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:18:07 2015 New Revision: 434320 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434320 Log: Create 12.8.2 Added: tags/12.8.2/ - copied from r434319, tags/12.8.1/ -- _ --

[svn-commits] bebuild: tag 1.8.28-cert5 r434321 - /tags/1.8.28-cert5/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:18:38 2015 New Revision: 434321 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434321 Log: Create 1.8.28-cert5 Added: tags/1.8.28-cert5/ - copied from r434320, certified/tags/1.8.28-cert4/ --

[svn-commits] bebuild: tag certified-11.6-cert11 r434325 - /certified/tags/11.6-cert11/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:33:42 2015 New Revision: 434325 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434325 Log: Move bad tag Added: certified/tags/11.6-cert11/ - copied from r434324, tags/11.6-cert11/ --

[svn-commits] bebuild: tag 13.1-cert2 r434326 - /tags/13.1-cert2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:34:00 2015 New Revision: 434326 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434326 Log: Move bad tag Removed: tags/13.1-cert2/ -- _ -- Bandwidth and Colocation Provided by

[svn-commits] bebuild: tag 11.6-cert11 r434325 - /tags/11.6-cert11/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:33:42 2015 New Revision: 434325 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434325 Log: Move bad tag Removed: tags/11.6-cert11/ -- _ -- Bandwidth and Colocation Provided by

[svn-commits] bebuild: tag certified-13.1-cert2 r434326 - /certified/tags/13.1-cert2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:34:00 2015 New Revision: 434326 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434326 Log: Move bad tag Added: certified/tags/13.1-cert2/ - copied from r434325, tags/13.1-cert2/ --

[svn-commits] bebuild: tag 12.8.2 r434329 - /tags/12.8.2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:39:11 2015 New Revision: 434329 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434329 Log: Update .version; remove summaries Removed: tags/12.8.2/asterisk-12.8.1-summary.html tags/12.8.2/asterisk-12.8.1-summary.txt Modified:

[svn-commits] bebuild: tag certified-1.8.28-cert5 r434331 - /certified/tags/1.8.28-cert5/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:39:48 2015 New Revision: 434331 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434331 Log: Update .version; remove summaries Removed: certified/tags/1.8.28-cert5/certified-asterisk-1.8.28-cert4-summary.html

[svn-commits] bebuild: tag 1.8.32.3 r434317 - /tags/1.8.32.3/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:17:07 2015 New Revision: 434317 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434317 Log: Create 1.8.32.3 Added: tags/1.8.32.3/ - copied from r434316, tags/1.8.32.2/ --

[svn-commits] bebuild: tag 13.3.2 r434319 - /tags/13.3.2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:17:51 2015 New Revision: 434319 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434319 Log: Create 13.3.2 Added: tags/13.3.2/ - copied from r434318, tags/13.3.1/ -- _ --

[svn-commits] bebuild: tag 1.8.28-cert5 r434324 - /tags/1.8.28-cert5/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:32:31 2015 New Revision: 434324 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434324 Log: Move bad tag Removed: tags/1.8.28-cert5/ -- _ -- Bandwidth and Colocation Provided by

[svn-commits] bebuild: tag certified-1.8.28-cert5 r434324 - /certified/tags/1.8.28-cert5/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:32:31 2015 New Revision: 434324 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434324 Log: Move bad tag Added: certified/tags/1.8.28-cert5/ - copied from r434323, tags/1.8.28-cert5/ --

[svn-commits] bebuild: tag 13.3.2 r434330 - /tags/13.3.2/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:39:27 2015 New Revision: 434330 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434330 Log: Update .version; remove summaries Removed: tags/13.3.2/asterisk-13.3.1-summary.html tags/13.3.2/asterisk-13.3.1-summary.txt Modified:

[svn-commits] bebuild: tag certified-11.6-cert11 r434332 - /certified/tags/11.6-cert11/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:40:10 2015 New Revision: 434332 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434332 Log: Update .version; remove summaries Removed: certified/tags/11.6-cert11/certified-asterisk-11.6-cert10-summary.html

[svn-commits] bebuild: tag 1.8.32.3 r434327 - /tags/1.8.32.3/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:38:24 2015 New Revision: 434327 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434327 Log: Update .version; remove summaries Removed: tags/1.8.32.3/asterisk-1.8.32.2-summary.html tags/1.8.32.3/asterisk-1.8.32.2-summary.txt Modified:

[svn-commits] bebuild: tag 11.17.1 r434328 - /tags/11.17.1/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 09:38:48 2015 New Revision: 434328 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434328 Log: Update .version; remove summaries Removed: tags/11.17.1/asterisk-11.17.0-summary.html tags/11.17.1/asterisk-11.17.0-summary.txt Modified:

[svn-commits] mjordan: branch 11 r434334 - /branches/11/channels/chan_iax2.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 09:53:43 2015 New Revision: 434334 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434334 Log: chan_iax2: Fix mixup of code/declarations Interestingly enough, clang doesn't care about this. Modified: branches/11/channels/chan_iax2.c Modified:

[svn-commits] jrose: trunk r434431 - in /trunk: ./ res/res_pjsip_t38.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 13:32:31 2015 New Revision: 434431 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434431 Log: res_pjsip_t38: Fix FAX failures when using PJSIP with authentication Without this patch, if a PJSIP endpoint with udptl enabled and authentication set attempted

[svn-commits] jrose: branch 11 r434338 - in /branches/11: ./ main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 11:11:53 2015 New Revision: 434338 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434338 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] jrose: branch 13 r434384 - in /branches/13: ./ main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 11:40:25 2015 New Revision: 434384 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434384 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] bebuild: tag 1.8.32.3 r434386 - in /tags/1.8.32.3: ./ ChangeLog main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 11:53:07 2015 New Revision: 434386 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434386 Log: Merge changes for AST-2015-003 Modified: tags/1.8.32.3/ (props changed) tags/1.8.32.3/ChangeLog tags/1.8.32.3/main/tcptls.c Propchange:

[svn-commits] jrose: trunk r434385 - in /trunk: ./ main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 11:49:18 2015 New Revision: 434385 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434385 Log: Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. When registering to a SIP server with TLS, Asterisk will accept CA signed

[svn-commits] bebuild: tag 11.17.1 r434387 - in /tags/11.17.1: ./ ChangeLog main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 11:54:33 2015 New Revision: 434387 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434387 Log: Merge changes for AST-2015-003 Modified: tags/11.17.1/ (props changed) tags/11.17.1/ChangeLog tags/11.17.1/main/tcptls.c Propchange:

[svn-commits] bebuild: tag 13.3.2 r434389 - in /tags/13.3.2: ./ ChangeLog main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 11:57:23 2015 New Revision: 434389 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434389 Log: Merge changes for AST-2015-003 Modified: tags/13.3.2/ (props changed) tags/13.3.2/ChangeLog tags/13.3.2/main/tcptls.c Propchange: tags/13.3.2/

[svn-commits] bebuild: tag 12.8.2 r434388 - in /tags/12.8.2: ./ ChangeLog main/tcptls.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 11:57:03 2015 New Revision: 434388 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434388 Log: Merge changes for AST-2015-003 Modified: tags/12.8.2/ (props changed) tags/12.8.2/ChangeLog tags/12.8.2/main/tcptls.c Propchange: tags/12.8.2/

[svn-commits] bebuild: tag 1.8.32.3 r434390 - /tags/1.8.32.3/

2015-04-08 Thread SVN commits to the Digium repositories
Author: bebuild Date: Wed Apr 8 12:01:06 2015 New Revision: 434390 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434390 Log: Importing release summary for 1.8.32.3 release. Added: tags/1.8.32.3/asterisk-1.8.32.3-summary.html (with props)

[svn-commits] jrose: branch certified-13.1 r434428 - in /certified/branches/13.1: ./ res/

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 13:19:26 2015 New Revision: 434428 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434428 Log: res_pjsip_t38: Fix FAX failures when using PJSIP with authentication Without this patch, if a PJSIP endpoint with udptl enabled and authentication set attempted

[svn-commits] rmudgett: trunk r434430 - in /trunk: ./ bridges/ channels/dahdi/ include/aste...

2015-04-08 Thread SVN commits to the Digium repositories
Author: rmudgett Date: Wed Apr 8 13:20:26 2015 New Revision: 434430 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434430 Log: Bridging: Eliminate the unnecessary make channel compatible with bridge operation. When a channel enters the bridging system it is first made compatible with

[svn-commits] rmudgett: branch 13 r434424 - in /branches/13: bridges/ channels/dahdi/ inclu...

2015-04-08 Thread SVN commits to the Digium repositories
Author: rmudgett Date: Wed Apr 8 13:14:00 2015 New Revision: 434424 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434424 Log: Bridging: Eliminate the unnecessary make channel compatible with bridge operation. When a channel enters the bridging system it is first made compatible with

[svn-commits] jrose: branch 13 r434425 - /branches/13/res/res_pjsip_t38.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: jrose Date: Wed Apr 8 13:15:33 2015 New Revision: 434425 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434425 Log: res_pjsip_t38: Fix FAX failures when using PJSIP with authentication Without this patch, if a PJSIP endpoint with udptl enabled and authentication set attempted

[svn-commits] file: branch group/dns_pjsip r434445 - in /team/group/dns_pjsip: include/aste...

2015-04-08 Thread SVN commits to the Digium repositories
Author: file Date: Wed Apr 8 14:22:39 2015 New Revision: 434445 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434445 Log: Fix a build issue and add a call to ast_sip_initialize_dns back in. Modified: team/group/dns_pjsip/include/asterisk/dns_internal.h

[svn-commits] mjordan: trunk r434450 - in /trunk: ./ apps/app_queue.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 21:05:26 2015 New Revision: 434450 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434450 Log: apps/app_queue: Prevent possible crash when evaluating queue penalty rules Although it only occurred once, a crash occurred when a queue attempted to evaluate a

[svn-commits] mjordan: branch 13 r434449 - in /branches/13: ./ apps/app_queue.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 21:05:04 2015 New Revision: 434449 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434449 Log: apps/app_queue: Prevent possible crash when evaluating queue penalty rules Although it only occurred once, a crash occurred when a queue attempted to evaluate a

[svn-commits] mjordan: branch 11 r434448 - /branches/11/apps/app_queue.c

2015-04-08 Thread SVN commits to the Digium repositories
Author: mjordan Date: Wed Apr 8 21:03:57 2015 New Revision: 434448 URL: http://svnview.digium.com/svn/asterisk?view=revrev=434448 Log: apps/app_queue: Prevent possible crash when evaluating queue penalty rules Although it only occurred once, a crash occurred when a queue attempted to evaluate a