similar to: Registration of SIP

Displaying 20 results from an estimated 300 matches similar to: "Registration of SIP"

2017 Apr 19
2
Can't compile Asterisk on Ubuntu 16
Hey; Thank you very much. I was able to install asterisk from your link. One other question. How are you starting asterisk? Do you use an init script or systemd? Do you think that you could share the script you use? Thanks Again; John V. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonathan H Sent:
2010 Jun 15
1
Asterisk 1.6.2 WARNING[23042]: acl.c:392 ast_get_ip_or_srv: Unable to lookup 'whsvoip.globalipcom.com'
Hi, We are using Asterisk 1.6.2 and it is continually failing to resolve Verizon SRV and sending following message, WARNING[23042]: acl.c:392 ast_get_ip_or_srv: Unable to lookup 'whsvoip.globalipcom.com' DNS settings on OS level is working fine. Can anyone have an idea about it? Regards, Faisal Hanif
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
2009 Apr 26
1
1.6.1: "DNS error" but ping works
With 1.6.1 svn: [2009-04-26 15:01:00] NOTICE[1844]: chan_sip.c:9927 sip_reg_timeout: -- Registration for '17470121145 at proxy01.sipphone.com' timed out, trying again (Attempt #30) [2009-04-26 15:01:00] WARNING[1844]: acl.c:376 ast_get_ip_or_srv: Unable to lookup 'proxy01.sipphone.com' [2009-04-26 15:01:00] WARNING[1844]: chan_sip.c:10037 transmit_register: Probably a DNS
2007 Sep 25
3
tcptop fail to run "Can''t find include file sys/tsol/label.h"
I try to run tcptop in solaris 10 x86 with patch level 125101-04 and I get the following error /usr/include/sys/zone.h line 16: can''t find include file sys/tsol/label.h error. Is there a work around for this problem? -- This message posted from opensolaris.org
2010 Jan 30
1
forward call back up same trunk to external cell phone problem
Hi If I have an incoming call coming down a SIP trunk to a particular internal SIP extension- I can answer the extension fine, all works well However, if I change extension.conf from dialling the internal extension to forward the call to an external cell phone (up the same trunk as the incoming leg of the call) I cannot get any audio and get the following error message on the console: [Jan 30
2006 Oct 31
0
SIP with Qualify and NAT
Hi guys, I'm having a really strange problem, which I'm pretty sure has only appeared since my last upgrade (1.2.12.1) . It's about NAT and Qualify. I'm using Asterisk to register with some external SIP providers. However, they're always marked as UNREACHABLE, when they weren't before! A typical debug looks like this: hera*CLI> sip reload Reloading
2008 Nov 27
0
trunk peer not registering after migrating installation
I have an odd problem. I have just installed asterisk on an ubuntu box, and migrated the previous configuration of asterisk (on another ubuntu box) to this new server (scp -pr xxx at oldserver:/etc/asterisk/* /etc/asterisk/) Asterisk worked fine on the old server, but on this server my SIP trunk peer does not login after initial server startup. "sip show peers" shows my phones
2007 Dec 28
0
call queuing not detecting caller hang up when call originates from voip provider
Dear all I've got call queuing working when calls originate from my local site. After testing I migrated it to calls originating from our voip provider- it should ring an extension, then queue . All works well apart from if the caller hangs up when queued: the call hangs around in the queue as a phantom until one of the extensions answers it and it is destroyed Am I doing something wrong?
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
2005 Sep 27
0
asterisk@home inbound call problem to SIP trunk. (voipfone UK)
Hi all, I have recently installed Asterisk@home and outbound calling is working great. However I am strugglings with inbound calls. I have setup a trunk for my provider, voipfone and in the inbound area on AMP I have the following :- user context name = 3011XXXX context=from-pstn dtmfmode=rfc2283 fromdomain=voipfone.co.uk host=voipfone.co.uk insecure=very secret=XXXXXX type=user user=3011XXXX
2016 May 09
3
Switching between Music on Hold streams. [13.8.2]
Hi there; I didn't see any "G" option in the example above, and the usage for the option parameters is entirely undocumented at https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Dial The G options are as below G - If the call is answered, transfer the calling party to the specified priority and the called party to the specified priority plus one. context exten
2017 Mar 28
2
SipVicious scans getting through iptables firewall - but how?
My firewall and asterisk pjsip config only has "permit" options for my ITSP's (SIP trunk) IPs. Here's the script that sets it up. -------------------------------------------------- #!/bin/bash EXIF="eth0" /sbin/iptables --flush /sbin/iptables --policy INPUT DROP /sbin/iptables --policy OUTPUT ACCEPT /sbin/iptables -A INPUT -i lo -j ACCEPT /sbin/iptables -A INPUT -m
2011 Jan 19
1
intermittent problem on 1.4
We're trying to forward an incoming SIP call from voipfone (UK ITSP) that originated from a UK landline back up a SIP trunk to the same ITSP and on to another UK landline number. UK Landline->voipfone->asterisk 1.4->voipfone->UK landline About 1 in 3 times the call at the final landline is silent and we see "RTP Read too short" scrolling on the console log. Where do we
2017 Apr 18
2
Can't compile Asterisk on Ubuntu 16
All; I am trying to build and install certified Asterisk 13.13 cert3 on a Ubuntu 16.04.2 LTS host without much success. I am getting the following errors when I try to compile. [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o res_pjsip/config_transport.c: In function 'transport_apply': res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg
2006 Apr 30
0
Intermittent problem dialling out on a SIP channel
Hi, Red Hat 9.0 Asterisk 1.2.7.1 I'm having a bit of an intermittent problem with my SIP account. Often (but not always) when I start * or RELOAD my dial plan from the CLI I get this message: >Apr 30 11:01:20 WARNING[12785]: chan_sip.c:11822 add_realm_authentication: Format for >authentication entry is user[:secret]@realm at line 31 >Apr 30 11:01:21 WARNING[12785]: acl.c:244
2016 Sep 27
2
cloud solution?
So if someone has their own hardware and infrastructure but wants a software (not FreePBX but perhaps similar) what options do we have? Would like to virtualize it and not stuck with any one virtualization technology. Discuss... :) Travis -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jun 30
1
zfs rpool corrupt?????
Hello, Has anyone encountered the following error message, running Solaris 10 u8 in an LDom. bash-3.00# devfsadm devfsadm: write failed for /dev/.devfsadm_dev.lock: Bad exchange descriptor bash-3.00# zpool status -v rpool pool: rpool state: DEGRADED status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in
2010 Mar 19
2
register => 2345:password@sip_proxy/1234
sip.conf.sample: ;register => 2345:password at sip_proxy/1234 ; ; Register 2345 at sip provider 'sip_proxy'. Calls from this provider ; connect to local extension 1234 in extensions.conf, default context, ; unless you configure a [sip_proxy] section below, and configure a ; context. sip.conf: [general] context=default allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=no
2002 Dec 05
1
kernel and routing
First of all sorry for my English. I wan''t to ask a question. It may be ''dummy'' but i can''t find an answer. Suppose i''m routing with a Linux pc A where is the default ''instalation'' kernel. I''m also routing with a Linux pc B where i have a compiled kernel wich is ''smaller'' than A''s machine kernel.