Displaying 20 results from an estimated 400 matches similar to: "About Asterisk SIP NAT Config"
2004 Nov 27
0
Failed to WWW-authenticate on INVITE
I'm having trouble connecting a asterisk server to a SIP Express router.
Inbound calls to my asterisk server works just fine, but when i try to
make outbound calls I get the following error message:
Nov 27 22:40:48 NOTICE[4687]: chan_sip2.c:7967 handle_response: Failed to
WWW-authenticate on INVITE to '"username"
<sip:username@mysipprovider>;tag=as5399a078'
I'm
2003 Nov 24
0
SIP channel modification
If you update your source from the CVS, you'll get a new SIP channel
that supports a new syntax for SIP calls in extensions.conf
If you define a SIP peer in sip conf, like
[mysipprovider]
...
You can now use
dial(SIP/mysipprovider/extension)
Where the part "mysipprovider" is related to the sip.conf section.
Also, you can dial any SIP URL by
2005 Sep 14
2
Starting From Scratch
Hello all:
For fun, I am learning about Asterisk, and trying to get Asterisk
working at my house. I installed Asterisk@Home. It seems to be
functioning fine. I installed a couple of softphones, and have them
registered with Asterisk. I actually work for a CLEC, and I have
registered my Asterisk box with SER (which I don't begin to understand
yet) at the office. In order to try to
2010 Dec 14
1
Asterisk + VOSP account working configuration?
Hello
I'm having a difficult time finding precisely what to put in
sip.conf and extensions.conf (and possibly other files) to get a
working configuration to connect an Asterisk (1.4) server to a VoIP
provider with the Asterisk server + SIP clients located in a private
LAN behind a NAT router:
http://img560.imageshack.us/img560/3749/asterisknat.png
Would someone have a full, direct (ie.
2006 Nov 28
2
memory leak problem using openssh 3.4p1-263 ons Suse (SLES 8)
Hello,
Whenever copying files using ssh (scp) from SLES 8 (openssh 3.4p1-263) to another box (e.g SLES 8, Solaris 8, Windows XP), the memory of the initial SLES 8 box gets depleted. To make sure this is true I use the free command whilst copying and see that the used memory reaches 90 / 100%. After the copying is finished this memory is never released. No memory tool can tell me what happened
2003 Mar 14
3
SIP registrations
Can asterisk act as a SIP registrar or location server?
I would like to be able for a user agent(client) to register with
whatever client they are using as "username@domain-name.com". Rather
than the entry/username/password that is setup in the sip.conf file.
That way a user could log into any SIP enable client and their calls
would follow them around.
I have read the sip.conf man pages
2003 Sep 18
2
SIP, X-Lite
Hi folks!
I bought a X100P a while ago and know I've tried to get it working here at
home again ... but I can't manage to get my X-Lite client working with
Asterisk (CVS from a day ago) ...
I've downloaded the latest version of X-Lite and I believe that I've set it
up correctly ;-) But I cant get it to register with my Asterisk - I only
get "Login timed out, contact your
2004 Nov 26
1
direct asterisk to asterisk SIP calls without external SIP provider
Hi all,
I have a small system of two hardware boxes (residential gateways)
running Linux with Asterisk on them. Each RG has some FXS ports to which
analog telephones can be connected.
I already had a working system including an external SIP provider, where
both RGs would register to that provider with a telephone number and
they could call each other via that telephone number. Each RG had a line
2013 May 03
2
Licence change
Dear list,
For the maintainer of a given package, is it possible to change the
licence of a it from GPL >= 2 to GPL >= 3 ?
Thanks in advance,
Mauricio Zambrano-Bigiarini, Ph.D
--
=================================================
Water Resources Unit
Institute for Environment and Sustainability (IES)
Joint Research Centre (JRC), European Commission
TP 261, Via Enrico Fermi 2749, 21027
2004 Jul 12
1
ROracle package error
Dear R-users,
In order to use ROracle (v. 0.5-5) package I compiled R-1.9.1 on Linux
(2.4.20-28.9smp) and installed it. I need to use Oracle9i on Solaris.
When executing "library(ROracle)" I got the following error message:
> library(ROracle)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2013 Feb 21
1
limitations to random number generator in 64-bits machines
Dear List,
Recently I got the comment that the implementation of the random number
generator used by default in R (Mersenne-Twister) could not be "safe"
for 64-bits machines, so I decided to put the question here because I do
not have expertise in that topic, and because this question could be
"too technical for R-help's audience". I apologise if this is not the case.
2011 Jul 22
1
Start-up messages when Importing from a package
Dear List,
I'm building a package that uses 2 functions of the 'sp' package, and I
declared them in my NAMESPACE file as follow:
importFrom("sp", proj4string, coordinates)
The package is built without any problem, but when I load the package, I
get the following message:
"
Loading required package: sp
Note: polygon geometry computations in maptools
2011 May 12
0
About minimum requirements to install PSTN GW+SIP Client
Dear all,
Could you teach me minimum required Asterisk modules, application and etc to install PSTN GW+SIP Client functionalities in a PC as shown below? I have already downloaded astersik-1.8.3.3 and dahdi-linux-complete-2.4.1.2+2.4.1 in the PC.
Analog telephone --- PSTN GW + SIP Client --- SIP Server
********************
PC
Since available
2016 Dec 07
0
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
Dear Martin and Jon,
I can reproduce this problem in the Windows GUI, where I observed it using Jon's program after 75 iterations. I didn't observe the problem in a Windows terminal or under RStudio, letting the program run for more than 200 iterations in each case.
My system and session info:
------------- snip ---------
> Sys.info()
sysname release
2004 Jul 05
1
R and databases (Oracle)
Dear R users,
I'm working on implementation of hydrometeorological DB in Oracle9i and
would like to use R, as a plotting engine for graphs and maps and also
to perform some non trivial statistics on DB data using R. Thus any
links with examples or efforts on:
- general DB and R cooperation
- Oracle91 and R cooperation
- Oracle PL/SQL and R
are welcomed.
Thanks in advance,
Rado
--
2004 Jul 14
3
ROracle - fetch gives empty dataframe
Dear R-users,
I was able to make ROracle package to connect to the DB (Oracle91,
64bit, on Solaris). But after executing siple SQL query, "fetch"
commaned gives me an empty dataframe.
### RORACLE INSTALATION PROCEDURE ###
R CMD INSTALL --configure-args='--enable-extralibs' --enable-oracle32=no
~/tmp/ROracle_0.5-5.tar.gz #since we have 64bit Oracle9i instalation
PROBLEM:
2012 Mar 08
2
xyplot without external box
Dear list members,
Within a loop, I need to create an xyplot with only a legend, not even
with the default external box drawn by lattice.
I already managed to remove the axis labels and tick marks, but I
couldn't find in the documentation of xyplot how to remove the
external box.
I would really appreciate any help with this
------------- START -----------
library(lattice)
x<-1:100
2012 Apr 18
0
new package: hydroPSO 0.1-54-1
Dear R and hydrological/environmental community,
I would like to draw your attention to hydroPSO, a newly developed R
package for the calibration/optimisation of (complex) environmental models.
hydroPSO implements a state-of-the-art Particle Swarm Optimisation (PSO)
algorithm, which is a global optimisation technique with a surge of
attention given its flexibility, ease of implementation and
2012 Apr 18
0
new package: hydroPSO 0.1-54-1
Dear R and hydrological/environmental community,
I would like to draw your attention to hydroPSO, a newly developed R
package for the calibration/optimisation of (complex) environmental models.
hydroPSO implements a state-of-the-art Particle Swarm Optimisation (PSO)
algorithm, which is a global optimisation technique with a surge of
attention given its flexibility, ease of implementation and
2012 Feb 13
1
requesting a new SIG mailing list
Dear R developers,
Due to the increasing use R in hydrology and other close-related
environmental sciences, I would like to ask if it would be possible to
create a new Special Interest Group mailing list, called 'R-sig-hydro',
specially devoted those topics. If possible to do so, I'd offer myself
to maintain such mailing list (if needed).
Thanks in advance,
Mauricio