Displaying 20 results from an estimated 300 matches similar to: "SIP/nat situation"
2005 May 13
2
In/out calls from/to same sip provider
Hi.
I'm new to asterisk and, one way or the other, I manage to get it working
for me.
But I'm having a hard time getting calls going to and coming from the
same provider, since the definition of the peer in sip.conf seems to be
different AND not compatible for incoming and outgoing call.
Outgoing calls need a "secret" and "username" definition in the peer
context of
2011 Oct 10
1
yum update
Greetings,
Can anyone help me on how to fix this problem?
when i run yum update from CLI i got this one
[root at ict ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: sunsite.rediris.es
* extras: sunsite.rediris.es
* updates: sunsite.rediris.es
....
....
...
..
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
2008 Jun 29
2
Weird problems with OpenOffice
Hi:
1. Samba PDC and OpenOffice:
I've an strange problem with OpenOffice (2.3 and 2.4) and Samba as PDC (Debian
version 3.0.24-6etch10): I have a Windows XP Professional (SP3) connected to
a Samba PDC. When I click on a document located in my desktop, OO seems to
freeze for more than one minute, and then it loads the document. If I try to
load more documents, they load normally.
But,
2005 May 20
12
send patchs
Hi all,
I''m working on a patch for shorewall to make it run with a Crossbeam
X40 machine (www.crossbeamsystems.com) and I would like to know where to
send it, is this list the correct location?.
The patch is necesary because of Crossbeam X series running mode: when
you make a shorewall start, restart or clear, there are a packet
dropping until shorewall is Started or cleaned. At
2007 Oct 02
1
Peculiar situation while build httpd-2.2.6 from provided spec
Hi all,
While build a rpm from the httpd-2.2.6 sources (spec file included in
the source package), i had a situation where packaging would fail at the
step where several link are created for "logs" etc directories.
<<..snip from httpd.spec...>>
# symlinks for /etc/httpd
ln -s ../..%{_localstatedir}/log/httpd $RPM_BUILD_ROOT/etc/httpd/logs
ln -s ../..%{_localstatedir}/run
2006 Apr 10
1
How to set foreignkey in such a situation?
Table articles has column: author,body,etc
Table users has column: login_name,email,etc
articles belongs_to user
users has many articles
foreign_key author references users(login_name)
Therefore in Article.rb:
belongs_to:article_user,
:class_name=>"User",
:foreign_key=>"author"
and what''s going on? how the rails find the reference
2006 Apr 12
0
How to get validates_presence_of worked in this situation?
Suppose:
class articles < ActiveRecord::Base
has_many :assistarticles
validates_presence_of :body
end
class assistarticles < ActiveRecord::Base
belongs_to :article
validates_presence_of :detail
end
In the submit form:
<%= text_field ''article'', ''body'' %>
<%= text_field ''assistarticle'', ''detail''
2005 Nov 07
0
interesting routing situation
Hi, this is my first mail to the list, I''m no speak English, but i try my best.
this situation attack my attention since i first er about it, but i
still don''t have a good solution.
There are 2 different networks whit different connection to the
internet each one whit their servers (lets call it A and B to each
server).
it is need to mount some kind of service (webserver for
2005 Sep 24
0
interface up line protocol down situation
Hello
Can the linux kernel detect interface up line protocol down
situations? Is there a object tracking feature in iproute ? ex:
interface, route (next-hop down) etc... How about with sync serial
cards running hdlc/ppp? This will have to be a part kernel feature and
part device driver one I guess... (device data structure will have to
provide flag.. i.e)
--
Nonchalantly yours
GobbledeGeek
2008 Feb 29
0
strange situation with dev sr0
Hi I have absolutely no idea what does it means :
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present
Buffer I/O error on device sr0, l ...: 16932 Time(s)
end_request: I/O error, dev sr0, sector ...: 16962 Time(s)
---------------------- Kernel End -------------------------
I am getting this all the time a lot of times as you
2008 Jan 03
1
Iconv translit working in every situation… but the running app!
Hi all,
I scourged the web, including this ML''s archives, and did not find an
answer for this.
I have the following code in my Rails app:
require ''iconv''
...
@@converter = Iconv.new(''ASCII//TRANSLIT'', ''UTF-8'')
...
result = @@converter.iconv(text.to_s).downcase
...
Now, the facts:
* Inbound text is indeed valid
2007 Mar 13
0
about use dtrace analyze tomcat''s situation
everyone Here:
How do you do!
dtrace is interesting. I am studing how to write dtrace script and analyze situation.
I read dtrace_example.pdf and 819-6959.pdf document more than five times with careful.
because I am newbie to studing dtrace.so I still don''t know how to begin.
for question:
1. What consumes time?
2. Which system call(s) consume(s) time?
2012 Nov 13
0
Strange SAMBA4 situation
Hello,
I am facing a strange situation:
I have downloaded the sources with git, configure and compiled (Samba
Version 4.1.0pre1-GIT-76fa5ee) just like in the HowTo doc, here:
https://wiki.samba.org/index.php/Samba4/HOWTO
All the tests were ok. I am using internal DNS of Samba4.
I have successfully added one XP machine to the domain controlled by
samba server. On this XP system I have
2012 Oct 04
0
acts_as tree, nested_set, something custom? Which would be best for my situation?
I''m creating a hierarchical tag structure for my portfolio. I have a
few top level tags. those could then have children, those children could
then have children. Pretty standard so far.
Often a child tag will be under more than one parent (i.e. a child might
belong toone or more parents) and it wouldn''t necessarily have the same
children under one parent as it would in another.
2008 Apr 23
0
How i write the respec in this situation??
Hi all guys!im new in rails!
i have a forum,have_many topics,and the topic also has_many
replies.Now i want to write the respec for the repliescontroller:
describe RepliesController do
controller_name :repies
describe "All Requests",:share=>true do
before do
@forum = mock_model(Forum,:id=>''1'')
@topic =
2012 Apr 11
0
[LLVMdev] float16/half float support situation? (and a problem)
OpenCL defines half data type, and it seems clang accepts this and
generates code for it.
The backend support for operations with fp16 seems to be missing and it
works (or should work?) by converting these to fp32 for the actual
calculations?
But I'm having problems with this.
first I just tried to use fp16 data type, without any support in
backend. This was expected to fail.
I got
2003 Apr 15
1
dialed number notify at invalid dial situation
Hi all
Now I'm making IVR sequance that is customised [mainmanu].
I wish to notify invaid command like a following
exten => i,1,playback('your command is ...')
exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-(
exten => i,3,playback(' is incorrect! please again ')
# This exten lines are figure for instruction.
# I know to use with gsm filename.
2004 Jan 30
1
Auto dial in Off Hook situation.
Hi all,
I have looked through the wiki for any information on how to make an
extension autodial another extension when it goes off hook.
Anyone done this or know how it's done.
regards
Dave
2004 Nov 20
0
Odd situation with Cisco 7960 IP phone
I have the cisco 7960 phone. If I call out on the phone I
can hear the person called and they can hear me.
If I have that same person and same phone call into my
asterisk box and select my extension I answer as it is ringing
then I cannot hear them speak. However, they can hear me.
I dont understand? Anyone know what I am missing.
I have 4 other sip phones on this machine (grandstream)
and they
2004 Dec 01
1
Hypothetical IAX2 situation
Two * servers: *a and *b.
Outside call comes in *b, and is automatically routed to *a. Someone on
a sip phone connected to *a then decides to transfer the call to someone
on a sip phone connected to *b. The transfer works.
At this point, is *a still in the converstation? Or is * smart enough
to see where the data stream is going/coming from?
Thanks for any help in advanced, and sorry if