similar to: static database config gui

Displaying 20 results from an estimated 6000 matches similar to: "static database config gui"

2005 Jul 02
1
play message to callee before connect to incomingcall
try this one exten => 999,1,Answer() exten => 999,2,playback(~.mp3) exten => 999,3,dial (sip/100) exten => 999,4,playbackground(~.mp3) exten => 999,h,Hangup() not sure abt playbackground should be before the dial command or after ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Roland Zagler Sent: Sat 7/2/2005 8:23 PM To:
2004 Jul 15
1
"Reverse Hold" feature prototype...
I have no idea what this really should be called, so for lack of a better name, I called it "reverse hold". Hopefully someone else can make use of it, or even make it better, as its the first thing of its kind I've made for asterisk. Like most people, I'm very busy, so when I call other companies, sitting on hold really sucks. If you have speaker phone, its not so bad, but then
2005 Oct 30
4
IE crashing
Before I spend a ton of time trying to track something down that might not actually be broken, maybe someone could test this with IE to see if it crashes their browser also. Go to http://asterisk.paymentonline.net:3000/login/user and login as user ''demo'', password ''password''. Then click on the dialplan menu option and then click Add Script once or twice. on my
2006 Aug 08
11
Core dump using sample DumbHttpClient
I''m using the current release branch from the repository (version_0) on freebsd 6.1 with ruby 1.8.4. This is the error that is generated when running the code below at the bottom of the message, plus a gdb bt. Sorry no debugging symbols built into ruby but maybe the bt will help anyways. terminate called after throwing an instance of ''std::runtime_error'' what():
2004 Jun 03
3
CALLERIDNUM not passed over?
When a user dials 999 he is always asked for the mailbox and has to enter his mailbox number and password. As I understand this shouldn't happen because the CALLERIDNUM is passed over to VoicemailMain. It's annoying to have to enter the number everytime ... The voice mail configuration is read from MySQL. We are using the CVS version from a few days ago. Extract from extensions.conf:
2006 Nov 06
2
Queue time out
Hello, I have a queue with only one element and one agent member. I want that my call leave the queue after 30s. My problem is that my call stays 60s in the queue and my agent is called 2 times. Can you say me how can i do it please?? -------------------------------- [queue] music=default strategy=ringall timeout=30 maxlen=1 context=mbdsys announce-frequency=0 announce-holdtime=no
2004 Jun 25
1
Howto: Use setgroup, checkgroup to check incoming and outgoing client limits
Hi there, I was wondering how I can use setgroup and checkgroup for perfom incoming and outgoing limitation checks. I've have some users that doesn't what to be able to recieve more than 1 call at a time, and I also want to limit a users outgoing call abilities. Any help would be greatly appreciated. Kind regards Cf --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus
2009 Aug 04
4
CDR Problem - No CDRs when call is not bridged
Hi! I just found out that Asterisk (1.4) does not write CDRs if the incoming call was not forwarded but handled internally without answering the call. E.g.: [from_pstn] exten => 997,1,Answer() exten => 997,2,Playback(tt-weasels) exten => 997,3,Hangup() exten => 999,1,Playback(tt-weasels|noanswer) exten => 999,4,Hangup() For incoming calls to 997 a CDR will be written, but not
2013 Jan 07
3
renumber a list of numbers
Greetings R users, I am trying to renumber my groups within the file shown below. The groups are currently set as 8,9,10,etc. I would like to renumber this as 1,2,3,etc. I have searched the help files and only come across using the rownames to renumber the values but I need to match values. Any assistance is always appreciated, Regards, Charles structure(list(Group = structure(c(1L, 1L, 1L,
2023 Oct 09
3
Deleting voicemail by program
Hi all, I need to be able to delete a voicemail message using a program. Is is sufficient to simply delete the .wav and .txt files in the spool directory? Or do I need to also renumber the remaining files? For example, let say a given mailbox has 20 messages in it and I want to delete message number 5. Can I just delete the 2 files and expect that asterisk will renumber them? Or do I
2019 Jan 18
2
Samba, ZFS and FreeBSD 12
FreeBSD 12.0-RELEASE-p2 GENERIC amd64 samba48-4.8.7 Ever since updating from FreeBSD 11 to FreeBSD 12, I have experienced a problem with samba. While still on FreeBSD 11, I configured a Windows 10 machine to write backups of selected directories to my FreeBSD machine. That worked perfectly. No problems were detected and everything was backed up correctly. However, after updating to FreeBSD 12 a
2009 Jul 14
3
Fixing ogg vorbis corruption caused by bad metadata
On Tue, Jul 14, 2009 at 9:48 AM, Adam Rosi-Kessel<adam at rosi-kessel.org> wrote: > The only issue I'm noticing is ogginfo reports: > > Warning: sequence number gap in stream 1. Got page 14 when expecting > page 2. Indicates missing data. > Warning: discontinuity in stream (1) I'd guess this is flagging the data that was overwritten by the bad tagging code. Some
2023 Oct 10
1
Deleting voicemail by program
Here is something I wrote years ago. I expect you can adjust it for your needs # cat remove_blank_vmail #!/bin/bash # remove_blank_vmail takes arguments as voicemail boxes and removes messages with audio files shorter then MINSIZE (in bytes) #---------------------------------------------------------------------- # Description: # Author: John Harragin Monroe-Woodbury CSD # Created at: Thu Nov 6
2008 Oct 14
2
[LLVMdev] CFG modifcations and code gen
But, the branch folding pass, or whatever passes are supposed to reorder the blocks based on the CFG, are not doing so in this case. Otherwise there is no way that blocks 2 and 4 should be printing out before blocks 3 & 5. Renumber blocks just seems to reorder the values based on their pre-set block number, but when the CFG is modified these number should modified also to follow the new
2010 Mar 28
1
Renumbering
HI all, Is there a renumbering function in R? I would like to renumber the following id numbers *Input file * Id Father Mother 123 0 0 124 0 0 125 123 124 126 123 0 127 125 126 128 0 127 130 123 125 *Output* Id Father Mother 1 0 0 2 0 0 3 1 2 4 1 0 5 3 4 6 0 7 7 1 2 Any help is highly appreciated in Advance Val K [[alternative HTML version deleted]]
2005 May 24
1
realtime static
Ok I'm a little confused about realtime static. The wiki has the database schema but no explanation of what fields are for what. I would appreciate if someone can confirm or deny how I think the schema works. cat_metric = sort order for category var_metric = sort order for vars filename = equivalent .conf file in /etc/asterisk category = anything that would be enclosed in braces ([])
2019 Jan 18
1
Samba, ZFS and FreeBSD 12
On Fri, 18 Jan 2019 12:14:47 +0000, Rowland Penny via samba stated: >On Fri, 18 Jan 2019 11:15:38 +0000 >Gerard Seibert via samba <samba at lists.samba.org> wrote: > >> FreeBSD 12.0-RELEASE-p2 GENERIC amd64 >> samba48-4.8.7 >> >> Ever since updating from FreeBSD 11 to FreeBSD 12, I have experienced >> a problem with samba. While still on FreeBSD 11,
2006 Dec 29
0
Toll free numbers
Hi, For some reason, I seem to have issues with dailing toll free numbers and can't seem to find out why, sometimes, I get a busy signal. Some other times I get weird errors from the phone. The error below was a simple busy signal. Here's couple of my info relevant to the problem: -- Reconfigured channel 1, PRI Signalling signalling -- Reconfigured channel 2, PRI Signalling
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
ogg.k.ogg.k at googlemail.com wrote, on 7/14/2009 7:16 AM: >> easy to replace. The second packet is the metadata, which we can lose. >> It's just the third packet that needs to be reconstructed. After that, >> you could start at any packet division in the rest of the file and it >> would play fine? So this generic restore tool that I'm positing would >> just
2018 Dec 20
3
Problem with quota
Samba version 4.8.7, running on a FreeBSD 12.0-RELEASE amd64 system with a ZFS file system. I have a Windows 10 machine configured to do automatic backups to my FreeBSD machine on a daily basis. Since updating FreeBSD, the following errors are displayed when the backup begins. This is a truncated list. Dec 19 06:29:01 scorpio smbd[56795]: [2018/12/19 06:29:01.413635, 0]