Displaying 20 results from an estimated 10000 matches similar to: "[VoIP Trunk] No such host"
2007 Apr 18
2
incoming SIP call
Hello all,
I'm having a quite simple configuration like:
SIP provider <=> asterisk SIP <=> lan
Everythings works fine but sometime I can't get incoming call.
here are some of the logs from set debug 25 set verbosity 25 sip show
debug and sip.conf and a part of extension.conf
thanks in advance
Reliably Transmitting (NAT) to 212.27.52.5:5060:
OPTIONS sip:freephonie.net
2008 Jan 07
0
chan_mobile and W300i
Hi,
I'm trying to use a mobile phone (ericsson W300i) with asterisk through
bluetooth. After some sutrggling, I foun chan_mobile.
As some one already used this mobile with what result?
I'm considering a simple asterisk system (for home use/test purpose) with :
- one SIP service provider (with link to PSTN)
- one SIP phone (a softphone on the asterisk box)
- one mobilephone (ericsson
2009 Nov 15
2
Sip incoming call issue with Asterisk 1.6
After a migration to asterisk 1.6, I don't receive sip incoming calls
anymore.
As fas as I understand the SIP debug traces, my server receives the
request and reject it:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<--- SIP read from UDP:212.27.52.5:5060 --->
INVITE sip:s at 192.168.4.2:5060;transport=udp SIP/2.0
Call-ID: 25151-WW-0eaf098b-2f615ac60 at
2006 Jun 29
0
Asterisk with Sipbroker calling / routing problem
Hello all,
I've been using * for quite some time and yesterday I decided to add
sipbroker to my config. It was pretty simple and it works for some
numbers (e.g. I can call *258-9123, UK date & time - which is on the
"phone numbers you can call" page -) but fails for some others.
For example I've got a friend who's at freephonie so to call him, I
would dial
2009 Apr 01
1
Trunk SIP and configuration
hello,
I am beginning to asterisk.
I have a sip trunk access to operator and VPN access with operator.
i booked 10 sda numbers.
IP adress asterisk : 192.168.600.1
IP adress operator : 192.168.700.50
i can ping on 192.168.700.50
# cat sip.conf
[general]
context=default
srvlookup=yes
port = 5060
disallow=all
allow=gsm
allow=alaw
allow=ulaw
[1000]
username=1000
type=friend
qualify=yes
2006 Nov 22
11
Rewriting caller ID from database?
Hi
Most of our customers have generic names like "Hospital", so I need to
rewrite their caller ID name by looking up the number in a database on the
Asterisk server, and rewriting the name such as "Reading Hospital" so that
we know who's calling.
Any idea if this can be done with Asterisk, and how to do it?
Thank you.
2005 Feb 18
1
VoIP Service Provider
Hi everyone in the asterisk community. Am new to asterisk, while doing
the installation I notice that sip.conf examples were not clear for
beginners like me so I would like to share my current working
configuration with everyone.
Swifttel.net is a new VoIP service Provider out of Georgia. Their web
site is www.swifttel.net. Currently we have service with them and it has
been a pleasant experience.
2007 Nov 26
3
Correct syntax for IF()?
Hello
I've tried a bunch of things, but still get errors/warnings
when using the IF() function:
============== TEST #1
exten => h,n,Set(WAV_FILE=${IF($[ ${STAT(e,/tmp/${CALLTIME}.wav)}
]?${CALLTIME}.wav)})
[Nov 26 21:52:34] WARNING[5074]: func_logic.c:107 acf_if: Syntax
IF(<expr>?[<true>][:<false>])
============== TEST #2
exten =>
2010 Jun 16
0
asterisk sip trunk configure
Hi,
I am trying to make external sip calls by using asterisk. Please provide
information regarding sip trunk configuration in conf files.
Setup is as below,
* *
*Case A:*
Register two soft phones [X-lite] with 1000 and 10001 numbers to asterisk
PBX [running in 192.168.1.11] and able to make calls in between.
Sip.conf
======
[general]
context=default
bindport=5060
2006 Oct 14
0
SIP trunk from an Audiocodes mediant 1000
Hi,
I am configuring an audiocodes Medant1000 to talk to my asterisk box.
So far I have successfull in landing a single call from mediant to my
*box. my sip conf is as follows:
[general]
context=sip
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
[3911700]
type=friend
host=dynamic
dtmfmode=info
secret=blah
context=sip
where 3911700 is my E1 telephone no. in my extensions.conf I have
exten =>
2013 Jun 08
0
H.323 Trunk between Asterisk 11 and Avaya
Hello,
I'm trying to create a H.323 trunk between Asterisk 11 and Avaya. I have
done this before between Asterisk 1.6 and Avaya but had some issues placing
external calls from the Asterisk to the Public network which is connected
to Avaya. I'm trying to create that trunk on Asterisk 11 because the 1.6 is
outdated and has no support.
On the Asterisk side I have Aastra 6731i SIP phones
2009 Dec 02
1
Calling R (GNU R) functions from Common Lisp, how?
Hi Lisp users,
I'm a user of both Common Lisp and R (GNU R).
I found R has a rich collection of statistical and numerical
computation functions, while it is not as extensible as Lisp (Common
Lisp).
I considered Lisp-Stat but its only implementation is not in the
usuall Common Lisp, and the available functions in CRAN are far richer
than Lisp-Stat currently has.
I want to know if there is
2004 Oct 23
0
[LLVMdev] Re: Syn
>How is this different from the LISP and scheme macro system? The
>program source is available to the programmer at both compile and
>run-time and may be operated on arbitrarily (transforming code, adding
>code, removing code, specializing code, making new "primitives",
>modifying other macros, etc). There is a reason for LISP's syntax, it
>is so you can program
2008 May 07
0
Ross Ihaka's reflections on Common Lisp and R
I came across a quite interesting post from Ross Ihaka, thought would be good
to share it and get the opinion of folks around here. I am not sure where to
post this for the R community but since it has to do with development I
thought or R-devel
Ross Ihaka
Newsgroups: comp.lang.lisp
From: Ross Ihaka <ih... at stat.auckland.ac.nz>
Date: Wed, 23 Jan 2008 10:35:26 +1300
Local: Tues, Jan 22
2002 Aug 08
1
Lisp-stat and R? [was: Re: Status?]
John Fox (see below) raises important questions for
the Lisp-stat community (and perhaps the R community) to consider.
This message thread was not cross-posted to r-devel@lists.r-project.org,
so I do so now.
I have never been an active or particularly adept Lisp-stat programmer. But I
have worked on or used several projects for which Lisp-stat seemed the ideal
environment-- for implementing
2008 Jul 23
1
Calling LISP programs in R
I have written some programs in Common Lisp and I have been using SAS to pipe
those programs to my lisp compiler in batch mode by using the %xlog and
%xlst SAS commands. I wonder if there is in R a similar way to pipe commands
to LISP so that all my work would be concentrated in R even when I have to
call a LISP program? I have looked at the foreign library but this seems to
adjust data types not
2015 Apr 01
0
Lispvirt: porting Libvirt API for Common Lisp
Hi everyone!
I'm developing a Libvirt bindings for Common Lisp. The project is called
"Lispvirt".
I created this project because I was doing a project in Lisp to manage
Virtual Machines. So, I needed to implement some code using C and set up
Lisp to access those methods in C. This project was becoming a mess. The
better scenario is using only Lisp. That's why I started to
2003 Jul 23
1
Question about malloc, mmap etc.
I'm trying to do a little system hacking on CMU Lisp. Currently CMU
Lisp has a minimum of two files needed to execute. One is a program
usually called "lisp" that the OS runs, which basically a loader for
the other file, a lisp.core file that contains the actual lisp system.
People have been asking for a way to make a "lisp executable" meaning
putting everything into a
2020 Mar 17
0
new bquote feature splice does not address a common LISP @ use case?
Hi Jan,
In the lisp code you provide the operators are parsed as simple
symbols in a pairlist. In the R snippet, they are parsed as
left-associative binary operators of equal precedence. If you unquote
a call in the right-hand side, you're artificially bypassing the
left-associativity of these operators.
To achieve what you're looking for in a general way, you'll need a
more precise
2005 Oct 03
2
access to R parse tree for Lisp-style macros?
R folks, I'm curious about possible support for Lisp-style macros in
R. I'm aware of the "defmacro" support for S-Plus and R discussed
here:
http://www.biostat.wustl.edu/archives/html/s-news/2002-10/msg00064.html
but that's really just a syntactic short-cut to the run-time use of
substitute() and eval(), which you could manually put into a function
yourself if you cared