Displaying 20 results from an estimated 1000 matches similar to: "Asterisk not honoring astetcdir"
2014 Aug 07
2
Calls not hanging up
This just started after upgrading to 11.11.0. After a call is
completed (both ends hang up) the call still shows as active.
# asterisk -x "core show channels"
Channel Location State Application(Data)
SIP/thinktel-0000000 (None) Up AppDial((Outgoing
Line)) SIP/4164251212-00000 4165555555 at LocalSets Up
Dial(SIP/thinktel/4165559999) 2 active
2007 May 16
1
Asterisk SRTP certificates
Hello all,
I want to use Asterisk with the SRTP patch from
http://bugs.digium.com/view.php?id=5413 .
I'm confused to create the certificates for it.
Can anybody help in such question?
P. S. I've created the pem files and renamed it to
* ${astetcdir}/asterisk.crt
* ${astetcdir}/asterisk.key
* ${astetcdir}/ca-certificates.crt
but the asterisk got "segmentation fault" error at
2007 Mar 04
1
running error: load_modules: No 'modules.conf' found - vesrion 1.4.1 from svn
Hi,
I have just installed the fresh svn version of asterisk and when I run it I get the following errors:
[Mar 4 14:19:27] WARNING[24527]: loader.c:728 load_modules: No 'modules.conf' found, no modules will be loaded.
[Mar 4 14:19:27] NOTICE[24527]: manager.c:2681 init_manager: Unable to open management configuration manager.conf. Call management disabled.
[Mar 4 14:19:27] NOTICE[24527]:
2003 Jul 12
5
jails, ipfilter & stunnel
I'm setting up a server where I plan to use Jails to improve security
I also have installed and am configuring ipfilter. Here are my
questions:
Because I'm using Jails, I will have to have multiple ip aliases on the
network interface. I will use ipfilter to specify what can go to each
of the addresses. (e.g., allow only incoming to port 80 on the jail
running apache).
Another
2010 Mar 23
3
Which folder for sounds?
1.6.2:
-- Executing [s at incoming-pstn-line:4] VoiceMail("DAHDI/4-1",
"100 at default,u") in new stack
-- <DAHDI/4-1> Playing
'/var/spool/asterisk/voicemail/default/100/unavail.gsm' (language 'en')
[Mar 22 17:15:46] WARNING[31145]: file.c:650 ast_openstream_full: File
vm-intro does not exist in any format
[Mar 22 17:15:46] WARNING[31145]:
2014 Aug 08
1
asterisk too many files or memory leak???
I am seeing this in my log file
:[Aug 7 21:35:24] ERROR[19582] acl.c: Cannot create socket
[Aug 7 21:35:24] WARNING[19582][C-00000283] res_rtp_asterisk.c: Unable to
allocate RTP socket: Too many open files
[Aug 7 21:35:24] NOTICE[19582][C-00000283] chan_sip.c: Failed to
authenticate device "677"<sip:677 at IP>;tag=3637370132313231383238343335
[Aug 7 21:35:24] WARNING[19734]
2014 Jul 20
1
Asterisk 12 fails to launch with option -C
I am trying to launch Asterisk on a different directory with the parameter 'C
asterisk -vvvvvvvvvvvvvvvvvvgc -C /etc/asterisk1/asterisk.conf
Parsing '/etc/asterisk1/extconfig.conf': Found
Resetting translation matrix
UUID system initiated
Parsing /etc/asterisk1/asterisk.conf
== Parsing '/etc/asterisk1/asterisk.conf': Found
Not changing threadpool size since new size 0 is
2016 Aug 04
4
Removing mailbox and password prompt for voicemail
On Thu, 4 Aug 2016 14:03:39 +0100
Nabeel <nabeelshikder at gmail.com> wrote:
> I should add, a password is *always* asked if a password has been set.
> There isn't a way to bypass that.
Then something is wrong.
http://darcy.vex.net/star98.mp3
--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy at Vex.Net
VoIP: sip:darcy at Vex.Net
2015 Jun 18
1
setting outbound caller ID
Set(CALLERID(number)=XXXXXXXXXX) works here.
Also check with your VoIP provider what format they want for the number. (I
believe) most accept a 10-digit number, but I seem to remember reading
about the odd provider that wanted a leading "1".
On Thu, Jun 18, 2015 at 11:47 AM, D'Arcy J.M. Cain <darcy at vex.net> wrote:
> On Thu, 18 Jun 2015 13:45:10 EDT
> kenner at
2016 Jul 30
3
Removing mailbox and password prompt for voicemail
If I remove the password, how can anyone access the mailbox if the
'mailbox' prompt is not played?
Nabeel
On 30 Jul 2016 3:19 p.m., "D'Arcy J.M. Cain" <darcy at vex.net> wrote:
> On Sat, 30 Jul 2016 06:43:47 +0100
> Nabeel <nabeelshikder at gmail.com> wrote:
> > I am using Asterisk voicemail on a CentOS 7 server. I would like to
> > be able to
2015 Jun 12
2
Voice mail and caller ID
I have this in my sip.conf:
exten => *98,1,Verbose(0,CALLERID number is "${CALLERID(num)}")
same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s)
same => n,Hangup
However, my extensions are set up so that they always show the external
number, not the extension:
[foobar2](client-phone)
secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
callerid=Candace <5555551212>
2016 Sep 01
2
Multiple phones when one is unregistered
On Tue, 30 Aug 2016 17:56:35 +0200
Administrator TOOTAI <admin at tootai.net> wrote:
> Something like
>
> exten => 5555551111,1,Verbose(Door buzzer calling)
> same => n,Set(toRing=)
> same => n,ExecIf($["${DEVICE_STATE(SIP/user1)}" = "NOT IN
> USE"]?Set(toRing=${toRing}&SIP/user1)
Failed. I checked the online docs and the syntax seems to
2016 Sep 01
2
Multiple phones when one is unregistered
On Thu, 1 Sep 2016 11:02:57 +0200
Administrator TOOTAI <admin at tootai.net> wrote:
> > [Aug 31 21:52:00] WARNING[-1][C-0001fed5] pbx.c: No application
> > 'ExecIf' for extension (unauthenticated, 5555551111, 3)
> >
> > Is there a module that I need to load?
> >
> > In case it matters I am running Asterisk 11.23.0 on NetBSD 7.0.
>
>
2015 Mar 12
2
Unstable phone connection
This is driving me to distraction. I have a switch with multiple
clients who are all working fine except for one and I can't figure out
what makes them different. I have tried every NAT setting in the ATA
(SPA112 ATA with 2 x FXS, 1 x LAN), stun server on and off, different
sip ports, different RTP ports and it still fails. I have left the
location with it working only to have it fail
2015 Jun 16
0
howto copy a voicemail message to another machine ?
On Tue, 16 Jun 2015 11:35:26 -0400
sean darcy <seandarcy2 at gmail.com> wrote:
> My asterisk server is in the cloud. Figuring out how to send an email
> is too much brain damage. So i can't use the email feature that's
> built into voicemail.
Really? That was one of the first things I did when I learned
Asterisk. It was dead simple. Rather than creating some sort of Rube
2015 Mar 12
0
Unstable phone connection
D'Arcy J.M. Cain
If the device is registering and then dropping there are several usual
items.
The router may be closing the ports on the device.
The router may have a AGL SIP helper that is causing issues.
Make sure that the device is sending out keep alive packets.
Shut down any AGL helpers on the router.
Make sure that the site is not double NATing
Try using a stun
2016 Nov 22
3
Touch tone stutter
I am hoping someone else has seen this and can offer a solution or at
least a direction to investigate. I am running 11.23. Most of my
clients are fine but one has a strange behaviour. He has a Grandstream
HT701 like most of my clients who use an ATA. He can make call and they
are crystal clear. However, when he tries to use phone menus ("dial 234
for John Doe" for example) it
2015 Feb 12
9
Is Asterisk a Linux only system?
I know that it runs on other systems but do other ports get the same
attention? I have been running it on a NetBSD server for about a year
now and while it mostly works it just crashes from time to time with no
explanation or core dump.
I have improved the situation by expanding my intrusion detection but
it still stops every few days or so. I have a cron job that tests for
it and restarts it
2016 Aug 05
2
Toll free pattern matching
I have this in my config:
exten => _800XXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})
same => n,Dial(SIP/tollfree/1${EXTEN})
exten => _1800XXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})
same => n,Dial(SIP/tollfree/${EXTEN})
exten => _NXXNXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})
same => n,Dial(SIP/trunk/1${EXTEN})
exten =>
2015 Aug 15
2
One way audio - doesn't seem to be NAT issue - SOLVED!
On Sat, 15 Aug 2015 16:30:39 +0800
Michael Dupree <michael at easybitllc.com> wrote:
> Not 100% ure, but maybe play with the canreinvite or directmedia
> settings.
Yes! That was it. Just for future searches here is what I did. I
added "directmedia = no" in sip.conf. This fixed the issue.
I believe that Asterisk was getting confused when one leg was inside
NAT and the