Displaying 20 results from an estimated 400 matches similar to: "No such host when trying to register"
2005 Oct 04
3
Outgoing busy
I have a problem. Incoming calls work without problem but I cant call out.
Using AAH.Gets a busy tone
Anyone who can see a mistake in Outgoing settings
context=from-pstn
host=ipkund1.rixtelecom.se
insecure=very
nat=yes
secret=xxxxxxxxxxx
type=peer
username=0406082250
Regards
Anders Svensson
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 28
3
Cannot compile (app.c)
First of all. Asterisk was not functioning very well lately as I
couldn't register.
Output from *CLI:
knivby*CLI> sip reload
Feb 28 21:17:22 WARNING[143771648]: chan_sip.c:1310 create_addr: No such
host: ipkund1.rixtelecom.se
Strange, because I can ping the host. Have also tried changing the
hostname for its IP address but no change
in result. Output the same but the ipkund1 changed to
2006 Nov 09
2
register suddenly fails
Hi everybody,
I've got a very strange problem:
As far as I remember I didn't change anything on my Asterisk side. I
have 2 SIP providers to which I can place outbound calls.
Today I noticed that outbound calls to provider "inode" fail (and
inbound from this provider too). On the CLI I get every 20 seconds
following messages:
Nov 9 20:01:07 NOTICE[952]: chan_sip.c:5422
2006 Apr 30
2
WARNING[12785]: acl.c:244 ast_get_ip_or_srv: Unable to lookup '????'
Hi,
Red Hat 9.0
Asterisk 1.2.7.1
Whenever I start Asterisk, I am unable to call out on my SIP channel:
>-- Executing Dial("Zap/1-1", "SIP/6137451576@6477235412||t|") in new stack
>Apr 30 11:02:00 WARNING[12814]: chan_sip.c:1973 create_addr: No such
host: 6477235412
>Apr 30 11:02:01 NOTICE[12814]: app_dial.c:1029 dial_exec_full: Unable to create
>channel of type
2015 Sep 10
3
[PATCH 0/1] efi: DNS resolver
From: Sylvain Gault <sylvain.gault at gmail.com>
Despite having native network capabilities, UEFI 2.4 (the most widely deployed
at the moment) has no native DNS resolver. I propose here an implementation
more or less inspired by the one found in core/legacynet/dnsresolv.c.
Since it's non-trivial, I'd like to ask for a deep review of this code. I tried
to make it as strong as
2007 Feb 18
3
chan_sip.c:1968 create_addr: No such host:
I have followed all the install note for A2billing and have everything installed and configured and my asterisk works except the callingcard application.
Added the following
[callingcard]
; CallingCard application
exten => 777,1,Answer
exten => 777,2,Wait,2
exten => 777,3,DeadAGI,a2billing.php
exten => 777,4,Wait,2
exten => 777,5,Hangup
I am using 777 as the calling card
2010 Apr 18
1
problems originating an outgoing IAX2 call
Dear all
i'm trying to originate an outgoing call with the command originate,
from Asterisk's CLI i'm typing:
CLI> originate IAX2/my-iax-provider/number2call application wait 10
[Apr 18 19:31:12] DEBUG[32331]: chan_iax2.c:4000 create_addr:
prepending 40 to prefs
-- Call accepted by 62.149.202.150 (format ilbc)
-- Format for call is ilbc
-- Hungup
2005 Sep 29
2
Don't call
I have set up extension.conf and sip.con with default
parameter of UNIVOICE server, but Asterisk show this
message when I call a number:
Sep 29 11:34:52 WARNING[4179]: chan_sip.c:1899
create_addr: No such host: univoice,Ttr
Sep 29 11:34:52 NOTICE[4179]: app_dial.c:1109
dial_exec_full: Unable to create channel of type 'SIP'
(cause 3 - No route to destination)
== Everyone is
2006 Jul 08
2
Creating/Saving dependent objects
Folks,
Am new to RoR and am building an example to get myself familiar. I am
running into a simple issue while creating a user registration page.
I have a User and Address models defined as below (partial/relevant code
included below). User has_one address and Address belongs_to user. I have a
foreign key defined in address table that refers to user(id)
In a form I take in username, password,
2017 Sep 21
2
get access denied on samba AD share
Hello Sambaers, i can not access my samba shares after upgrade my centos to 7.4,samba version was upgraded to 4.6.2
i joined centos to windows domain by realm command,domain user(format as username at doaminname) could login to centos
could get kerberos ticket by kinit with domain user
execute net view command at domain windows server get access denied
C:\>net view
2004 Apr 30
6
app_dbodbc segfault
Is anyone out there using app_dbodbc
(http://www.bkw.org/~brian/app_dbodbc.c)? Any problems with it?
I was able to get it all working, but it causes * to segfault every now
and then. It does not appear to be related to any specific function
(ODBCget,ODBCput,ODBCdel,ODBCdelltree). It is 100% repeatable. If I
noload the module, everything works fine, but when its running, after
calls to any of the
2007 Feb 03
3
error dialing a SIP user. chan_sip.c:1994 create_addr: No such host
The following strange conditions is happening while I try to dial a
SIP user from another SIp user.
SIP to Zap dialing is fine, as all 4 users can call PSTN.
I'm using Asterisk SVN-branch-1.2-r51359M
Example: extension 3210 calls extension 3213. They are all registered properly:
chrom01*CLI> sip show peers
Name/username Host Dyn Nat ACL Port Status
3213/3213
2004 Nov 29
2
Variable substitution - How can I do Dial(${DIALSTRING}) where ${DIALSTRING} is 'SIP/201, 15, tT'?
I've been banging my head against a brick wall for the last hour and I'm
sure this is one of those easy to solve things - just that I can't see the
wood for the trees.
I'm trying to do:
-----------
[some-context]
Exten => s,1,Macro(dodial,'SIP/201,15,tT',123456,MOHClass)
[macro-dodial]
Exten => s,1,SetCallerID(${ARG2})
Exten => s,2,SetMusicOnHold(${ARG3})
Exten
2003 Oct 06
1
chan_zap.c - echo cancelation getting in the way of dialing????
It seems consistant after dialing dozens of times that the call that
doesn't go through is the one the gets the log message "No
echocancellation requested" (chan_zap.c) and the "Scheduleing timer"
(channel.c) in the middle of receiving the DTMF tones.
I'm now using the T400P card last week very simular problems the the T100P
(although I think I was actually loosing
2013 Jun 23
1
IAX2 netsock error with name resolution
Am getting netsock error like this when using IAX2,
Connected to Asterisk 11.2.1 currently running on indiaprimaryast01 (pid =
4270)
== Using SIP RTP CoS mark 5
-- Executing [2001 at Test:1] Dial("SIP/4090-00000005",
"SIP/2001 at IAX2/IND-MAN,30")
in new stack
[Jun 23 06:31:36] NOTICE[4383][C-00000005]: chan_sip.c:29491
sip_request_call: Conflicting extension values
2005 Feb 19
1
sending traffic to LiveVoip
I have several DIDs (working well) with LiveVoip and I just signed up for
some outbound minutes. Unfortunately they did not send connection
instructions.
I tried:
exten =>
_1NXXNXXXXXX,2,Dial(IAX2/userid:password@217.160.244.186/${EXTEN}|60|s)
but I get the error
Feb 19 15:14:09 WARNING[21453]: chan_iax2.c:5546 socket_read: Call rejected
by 217.160.244.186: No authority found
--
2006 Jan 07
1
Problens to link 2 * servers
Hello,
I'm traying to link 2 * servers using SIP and the following errors was show:
"SIP/AsteriskA:AsteriskA@10.0.0.121/100") in new stack
Dec 13 22:46:57 WARNING[8767]: chan_sip.c:1398 create_addr: No such
host: 10.0.0.121/100
Dec 13 22:46:57 NOTICE[8767]: app_dial.c:759 dial_exec: Unable to
create channel of type 'SIP'
== Everyone is busy/congested at this time
Dec 13
2007 Apr 04
1
call files
Hello, All!
How to specify the context in call file section Channel? Is it possible?
I want to dial external number (12345) and connect it to context
"notify", which consist of playback() command:
Channel: SIP/12345
Callerid: auto <12345>
MaxRetries: 3
RetryTime: 40
WaitTime: 50
Context: notify
Extension: 1
Priority: 1
extensions.ael follows:
context notify {
1
2007 Jun 26
1
No such host error from SIP for non-peer configuration.
Is there a way to let chan_sip skip host lookup?
Problem is I have to have a peer host config for every sip message outgoing.
For example, I cann't have this
in extension.conf
exten => 500,n,Dial(SIP/romi at 192.168.1.79)
It'll return,
chan_sip.c:2738 create_addr: No such host: 192.168.1.79
when call forwarding
I have to have a peer in SIP
[outgoing]
host=192.168.1.79
...
in
2010 Mar 22
1
Call files : call multiple SIP-accounts
Hello,
I'm trying to call different SIP-accounts to connect them to a
conference.
This is my call-file :
Channel: SIP/test3&SIP/test1
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: from-conf
Extension: 1000
I get the following in the CLI :
[Mar 22 14:40:26] -- Attempting call on SIP/test3&SIP/test1 for
1000 at from-conf:1 (Retry 1)
[Mar 22 14:40:26] WARNING[29908]: