Displaying 9 results from an estimated 9 matches for "my_ip_address".
2013 Nov 28
1
RTP packets send, but no audio
Hello,
What does it mean when "rtp set debug ip" shows RTP packets that have
been send, but there is no audio ?
There was no audio on my call in both directions, but "rtp set debug"
shows that there were RTP packets send.
There is no firewall active on my Asterisk server :
[root at sip asterisk]# /sbin/service iptables status
iptables: Firewall not running.
Kind
2020 Mar 31
3
doveadm backup from gmail with imapc
On Tue, 2020-03-31 at 09:06 +0300, Aki Tuomi wrote:
> >
> > On 30/03/2020 22:11 Ben Mulvihill <ben.mulvihill at gmail.com> wrote:
> >
> > ?
> > I am trying to backup a gmail account (not the one I am writing
> > from)
> > to dovecot, using doveadm-backup and imapc, but am having ssl
> > connection problems.
> >
> > ted at
2006 May 02
3
web services on the client side
...get the following error when i open the
page:
Missing API definition file in apis/user_api.rb
Which is the filename for my user api on the server application. I have
this in my controller:
class RemoteInfoController < ApplicationController
web_client_api :user,
:soap,
"http://my_ip_address/server/backend/api"
def list
@users = user.find_all_users.map do |id|
user.find_user_by_id(id)
end
end
def index
end
end
Am I supposed to have a user_api.rb file on the client application too,
or have I just made a mistake?
--
Posted via http://www.ruby-forum.com/.
2019 Mar 01
2
pjsip: don't require authentication from remote i register to
...ua C. Colp wrote:
> you can try line functionality on the outbound registration which
> may or may not work[2] (requires the upstream to adhere to the RFC,
> which not all do).
My provider seems to implement this.
However even with the line=... in the:
SIP to address: sip:5555551212@<my_IP_address>:5060;line=dpnlyiu
res_pjsip is still sending a 401 challenge.
Removing the:
auth=itsp-auth
from my endpoint [template]:
[itsp-endpoint](!)
Has stopped pjsip from sending a 401 when my ITSP sends a SIP MESSAGE,
but do I really want to have that endpoint without authentication?
Cheers,
b....
2020 Mar 31
0
doveadm backup from gmail with imapc
...up?
Command output and configuration are at the end of this
message. Dovecot version is 2.3.10.
Thanks in advance for any help.
Ben
--------------------
ben at expectation:~$ doveadm backup -D -R -u ben imapc:
dsync(ben): Info: imapc(imap.gmail.com:993): Connected to
74.125.133.109:993 (local MY_IP_ADDRESS:53244)
dsync(ben): Warning: imapc(imap.gmail.com:993): Server disconnected
with message: System Error - reconnecting (delay 0 ms)
dsync(ben): Info: imapc(imap.gmail.com:993): Connected to
74.125.133.108:993 (local?MY_IP_ADDRESS:34076)
dsync(ben): Panic: file imapc-client.c: line 173
(imapc_client_r...
2020 Apr 06
2
doveadm backup from gmail with imapc
...nd of this
> message. Dovecot version is 2.3.10.
>
> Thanks in advance for any help.
>
> Ben
>
> --------------------
>
> ben at expectation:~$ doveadm backup -D -R -u ben imapc:
> dsync(ben): Info: imapc(imap.gmail.com:993): Connected to
> 74.125.133.109:993 (local MY_IP_ADDRESS:53244)
> dsync(ben): Warning: imapc(imap.gmail.com:993): Server disconnected
> with message: System Error - reconnecting (delay 0 ms)
> dsync(ben): Info: imapc(imap.gmail.com:993): Connected to
> 74.125.133.108:993 (local MY_IP_ADDRESS:34076)
> dsync(ben): Panic: file imapc-client.c:...
2010 Jun 15
2
Remote X connection to CentOS 5.5 using Xming -ac
...ning all this Windows stuff,
but I don't have a Unix desktop and also the
problem seems to be in the CentOS config)
When I connect to the CentOS machine,
the DISPLAY variable isn't set at all.
Shouldn't SSH set it to localhost:10.0 ?
I try to set DISPLAY manually to localhost:10.0
and my_ip_address:0.0 and I have tried
connecting as root and as a non-root user.
Still I can't run any X programs like xterm:
$ echo $DISPLAY
$ xterm
xterm Xt error: Can't open display:
xterm: DISPLAY is not set
$ export DISPLAY=localhost:10.0
$ xterm
xterm Xt error: Can't open display: localhost:1...
2019 Mar 01
3
pjsip: don't require authentication from remote i register to
I'm being told by my ITSP that my Asterisk shouldn't be challenging
their system to authenticate (i.e. a 401 response) when they send me a
SIP MESSAGE (or I suppose a SIP INVITE for that matter).
But I'm not sure what a pjsip.conf configuration for that looks like.
How does one associate an incoming call/message with an existing
authenticated outgoing registration so that Asterisk
2006 May 02
0
RE: Rails Digest, Vol 20, Issue 39
...n apis/user_api.rb
> >
> > Which is the filename for my user api on the server application. I have
> > this in my controller:
> >
> > class RemoteInfoController < ApplicationController
> > web_client_api :user,
> > :soap,
> > "http://my_ip_address/server/backend/api"
> >
>
> --
> Posted via http://www.ruby-forum.com/.
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 02 May 2006 11:38:41 -0400
> From: Charlie Bowman <charlie@castlebranch.com>
> Subject: Re: [Rails] Alternat...