Displaying 9 results from an estimated 9 matches for "proxy_".
Did you mean:
proxy
2016 Mar 31
2
Asterisk 13 - Call Bridge issue.
...Call File Vars)
exten => s,n,NoOp(Dial To - ${l_DialTo})
exten => s,n,NoOp(Proxy - Proxy.${l_Proxy})
exten => s,n,NoOp(Carrier Trunk - ${l_Carrier})
exten => s,n,Set(_l_CallerIDnum=${CALLERID(num)})
exten => s,n,Set(CALLERID(num)=${g_SIPUser})
exten =>
s,n,Dial(PJSIP/${l_DialTo}@proxy_${l_Proxy},30,b(dialer-header^s^1)G(dialer-
playmsg^s^1))
[dialer-header]
exten => s,1,Set(PJSIP_HEADER(add,X-Carrier)=${l_Carrier})
same => n,Set(PJSIP_HEADER(add,X-CallerID)=${l_CallerIDnum})
same => n,NoOp(X-Carrier = ${PJSIP_HEADER(read,X-Carrier)})
same => n,Set(CONNECTEDLINE(num...
2020 Oct 27
2
imapc_port not working
You know that imapc != imap proxy.
imapc is a thin client, which is a "mail storage provider" like maildir.
imap proxy is when you proxy the connection somewhere. this is done with proxy_ settings in passdb.
You need to specify
ssl_client_ca_dir = /etc/ssl/certs
to get cert verification working with imapc. it's required.
Aki
> On 27/10/2020 10:54 David Tildesley <davotnz at yahoo.co.nz> wrote:
>
>
> I have solved the port problem by specifying it in the...
2020 Oct 27
2
imapc_port not working
...17:37 pm NZDT, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
>
> You know that imapc != imap proxy.
>
> imapc is a thin client, which is a "mail storage provider" like maildir.
>
> imap proxy is when you proxy the connection somewhere. this is done with proxy_ settings in passdb.
>
> You need to specify
>
> ssl_client_ca_dir = /etc/ssl/certs
>
> to get cert verification working with imapc. it's required.
>
> Aki
>
>
> > On 27/10/2020 10:54 David Tildesley <davotnz at yahoo.co.nz> wrote:
> >
>...
2007 Sep 24
7
Parameter Matchers with optional params
Hi,
Are there any docs for combining parameter matchers, or some way to
define optional parameters? I''m trying to match something like:
.find( 42 ) || .find( 42, {:conditions=>nil,:includes=>nil} )
Or for that matter, 42 followed by nothing or anything... Halp? I''ve
tried different nested combos with any_of/all_of/anything, but
getting lost trying.
--Andrew
2008 Feb 02
0
Adding methods to Object in Rails -- WARNING
...some other object. The reason is that
AssociationProxy removes all but a few methods from itself. You will
find this line at the top of
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb
instance_methods.each { |m| undef_method m unless m =~
/(^__|^nil\?$|^send$|proxy_)/ }
This happens before the files in initializers gets loaded. And that is
where I added Object#wrap. So, for a proxied object, it would call
Object#wrap instead of the specialized wrap that I had defined in my
class.
My solution to this was to do this:
module ActiveRecord
module Association...
2020 Oct 27
0
imapc_port not working
...On Tuesday, 27 October 2020, 10:17:37 pm NZDT, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
You know that imapc != imap proxy.
imapc is a thin client, which is a "mail storage provider" like maildir.
imap proxy is when you proxy the connection somewhere. this is done with proxy_ settings in passdb.
You need to specify
ssl_client_ca_dir = /etc/ssl/certs
to get cert verification working with imapc. it's required.
Aki
> On 27/10/2020 10:54 David Tildesley <davotnz at yahoo.co.nz> wrote:
>
>
> I have solved the port problem by specifying it in the...
2020 Oct 27
0
imapc_port not working
...17:37 pm NZDT, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
>
> You know that imapc != imap proxy.
>
> imapc is a thin client, which is a "mail storage provider" like maildir.
>
> imap proxy is when you proxy the connection somewhere. this is done with proxy_ settings in passdb.
>
> You need to specify
>
> ssl_client_ca_dir = /etc/ssl/certs
>
> to get cert verification working with imapc. it's required.
>
> Aki
>
>
> > On 27/10/2020 10:54 David Tildesley <davotnz at yahoo.co.nz> wrote:
> >
>...
2006 Apr 17
4
Is "target" a reserved word?
I''m working on a cost estimation tool, that allows each estimate created to
override base assumptions of price, cost, etc.
Everything was fine, until we said, "Let''s add a ''target net revenue''
property."
So, the resource model got a "target" column. The override model got a
"new_target" column.
But, whenever I set
2020 Oct 27
3
imapc_port not working
xxxx at imapproxy01:/etc/dovecot/conf.d$ dovecot -n# 2.3.7.2 (3c910f64b): /etc/dovecot/dovecot.conf# Pigeonhole version 0.5.7.2 ()# OS: Linux 5.4.0-1031-azure x86_64 Ubuntu 20.04.1 LTS# Hostname: imapproxy01.trf04sdec2hu1b4wur4lazeo3f.px.internal.cloudapp.netauth_verbose = yesdisable_plaintext_auth = noimapc_host = imap.gmail.comimapc_password = # hidden, use -P to show itimapc_port = 993imapc_ssl