similar to: Looking for best practices

Displaying 20 results from an estimated 3000 matches similar to: "Looking for best practices"

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
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 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
2015 Jun 12
0
Voice mail and caller ID
Try this for CHAN_SIP: same => n,Set(Peer=${SIPCHANINFO(peername)}) ; Get the peer same => n,Set(MailBox=${SIPPEER(${Peer},mailbox)}); Get the mailbox same => n,VoicemailMain(${MailBox}@LocalSets,s) ; If we have a mailbox defined log into it If you are using PJSIP it's more complex same => n,Set(EndPoint=${CHANNEL(endpoint)}) ; Get the peer same =>
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 Feb 12
0
Is Asterisk a Linux only system?
I would love to run Asterisk on a BSD system. I do not know of any developers actively working on Asterisk on a BSD platform, though my knowledge isn't comprehensive. It may be worth talking to the people doing the packaging for various BSD platforms, to see how involved they are, or if they know of people developing it directly. jnemeth at netbsd for pkgsrc, madpilot at freebsd for
2017 Apr 20
2
Voicemail asking for login
On 2017-04-20 05:14 AM, J Montoya or A J Stiles wrote: > This is just screaming "configuration mismatch" -- or, possibly, "latent bug > whereby things parsed in separate places should be treated the same, but are > actually getting treated differently". I really don't want to be the "my system isn't working so there must be a bug in Asterisk" guy
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
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
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. > >
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
2015 Jun 12
1
Voice mail and caller ID
On Fri, 12 Jun 2015 11:49:05 -0700 John Kiniston <johnkiniston at gmail.com> wrote: > Try this for CHAN_SIP: > > same => n,Set(Peer=${SIPCHANINFO(peername)}) ; Get the peer > same => n,Set(MailBox=${SIPPEER(${Peer},mailbox)}); Get the > mailbox same => n,VoicemailMain(${MailBox}@LocalSets,s) ; If we > have a mailbox defined log into it Perfect.
2013 Jun 10
1
DTLSv1_method on NetBSD
This is the second issue I found while trying to install Asterisk on a NetBSD box. I can't load the rtp module because HAVE_OPENSSL_SRTP seems to be set. Is there some way to simply force this variab;e to be unset from a configuration variable? -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:darcy at Vex.Net Voip: sip:darcy at Vex.Net
2013 Jun 10
1
Where is HAVE_NEWLOCALE set?
I am trying to build Asterisk on a NetBSD system but I am running into two problems. The first only happens on an installation built from NetBSD HEAD. The config variable HAVE_NEWLOCALE is erroneously set during configure but this system does not have newlocale(). I can't seem to find where this gets set to true. Interestingly a stable release of NetBSD does not have this issue although it
2014 Aug 10
1
Asterisk not honoring astetcdir
Running 11.10.2 on NetBSD 6.1.4 but I observed this on 11.11.0 as well. I have a directory which, through a combination of NULL mount and UNION mount contains everything in the installed config directory /usr/pkg/etc/asterisk except for my modified versions of those files. Basically I mount_null /usr/pkg/etc/asterisk on /usr/local/etc/asterisk and then mount_union my SVN directory with my
2014 Dec 10
0
Failed to authenticate device - who?
I have a bunch of these in my logs: [Dec 9 08:21:21] NOTICE[-1][C-00000285] chan_sip.c: Failed to authenticate device "einstein"<sip:einstein at 98.158.139.74>;tag=65696e737465696e0131323530333532333739 The problem is that I already know my own IP address. How do I determine the address of the host trying to hack my switch? Cheers. -- D'Arcy J.M. Cain System
2015 Jun 08
0
Am I cracked?
On Mon, 8 Jun 2015 22:24:33 +0200 Luca Bertoncello <lucabert at lucabert.de> wrote: > Kevin Larsen <kevin.larsen at pioneerballoon.com> schrieb: > > Basically, they are hoping that you are running the equivalent of a > > mail server open relay. They are trying to use you to dial out to > > another number. You don't want to pay for these calls. > > Of
2015 Jun 18
0
setting outbound caller ID
On Thu, 18 Jun 2015 11:27:08 -0600 Greg Woods <greg at gregandeva.net> wrote: > [macro-callout] > exten => s,1,Set(CALLERID(num)=##########) > exten => s,2,Set(CALLERID(name)=##########) > exten => s,3,Set(CALLERID(all)="##########" <##########>) > exten => s,4,Dial(${PROVIDER}/"1${ARG1}",30,tr) > exten => s,n,Hangup() CALLERID is a
2015 Jun 18
0
setting outbound caller ID
On Thu, 18 Jun 2015 13:45:10 EDT kenner at gnat.com (Richard Kenner) wrote: > > CALLERID is a read only variable. > > That's not correct. I set it all over the place in my dialplan. Then someone needs to fix this page. https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Variables -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/