Re: [asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-11-16 Thread Michael K.
s an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3867/#review13689 --- On Nov. 15, 2014, 4:31 p.m., Michael K. wrote: > > ---

Re: [asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-11-15 Thread Michael K.
. Diffs - trunk/channels/chan_sip.c 419849 Diff: https://reviewboard.asterisk.org/r/3867/diff/ Testing --- Test on development server (ast 11.11.0) Thanks, Michael K. -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-08-28 Thread Michael K.
hen this > > entire block can be removed. > > > > All default values will already be copied onto the peer. Any > > peer-specific value encountered in the configuration will be copied onto > > the peer by ast_rtp_dtls_cfg_parse(). > > Michael K. wrote: >

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-08-10 Thread Michael K.
e-add them from realtime and file. It's important to understand that with realtime on it would reload rules from file doesn't matter if file was or was not change. While with the option off it would act exactly like it was before patch (file would not be reloaded if it was not changed)

Re: [asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-08-05 Thread Michael K.
, gonna apply the fix - Michael --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3867/#review12981 --- On Aug. 3,

Re: [asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-08-04 Thread Michael K.
eneral] means the default settings if the dtls is enabled on peer only. - Michael --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3867/#review12924 -----------

Re: [asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-08-03 Thread Michael K.
. Diffs (updated) - trunk/channels/chan_sip.c 419849 Diff: https://reviewboard.asterisk.org/r/3867/diff/ Testing --- Test on development server (ast 11.11.0) Thanks, Michael K. -- _ -- Bandwidth and Colocation

Re: [asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-07-31 Thread Michael K.
xample DTLS is not enabled at all) I'll redo it and re-apply patch - Michael --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3867/#review12924 -----------

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-07-30 Thread Michael K.
configs.conf typo :P - Michael --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3607/#review12903 --- On July 30,

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-07-30 Thread Michael K.
tand that with realtime on it would reload rules from file doesn't matter if file was or was not change. While with the option off it would act exactly like it was before patch (file would not be reloaded if it was not changed) Diffs (updated) - trunk/apps/app_queue.c 415442 Diff: h

[asterisk-dev] [Code Review] 3867: [chan_sip] Default DTLS settings to use if peer misses own settings

2014-07-30 Thread Michael K.
server (ast 11.11.0) Thanks, Michael K. -- _ -- 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] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-30 Thread Michael K.
d (no cache option here), in other words it would delete all rules and re-add them from realtime and file. It's important to understand that with realtime on it would reload rules from file doesn't matter if file was or was not change. While with the option off

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
t specifier is there as (an admittedly arbitrary) a way of > > preventing input of overly large numbers. > > Michael K. wrote: > I tried to stick to the code used in parsing the rules from file. > But would be good idea to change it. > If we are on this topi

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
#x27;s important to understand that with realtime on it would reload rules from file doesn't matter if file was or was not change. While with the option off it would act exactly like it was before patch (file would not be reloaded if it was not changed) Diffs (updated) - trunk/apps

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
topic, why not strtol()? or there is no reason and it's preferences. Thanks. - Michael --- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3607/#review12179 --- On June 23, 2014, 9:36 a.m., M

Re: [asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-23 Thread Michael K.
tant to understand that with realtime on it would reload rules from file doesn't matter if file was or was not change. While with the option off it would act exactly like it was before patch (file would not be reloaded if it was not changed) Diffs (updated) - trunk/apps/app_queue.c

[asterisk-dev] [Code Review] 3607: [app_queue] Add the optional ability to load queue rules from realtime.

2014-06-11 Thread Michael K.
ter if file was or was not change. While with the option off it would act exactly like it was before patch (file would not be reloaded if it was not changed) Diffs - trunk/apps/app_queue.c 415442 Diff: https://reviewboard.asterisk.org/r/3607/diff/ Testing --- Currently the tests were

[Asterisk-Dev] ASTCC AGI using Postgres DB

2004-10-19 Thread Michael K. Rodriguez
I am trying to modify the ASTCC AGI to use postgres as the backend database. I have edited the DBI to connect successful to the database. The AGI runs properly till it gets to the selection of the trunk. The database insert to the cdrs table with CHANUNAVAIL. It seems to me that the SELECT stateme