Re: [asterisk-dev] [Code Review] 3550: build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better

2014-05-20 Thread George Joseph
/3550/diff/ Testing --- Tested with cross compile for armv7hl platform (package paths specified) and with native x86_64 compile (no package paths specified). Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided

[asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-05-29 Thread George Joseph
/ Tests: 88 Passed: 87 Failed: 1 FAILED: tests/channels/pjsip/dialplan_functions/pjsip_endpoint Not sure why the pjsip_endpoint function is failing but it's not this patch's fault. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-05-30 Thread George Joseph
, visit: https://reviewboard.asterisk.org/r/3576/#review12014 --- On May 29, 2014, 6:53 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-05-30 Thread George Joseph
. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-05-30 Thread George Joseph
tests/channels/pjsip/ Tests: 88 Passed: 87 Failed: 1 FAILED: tests/channels/pjsip/dialplan_functions/pjsip_endpoint Not sure why the pjsip_endpoint function is failing but it's not this patch's fault. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-06-04 Thread George Joseph
the pjsip_endpoint function is failing but it's not this patch's fault. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-06-04 Thread George Joseph
--- On June 4, 2014, 7:33 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3576/ --- (Updated June 4, 2014, 7

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-06-05 Thread George Joseph
the pjsip_endpoint function is failing but it's not this patch's fault. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-06-05 Thread George Joseph
://reviewboard.asterisk.org/r/3576/#review12067 --- On June 5, 2014, 4:38 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-06-05 Thread George Joseph
Not sure why the pjsip_endpoint function is failing but it's not this patch's fault. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update

Re: [asterisk-dev] [Code Review] 3576: astobj2: Split hash and rbtree impls into their own source files.

2014-06-06 Thread George Joseph
/dialplan_functions/pjsip_endpoint Not sure why the pjsip_endpoint function is failing but it's not this patch's fault. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk

[asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-06 Thread George Joseph
branches/12/main/astobj2_container.c 415336 Diff: https://reviewboard.asterisk.org/r/3593/diff/ Testing --- Ran all the test framework tests plus the astobj2 test test. Ran testsuite tests/channels/pjsip. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-06 Thread George Joseph
the test framework tests plus the astobj2 test test. Ran testsuite tests/channels/pjsip. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE

[asterisk-dev] Astobj2 debugging change proposal

2014-06-08 Thread George Joseph
Right now, the non-ref debugging code in astobj2 is triggered by a mix of AST_DEVMODE and AO2_DEBUG and both get set if you want to run the test framework. I've noticed though that the inclusion of the debugging code can actually hide problems as well as highlight them, especially related to

Re: [asterisk-dev] Astobj2 debugging change proposal

2014-06-09 Thread George Joseph
purposes. On Mon, Jun 9, 2014 at 12:46 PM, Matthew Jordan mjor...@digium.com wrote: On Sun, Jun 8, 2014 at 10:03 AM, George Joseph george.jos...@fairview5.com wrote: Right now, the non-ref debugging code in astobj2 is triggered by a mix of AST_DEVMODE and AO2_DEBUG and both get set if you want

Re: [asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-10 Thread George Joseph
/build_tools/cflags.xml 415657 Diff: https://reviewboard.asterisk.org/r/3593/diff/ Testing --- Ran all the test framework tests plus the astobj2 test test. Ran testsuite tests/channels/pjsip. Thanks, George Joseph

Re: [asterisk-dev] chan_sip usereqphone option

2014-06-11 Thread George Joseph
On Wed, Jun 11, 2014 at 12:24 PM, Mark Michelson mmichel...@digium.com wrote: Hi! It has been brought to my attention that chan_pjsip does not have an equivalent to chan_sip's usereqphone option. However, nobody here seems to know how useful such an option actually would be. The result is,

[asterisk-dev] [Code Review] 3627: Update extensions.lua.sample with naming conflict guidance.

2014-06-17 Thread George Joseph
. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] [Code Review] 3627: Update extensions.lua.sample with naming conflict guidance.

2014-06-18 Thread George Joseph
/extensions.lua.sample 416556 Diff: https://reviewboard.asterisk.org/r/3627/diff/ Testing --- Made sure extensions.lua now loads correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api

[asterisk-dev] [Code Review] 3629: pbx_lua: Remove the problematic and unnecessary AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.c

2014-06-18 Thread George Joseph
://reviewboard.asterisk.org/r/3629/diff/ Testing --- Checked that contexts created by both pbx_config and pbx_lua were properly merged instead of pbx_config overwriting them. Thanks, George Joseph -- _ -- Bandwidth

Re: [asterisk-dev] [Code Review] 3629: pbx_lua: Remove the problematic and unnecessary AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.c

2014-06-19 Thread George Joseph
of pbx_config overwriting them. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman

[asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread George Joseph
/acl.h 416729 Diff: https://reviewboard.asterisk.org/r/3652/diff/ Testing --- Made sure both ipv4 and ipv6 addresses were formatted correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread George Joseph
416729 branches/12/include/asterisk/netsock2.h 416729 branches/12/include/asterisk/acl.h 416729 Diff: https://reviewboard.asterisk.org/r/3652/diff/ Testing --- Made sure both ipv4 and ipv6 addresses were formatted correctly. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3652/#review12209 --- On June 19, 2014, 11:47 a.m., George Joseph wrote

Re: [asterisk-dev] [Code Review] 3652: pjsip cli: Change Identify to show CIDR notation instead of netmasks.

2014-06-19 Thread George Joseph
, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-19 Thread George Joseph
--- On June 10, 2014, 8:42 a.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3593

Re: [asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-19 Thread George Joseph
://reviewboard.asterisk.org/r/3593/diff/ Testing --- Ran all the test framework tests plus the astobj2 test test. Ran testsuite tests/channels/pjsip. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-19 Thread George Joseph
://reviewboard.asterisk.org/r/3593/diff/ Testing --- Ran all the test framework tests plus the astobj2 test test. Ran testsuite tests/channels/pjsip. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-19 Thread George Joseph
://reviewboard.asterisk.org/r/3593/diff/ Testing --- Ran all the test framework tests plus the astobj2 test test. Ran testsuite tests/channels/pjsip. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-dev] [Code Review] 3593: astobj2: Additional refactoring to push impl specific code down into the impls.

2014-06-20 Thread George Joseph
/build_tools/cflags.xml 416802 Diff: https://reviewboard.asterisk.org/r/3593/diff/ Testing --- Ran all the test framework tests plus the astobj2 test test. Ran testsuite tests/channels/pjsip. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3550: build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better

2014-06-20 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3550/#review11954 --- On May 20, 2014, 3 p.m., George Joseph wrote

Re: [asterisk-dev] [Code Review] 3513: Weak Reference Containers

2014-06-20 Thread George Joseph
were added to the existing astobj2 test framework. All tests pass. The testsuite is a little more challenging but I at least made sure that all the test that passed before the change still passed after the change. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3550: build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better

2014-06-20 Thread George Joseph
/3550/diff/ Testing --- Tested with cross compile for armv7hl platform (package paths specified) and with native x86_64 compile (no package paths specified). Thanks, George Joseph -- _ -- Bandwidth and Colocation

[asterisk-dev] [Code Review] 3664: build: Disable AST_FORTIFY_SOURCE if DONT_OPTIMIZE is selected.

2014-06-21 Thread George Joseph
of _FORTIFY_SOURCE and -O were set. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

Re: [asterisk-dev] [Code Review] 3664: build: Disable AST_FORTIFY_SOURCE if DONT_OPTIMIZE is selected.

2014-06-22 Thread George Joseph
/3664/diff/ Testing --- Tested compile both with and without the optimize flag set and insured that the proper combination of _FORTIFY_SOURCE and -O were set. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] [Code Review] 3670: ao2_container node object ignores REF_DEBUG in all places except one

2014-06-24 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3670/#review12291 --- Ship it! Ship It! - George Joseph On June 24, 2014, 12:28

Re: [asterisk-dev] [Code Review] 3705: res_pjsip_dialog_info_body_generator: Add dialog-info+xml implementation and tweak res_pjsip_pubsub to support it.

2014-07-02 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3705/#review12449 --- Ship it! Tested on my Grandstreams. Ship It! - George

[asterisk-dev] [Code Review] 3716: Weak Reference Containers

2014-07-07 Thread George Joseph
. The full Testsuite was run with the same number of tests passing that passed before the patch. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

Re: [asterisk-dev] [Code Review] 3716: Weak Reference Containers

2014-07-15 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3716/#review12583 --- On July 7, 2014, 10:43 p.m., George Joseph wrote

Re: [asterisk-dev] [Code Review] 3716: Weak Reference Containers

2014-07-25 Thread George Joseph
--- On July 7, 2014, 10:43 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3716

Re: [asterisk-dev] [Code Review] 3716: Weak Reference Containers

2014-07-25 Thread George Joseph
. George Joseph wrote: An object can't use a list of containers as this would mean the container could only be in one object's list at a time. I'd have to use a container of containers which would be significant overhead. That's why I went with node since a node can only be associated with one

Re: [asterisk-dev] [Code Review] 3716: Weak Reference Containers

2014-07-25 Thread George Joseph
. George Joseph wrote: An object can't use a list of containers as this would mean the container could only be in one object's list at a time. I'd have to use a container of containers which would be significant overhead. That's why I went with node since a node can only be associated with one

Re: [asterisk-dev] [Code Review] 3716: Weak Reference Containers

2014-07-25 Thread George Joseph
. George Joseph wrote: An object can't use a list of containers as this would mean the container could only be in one object's list at a time. I'd have to use a container of containers which would be significant overhead. That's why I went with node since a node can only be associated with one

[asterisk-dev] [Code Review] 3891: Fix Lua regression caused by me fixing ASTERISK-23818 incorrectly.

2014-08-05 Thread George Joseph
if it happens to define the same context/exten as pbx_config or pbx_ael it'll never be called because pbx_find_extension will never search pbx_lua unless the global table is exhausted. Thanks, George Joseph -- _ -- Bandwidth

Re: [asterisk-dev] [Code Review] 3891: Fix Lua regression caused by me fixing ASTERISK-23818 incorrectly.

2014-08-06 Thread George Joseph
the global table is exhausted. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com

[asterisk-dev] [Code Review] 3919: func_config: Change 'Not Found' message from ERROR to DEBUG

2014-08-18 Thread George Joseph
Diff: https://reviewboard.asterisk.org/r/3919/diff/ Testing --- Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options

Re: [asterisk-dev] [Code Review] 3919: func_config: Change 'Not Found' message from ERROR to DEBUG

2014-08-18 Thread George Joseph
. If a dialplan developer wants to debug their dialplan they still can. Diffs (updated) - branches/12/funcs/func_config.c 421326 Diff: https://reviewboard.asterisk.org/r/3919/diff/ Testing --- Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3919: func_config: Change 'Not Found' message from ERROR to DEBUG

2014-08-18 Thread George Joseph
ERROR to DEBUG. If a dialplan developer wants to debug their dialplan they still can. Diffs - branches/12/funcs/func_config.c 421326 Diff: https://reviewboard.asterisk.org/r/3919/diff/ Testing --- Thanks, George Joseph

[asterisk-dev] [Code Review] 3944: app_confbridge: Add 'all' to channel target for mute and unmute.

2014-08-25 Thread George Joseph
-insensitive since kick was already case-insensitive. Diffs - branches/12/apps/app_confbridge.c 422052 Diff: https://reviewboard.asterisk.org/r/3944/diff/ Testing --- Tested that both CLI and AMI handle 'all' as a channel target for mute and unmute correctly. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3931: runtests.py: -d (--dry-run)

2014-08-25 Thread George Joseph
On Aug. 25, 2014, 11:53 a.m., Matt Jordan wrote: How is this different than the -l option? Just to chip in... The -l option lists everything even though the test might not actually get run because of some constraint. I use something like the proposed dry-run so I can know how many tests

Re: [asterisk-dev] [Code Review] 3944: app_confbridge: Add 'all' to channel target for mute and unmute.

2014-08-25 Thread George Joseph
://reviewboard.asterisk.org/r/3944/diff/ Testing (updated) --- Tested that both CLI and AMI handle 'all' and 'participants' as a channel target for mute, unmute and kick correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation

Re: [asterisk-dev] [Code Review] 3944: app_confbridge: Add 'all' to channel target for mute and unmute.

2014-08-26 Thread George Joseph
://reviewboard.asterisk.org/r/3944/diff/ Testing --- Tested that both CLI and AMI handle 'all' and 'participants' as a channel target for mute, unmute and kick correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] [Code Review] 3944: app_confbridge: Add 'all' to channel target for mute and unmute.

2014-08-26 Thread George Joseph
'all' and 'participants' as a channel target for mute, unmute and kick correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE

Re: [asterisk-dev] [Code Review] 3944: app_confbridge: Add 'all' to channel target for mute and unmute.

2014-08-26 Thread George Joseph
' and 'participants' as a channel target for mute, unmute and kick correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update

Re: [asterisk-dev] [Code Review] 3944: app_confbridge: Add 'all' to channel target for mute and unmute.

2014-08-26 Thread George Joseph
/ Testing --- Tested that both CLI and AMI handle 'all' and 'participants' as a channel target for mute, unmute and kick correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api

[asterisk-dev] [Code Review] 3950: confbridge: Add 'Admin' parameter to join, leave, mute, unmute and talking events

2014-08-26 Thread George Joseph
422108 Diff: https://reviewboard.asterisk.org/r/3950/diff/ Testing --- Checked that the AMI events had properly set Admin flags. All of the 11 eligible TestSuite confbridge tests passed although they don't test for the existence of the new flag yet. Nothing broke at least. Thanks, George

Re: [asterisk-dev] [Code Review] 3950: confbridge: Add 'Admin' parameter to join, leave, mute, unmute and talking events

2014-08-27 Thread George Joseph
they don't test for the existence of the new flag yet. Nothing broke at least. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE

Re: [asterisk-dev] [Code Review] 3950: confbridge: Add 'Admin' parameter to join, leave, mute, unmute and talking events

2014-08-27 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3950/#review13190 --- On Aug. 27, 2014, 10:56 a.m., George Joseph wrote

Re: [asterisk-dev] [Code Review] 3950: confbridge: Add 'Admin' parameter to join, leave, mute, unmute and talking events

2014-08-27 Thread George Joseph
eligible TestSuite confbridge tests passed although they don't test for the existence of the new flag yet. Nothing broke at least. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

[asterisk-dev] [Code Review] 3955: confbridge: Add Duration to ConfbridgeList event

2014-08-28 Thread George Joseph
/3955/diff/ Testing --- Looked at the output of a ConfbridgeList event to make sure Duration was being set correctly and no other fields were affected. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided

[asterisk-dev] [Code Review] 3958: manager: Make WaitEvent action respect eventfilters

2014-08-28 Thread George Joseph
--- Verified that events to be filtered are indeed filtered and that events not supposed to be filtered aren't. I ran the manager TestSuite but 4 of 9 tests failed BEFORE my change. The same 4 failed after my change. Thanks, George Joseph

[asterisk-dev] Thoughts on the future of phoneprov.

2014-08-29 Thread George Joseph
The last hurdle for me to adopt pjsip has been what to do with phoneprov and now that chan_sip has been moved to extended support, this has come to the front burner. I've been thinking of ways to make the existing res_phoneprov configurable to use either the existing users.conf/sip.conf

Re: [asterisk-dev] [Code Review] 3955: confbridge: Add Duration to ConfbridgeList event

2014-08-29 Thread George Joseph
. Diffs (updated) - branches/12/apps/app_confbridge.c 422257 Diff: https://reviewboard.asterisk.org/r/3955/diff/ Testing --- Looked at the output of a ConfbridgeList event to make sure Duration was being set correctly and no other fields were affected. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3958: manager: Make WaitEvent action respect eventfilters

2014-08-30 Thread George Joseph
tests failed BEFORE my change. The same 4 failed after my change. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit

Re: [asterisk-dev] [Code Review] 3955: confbridge: Add Duration to ConfbridgeList event

2014-08-30 Thread George Joseph
affected. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev

[asterisk-dev] [Code Review] 3970: res_phoneprov: Refactor phoneprov to allow pluggable config providers.

2014-09-02 Thread George Joseph
actually use it with Grandstream phones and everything worked exactly as expected. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update

Re: [asterisk-dev] [Code Review] 3970: res_phoneprov: Refactor phoneprov to allow pluggable config providers.

2014-09-03 Thread George Joseph
and PP_EACH_EXTENSION to make sure that all existing functionality was preserved. I actually use it with Grandstream phones and everything worked exactly as expected. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided

[asterisk-dev] [Code Review] 3976: New module: res_pjsip_phoneprov_provider provides the integration between res_pjsip and res_phoneprov.

2014-09-04 Thread George Joseph
templates. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] [Code Review] 3970: res_phoneprov: Refactor phoneprov to allow pluggable config providers.

2014-09-05 Thread George Joseph
/3970/diff/ Testing --- I ran through several scenarios including the use of PP_EACH_USER and PP_EACH_EXTENSION to make sure that all existing functionality was preserved. I actually use it with Grandstream phones and everything worked exactly as expected. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3976: New module: res_pjsip_phoneprov_provider provides the integration between res_pjsip and res_phoneprov.

2014-09-05 Thread George Joseph
/res_pjsip_phoneprov_provider.c PRE-CREATION branches/12/configs/pjsip.conf.sample 422737 Diff: https://reviewboard.asterisk.org/r/3976/diff/ Testing --- I'm already starting to convert sip peers to pjsip endpoints with no change to my Grandstream templates. Thanks, George Joseph

[asterisk-dev] [Code Review] 3986: config: bug: fix truncation of included config files on permissions error

2014-09-09 Thread George Joseph
that no files are truncated if any of the can't be written to. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http

Re: [asterisk-dev] [Code Review] 3986: config: bug: fix truncation of included config files on permissions error

2014-09-09 Thread George Joseph
://reviewboard.asterisk.org/r/3986/diff/ Testing --- Tested normal access and verified that no files are truncated if any of the can't be written to. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-dev] [Code Review] 3986: config: bug: fix truncation of included config files on permissions error

2014-09-10 Thread George Joseph
- branches/1.8/main/config.c 422882 Diff: https://reviewboard.asterisk.org/r/3986/diff/ Testing --- Tested normal access and verified that no files are truncated if any of the can't be written to. Thanks, George Joseph

[asterisk-dev] [Code Review] 3989: utils: Create ast_strsep function that ignores separators inside quotes.

2014-09-10 Thread George Joseph
, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] [Code Review] 3989: utils: Create ast_strsep function that ignores separators inside quotes.

2014-09-11 Thread George Joseph
--- On Sept. 10, 2014, 5:45 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3989/ --- (Updated

Re: [asterisk-dev] [Code Review] 3989: utils: Create ast_strsep function that ignores separators inside quotes.

2014-09-12 Thread George Joseph
(updated) - branches/12/tests/test_strings.c 422963 branches/12/main/utils.c 422963 branches/12/include/asterisk/strings.h 422963 Diff: https://reviewboard.asterisk.org/r/3989/diff/ Testing --- Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3989: utils: Create ast_strsep function that ignores separators inside quotes.

2014-09-12 Thread George Joseph
422963 branches/12/include/asterisk/strings.h 422963 Diff: https://reviewboard.asterisk.org/r/3989/diff/ Testing --- Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

[asterisk-dev] [Code Review] 3993: config: bug: Fix SEGV in ast_category_insert when a matching category isn't found

2014-09-14 Thread George Joseph
--- Tested with AMI UpdateConfig/newcat to make sure the proper value is returned in both positive and negative cases. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-dev] [Code Review] 3993: config: bug: Fix SEGV in ast_category_insert when a matching category isn't found

2014-09-15 Thread George Joseph
/include/asterisk/config.h 423127 Diff: https://reviewboard.asterisk.org/r/3993/diff/ Testing --- Tested with AMI UpdateConfig/newcat to make sure the proper value is returned in both positive and negative cases. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3989: utils: Create ast_strsep function that ignores separators inside quotes.

2014-09-15 Thread George Joseph
); Diffs (updated) - branches/12/tests/test_strings.c 422963 branches/12/main/utils.c 422963 branches/12/include/asterisk/strings.h 422963 Diff: https://reviewboard.asterisk.org/r/3989/diff/ Testing --- Thanks, George Joseph

Re: [asterisk-dev] Git Migration

2014-09-16 Thread George Joseph
On Tue, Sep 16, 2014 at 1:48 PM, Matthew Jordan mjor...@digium.com wrote: And there was much rejoicing To summarize: * A comparison of management platforms has been done. Barring a giant catastrophe or some insane limitation, we're going to go simple here and stick with gitolite. Reasoning

[asterisk-dev] [Code Review] 3998: res_pjsip: ami: Fix error in AMI output when no transport is associated to an endpoint

2014-09-17 Thread George Joseph
to make sure the error appears (or doesn't) correctly and that ListItems is set correctly. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

Re: [asterisk-dev] [Code Review] 3995: res_pjsip_endpoint_identifier_ip: Can't parse identify with match value containing CIDR

2014-09-17 Thread George Joseph
On Sept. 16, 2014, 12:16 p.m., Scott Griepentrog wrote: /branches/12/res/res_pjsip_endpoint_identifier_ip.c, lines 162-166 https://reviewboard.asterisk.org/r/3995/diff/1/?file=67358#file67358line162 The implementation of ast_append_ha supports comma separated values, but

Re: [asterisk-dev] [Code Review] 3998: res_pjsip: ami: Fix error in AMI output when no transport is associated to an endpoint

2014-09-17 Thread George Joseph
/asterisk/res_pjsip.h 423274 Diff: https://reviewboard.asterisk.org/r/3998/diff/ Testing --- Checked the output of PJSIPShowEndpoint to make sure the error appears (or doesn't) correctly and that ListItems is set correctly. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3998: res_pjsip: ami: Fix error in AMI output when no transport is associated to an endpoint

2014-09-17 Thread George Joseph
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3998/#review13327 --- On Sept. 17, 2014, 5:43 p.m., George Joseph wrote

Re: [asterisk-dev] [Code Review] 3993: config: bug: Fix SEGV in ast_category_insert when a matching category isn't found

2014-09-18 Thread George Joseph
branches/1.8/main/config.c 423127 branches/1.8/include/asterisk/config.h 423127 Diff: https://reviewboard.asterisk.org/r/3993/diff/ Testing --- Tested with AMI UpdateConfig/newcat to make sure the proper value is returned in both positive and negative cases. Thanks, George Joseph

Re: [asterisk-dev] [Code Review] 3989: utils: Create ast_strsep function that ignores separators inside quotes.

2014-09-18 Thread George Joseph
} \endcode */ char *ast_strsep(char **s, const char sep, uint32_t flags); Diffs - branches/12/tests/test_strings.c 422963 branches/12/main/utils.c 422963 branches/12/include/asterisk/strings.h 422963 Diff: https://reviewboard.asterisk.org/r/3989/diff/ Testing --- Thanks, George

Re: [asterisk-dev] [Code Review] 3970: res_phoneprov: Refactor phoneprov to allow pluggable config providers.

2014-09-18 Thread George Joseph
actually use it with Grandstream phones and everything worked exactly as expected. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update

Re: [asterisk-dev] [Code Review] 3976: New module: res_pjsip_phoneprov_provider provides the integration between res_pjsip and res_phoneprov.

2014-09-18 Thread George Joseph
://reviewboard.asterisk.org/r/3976/diff/ Testing --- I'm already starting to convert sip peers to pjsip endpoints with no change to my Grandstream templates. Thanks, George Joseph -- _ -- Bandwidth and Colocation

Re: [asterisk-dev] [Code Review] 3970: res_phoneprov: Refactor phoneprov to allow pluggable config providers.

2014-09-18 Thread George Joseph
. To reply, visit: https://reviewboard.asterisk.org/r/3970/#review13348 --- On Sept. 18, 2014, 6:01 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit

Re: [asterisk-dev] [Code Review] 3970: res_phoneprov: Refactor phoneprov to allow pluggable config providers.

2014-09-18 Thread George Joseph
was preserved. I actually use it with Grandstream phones and everything worked exactly as expected. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list

Re: [asterisk-dev] [Code Review] 3976: New module: res_pjsip_phoneprov_provider provides the integration between res_pjsip and res_phoneprov.

2014-09-18 Thread George Joseph
:21 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3976/ --- (Updated Sept. 18, 2014, 3:21 p.m

Re: [asterisk-dev] [Code Review] 3976: New module: res_pjsip_phoneprov_provider provides the integration between res_pjsip and res_phoneprov.

2014-09-18 Thread George Joseph
/r/3976/#review13359 --- On Sept. 18, 2014, 3:21 p.m., George Joseph wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3976

Re: [asterisk-dev] [Code Review] 3976: New module: res_pjsip_phoneprov_provider provides the integration between res_pjsip and res_phoneprov.

2014-09-18 Thread George Joseph
/diff/ Testing --- I'm already starting to convert sip peers to pjsip endpoints with no change to my Grandstream templates. Thanks, George Joseph -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

[asterisk-dev] Opinions Needed: PJSIP Outboud Registration with multiple server_uris

2014-09-19 Thread George Joseph
In the process of getting my GUI and real customers up on PJSIP I've come across a few things that could work better for me. One of them is the configuration process for ITSP trunks, specifically those that require registration and have more than 1 server. In a simple single-server scenario, a

Re: [asterisk-dev] Opinions Needed: PJSIP Outboud Registration with multiple server_uris

2014-09-20 Thread George Joseph
On Sat, Sep 20, 2014 at 10:33 AM, Joshua Colp jc...@digium.com wrote: George Joseph wrote: snip My proposal is to allow registration/server_uri to be specified as a comma separated list or to be specified multiple times just like aor/contact and identify/match. This would allow us

Re: [asterisk-dev] Opinions Needed: PJSIP Outboud Registration with multiple server_uris

2014-09-20 Thread George Joseph
On Sat, Sep 20, 2014 at 11:21 AM, Joshua Colp jc...@digium.com wrote: George Joseph wrote: snip 5. The idea of higher level concept configuration has been thrown around as something to make this easier. I personally think this sort of thing belongs there. A type=trunk, itsp

Re: [asterisk-dev] Opinions Needed: PJSIP Outboud Registration with multiple server_uris

2014-09-20 Thread George Joseph
On Sat, Sep 20, 2014 at 12:06 PM, George Joseph george.jos...@fairview5.com wrote: On Sat, Sep 20, 2014 at 11:21 AM, Joshua Colp jc...@digium.com wrote: George Joseph wrote: snip 5. The idea of higher level concept configuration has been thrown around as something to make

Re: [asterisk-dev] Opinions Needed: PJSIP Outboud Registration with multiple server_uris

2014-09-20 Thread George Joseph
On Sat, Sep 20, 2014 at 1:10 PM, Joshua Colp jc...@digium.com wrote: George Joseph wrote: snip Or separate objects from a config file perspective but implemented in pjsip_configuration with endpoint. Completely separate. Mixing the two defeats the purpose of having a clear boundary

Re: [asterisk-dev] Opinions Needed: PJSIP Outboud Registration with multiple server_uris

2014-09-20 Thread George Joseph
On Sat, Sep 20, 2014 at 1:35 PM, Joshua Colp jc...@digium.com wrote: George Joseph wrote: On Sat, Sep 20, 2014 at 1:10 PM, Joshua Colp jc...@digium.com mailto:jc...@digium.com wrote: George Joseph wrote: snip Or separate objects from a config file perspective

<    1   2   3   4   5   6   7   8   9   >