Displaying 3 results from an estimated 3 matches for "namprd22".
2017 Sep 01
2
ERROR during high volume MoH dialplan
Thanks for the feedback.
I do agree with having multiple smaller servers. When I was first approached with this task I mentioned as much. However, the current desire is to work with already existing hardware. That is out of my hands at the moment unless it just can't be done. I will explore Freeswitch a bit soon to compare it as well.
I am struggling to find what the bottle neck is in
2017 Sep 01
2
ERROR during high volume MoH dialplan
....digium.com> on behalf of Tony Mountifield <tony at softins.co.uk>
Sent: Friday, September 1, 2017 11:01 AM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan
In article <CY4PR2201MB14643C2177C953FA27AC9E2BA8920 at CY4PR2201MB1464.namprd22.prod.outlook.com>,
Joseph Smith <warlock1999 at hotmail.com> wrote:
>
> Thanks for the feedback.
>
> I do agree with having multiple smaller servers. When I was first approached with this task I mentioned as much.
> However, the current desire is to work with already existi...
2023 Dec 14
0
R-help Digest, Vol 250, Issue 13
...a at yahoo.fr>, "r-help at r-project.org"
<r-help at r-project.org>, Ben Bolker <bbolker at gmail.com>
Subject: Re: [R] ggplot2: Get the regression line with 95% confidence
bands
Message-ID:
<CH3PR22MB45144A83E3804933F8110101CF8DA at CH3PR22MB4514.namprd22.prod.outlook.com>
Content-Type: text/plain; charset="iso-8859-1"
Change year to a factor. Doing it in ggplot will not change the original data.
ggplot(df, aes(x = as.factor(year), y = score)) + geom_point() + geom_smooth(method = "lm", formula = y ~ x) + labs(title = &quo...