search for: darcy

Displaying 20 results from an estimated 417 matches for "darcy".

Did you mean: darcs
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
2017 Apr 20
2
Voicemail asking for login
...abase and does substitutions which is what makes this so baffling. Every extension is built exactly the same way. Here are two voicemail entries, the failing one and mine that works. The only sanitation I did was for the password. stocktrans2 => 9999,Angelica Douglas,stocktrans2 at Vex.Net darcy => 9999,Vybe Networks - D'Arcy,darcy at Vex.Net Here is the full dialplan for stocktrans2. exten => stocktrans2,1,Verbose(0,Entering extension stocktrans2) same => n,Goto(DialCell) same => n,GotoIf($["x" = "x"]?DialAlt) same => n(DialAll),Ver...
2016 Jan 06
2
No joy with my first AGI Python script
...R 123 ""') sys.stderr.write("AGI Environment Dump:\n"); for key in env.keys(): sys.stderr.write(" -- %s = %s\n" % (key, env[key])) sys.stderr.flush() The extension is; exten => *22,1,Verbose(0,${CHANNEL(peername)} calling 22 TEST) same => n,AGI(/home/darcy/pyast,Hello world) same => n,Hangup What happens when I dial it is that the dialplan Verbose statement runs but nothing else is logged and the number is not said. When I turn on AGI debugging I get this: ... (a bunch of agi_ variables) <SIP/darcy-0000000d>AGI Tx >> agi_arg_1: He...
2017 Apr 19
2
Voicemail asking for login
...lls themselves from another phone (internal or external) to pick up their messages. In every other case it asks for their password (which is always numeric) and goes into the VM. This one extension asks for a mailbox. -- D'Arcy J.M. Cain Vybe Networks Inc. http://www.VybeNetworks.com/ IM:darcy at Vex.Net VoIP: sip:darcy at VybeNetworks.com
2016 Nov 22
3
Touch tone stutter
...sonix TX-TGD220 and mine is a TX-TGD-212. The difference is mainly that his has a built in answering machine. As I said, no one else is having the issue. One person has a horrible connection with voice drops all the time but the touch tones still work. I have made two files available. http://darcy.vex.net/Bishop.ogg is an OGG file of the sound that it makes at the receiving end and the other at http://darcy.vex.net/Bishop.png is a picture of the wave form. I had the user think "one Mississippi" etc. and alternately press and release three different buttons. I recorded off my...
2014 Aug 07
2
Calls not hanging up
...) same => n,VoiceMail(4164251212 at LocalSets,u) same => n,Hangup() I can post any other log or config excerpts if someone thinks that they are relevant but all of this was working under 11.10.2. Thanks. -- 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 Aug 25
4
Ringback issue
...> n,DigitTimeout,5 same => n,ResponseTimeout,10 same => n,Goto(s,announce) exten => i,1,Verbose(0,${CALLERID(all)} dialed invalid extension ${EXTEN}) same => n,Playback(invalid) same => n,Goto(s,announce) exten => 200,1,Verbose(0,${CALLERID(all)} Calling PBX darcy) same => n,GoTo(LocalSets,4165555555,1) Finally I add an extension to go to that context: exten => 4165556666,1,GoTo(pbx-17842,s,1) When I dial 4165556666 I get no ringback which I can sort of live with since it gets answered pretty quickly but then when I dial "200" it trans...
2005 Sep 17
3
mirror combined with 7 day incremental backup
...an't use the BACKUPDIR=`date +%A`, multiple directory method, as the amount of data I'm dealing with is to great to kept track of easily that way I need the backup files to be a mirror of the original with 7 days of extra data. If anyone could help I'd really appreciate it. Thanx darcy
2018 Jun 13
2
T-38 re-invite issue
>>>>> D'Arcy Cain <darcy at VybeNetworks.com> writes: >> Ie after both sides select t38, until they agree on the t38 terms. > OK, so does that mean that setting it to 25000 should leave time for the > re-invite or does the timeout start after that. As I wrote above, after that. After the sip/sdp. -JimC...
2016 Aug 04
4
Removing mailbox and password prompt for voicemail
On 4 August 2016 at 13:18, D'Arcy J.M. Cain <darcy at vex.net> wrote: > > Let's get this straight. You call yourself from any phone in the world > and press '*' while listening to the message, you wind up in your own > mailbox and you believe that means that you don't need a password? Do > you think that the pho...
2018 Jun 08
3
T-38 re-invite issue
...********* MetaSphere CFS Distributel-Western-CFS 555-555-3333 NxGen Networks Inc. 192.243.214.73 I tried increasing the t38timeout but it did not seem to have any effect. Is there another variable to adjust somewhere? -- D'Arcy J.M. Cain Vybe Networks Inc. http://www.VybeNetworks.com/ IM:darcy at Vex.Net VoIP: sip:darcy at VybeNetworks.com
2017 Apr 18
4
Voicemail asking for login
...IP/thinktel-00000181> Playing 'vm-password.gsm' (language 'en') Not sure if that's useful information since it just describes the original issue - that it asks for a login instead of a password. -- 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
3
setting outbound caller ID
> CALLERID is a read only variable. That's not correct. I set it all over the place in my dialplan.
2015 Jun 16
4
howto copy a voicemail message to another machine ?
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. What I want to do is execute a remote command with the voicemail as an argument. The remote machine command would email the message. I'm thinking of: same =>n,VoiceMail(vm,u) same =>n,System(ssh myserver "emailVM
2015 Jun 12
2
Voice mail and caller ID
...ariable in the extension that I can read instead of ${CALLERID(num)}? I tried setting a random string (xaccount) and reading it with ${ENV(xaccount)} but it's not an environment variable and didn't work. Cheers. -- 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 Feb 12
9
Is Asterisk a Linux only system?
...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 when necessary. Anyone else have experience on non-Linux systems? Cheers. -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:darcy at Vex.Net VoIP: sip:darcy at Vex.Net
2011 Feb 21
3
multiple plots using a loop
Dear R users, I am trying to write myself a loop in order to produce a set of 20 length frequency plots each pertaining to a factor level. I would like each of these plots to be available on the same figure, so I have used par(mfrow = c(4, 5)). However, when I run my loop below, it produces 20 plots for each factor level and only displays the last factor levels LF plots. I'm fairly new to
2017 Apr 19
2
Voicemail asking for login
On 2017-04-18 08:17 PM, Pete Mundy wrote: >> On 19/04/2017, at 7:58 am, D'Arcy Cain <darcy at VybeNetworks.com >> <mailto:darcy at VybeNetworks.com>> wrote: >> >> <snip> >> Everything looks the same as another one that works except for two >> things. The one that works doesn't have the "Probation passed" lines. >> I am not...
2014 Dec 21
2
11.5.0: blindxfer problems [Spam score:10%]
...odes being recognised by Asterisk? I had a bunch of soft phones that I had to change to using ?sip info? for the DTMF signalling as the RFC signalling was not always being recognised. This would cause transfers to appear as if the user had not dialled any digits. On 20/12/2014 20:52, "sean darcy" <seandarcy2 at gmail.com> wrote: >On 12/20/2014 03:22 PM, sean darcy wrote: >> On 12/19/2014 09:42 AM, Rusty Newton wrote: >>> On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> >>>wrote: >>>> I've got a confbridge set...
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 remove the 'mailbox' prompt and 'password' prompt when a > >...