search for: dccinc

Displaying 11 results from an estimated 11 matches for "dccinc".

2003 Feb 27
1
Message waiting light on Cisco 7960
Can I get the voicemail application turn on / off the MWI (message waiting indicator) on the Cisco 7960?
2003 Jun 23
5
dynamic queue channels
Hi, I'm trying to build a call center application that allows attendants to come in the morning and dial a certain extension to make their extension available. I wouldn't like to use the AgentLogin app because their line would need to stay off-hook (is this correct?) Is there any SET channel status command that would allow me to do something like this? PauloHM -------------- next
2003 Aug 26
2
Asterisk internal database access
Hi, There is any simple way to have external access to the Asterisk database? I want to be able to edit a specific family only, which is a phonebook. Thanks, Dan
2003 Apr 15
0
RE: [Asterisk-Dev] Several patches, includin g recording and music -on-hold
...orks, everything "heard" by a channel is recorded. So your solution would already work Adam: recording a single channel would record the conference as well, while this channel is in the conference. Cheers Mahmut > -----Original Message----- > From: Benjamin Miller [mailto:BGMiller@dccinc.com] > Sent: Tuesday, 15 April 2003 1:12 > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] RE: [Asterisk-Dev] Several patches, > including recording and music -on-hold > > > Mahmut, > First of all, I'd like to reiterate what a great patch this has b...
2003 Apr 15
2
RE: [Asterisk-Dev] Several patches, including recording and music -on-hold
...orks, everything "heard" by a channel is recorded. So your solution would already work Adam: recording a single channel would record the conference as well, while this channel is in the conference. Cheers Mahmut > -----Original Message----- > From: Benjamin Miller [mailto:BGMiller@dccinc.com] > Sent: Tuesday, 15 April 2003 1:12 > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] RE: [Asterisk-Dev] Several patches, > including recording and music -on-hold > > > Mahmut, > First of all, I'd like to reiterate what a great patch this has b...
2002 Jan 09
0
OpenSSH sshd: per-user restrictions and scp-only
Greetings! Non-list subscriber, so please be sure to include me on replies. I want to be abut to set up sshd so that I can restrict the remote user's activities. In particular, I want... 1. no shell. I want them to be able to do scp and maybe port forwarding, but I DO NOT want them to be able to start up any shell or anything else! 2. i want to be able to restrict them to be able to do
2003 Apr 01
0
CDR Format and Software
Greetings, I am looking for a good CDR reporting tool to use with Asterisk. Does anyone have a suggestion? Additionally, is the CDR format that Asterisk uses the same as any commercial units on the market? Most of the software I have looked at so far has a list of commercial pbxs who's CDR format they support. It would be nice to know before I take on the task of writing a filter that
2003 May 27
2
Call Detail Record Analysis Packages?
Can anyone share any links regarding packages to do Call Detail Record (CDR) analysis from the CDR Master file? Login-distance reconciliation, billback, and data presentation are three primary areas of interest. Thanks in advance for your help! --Nick -- Nick Eggleston Consultant Data Communications Consulting, Inc. 6320 Rucker Road, Suite E Indianapolis, IN 46220 317/726-0295 x18
2003 Apr 25
1
Wait doesn't read DTMF? Was Re: Collecting dialed digits
A) Modify res_musiconhold.c and the application "WaitMusicOnHold" to accept DTMF breakout B) Create a call queue with a timeout of X and configure the DTMF options properly. Then you can drop callers into this queue and effect a music on hold for X seconds and allow DTMF breakout with no C code. -----Original Message----- From: asterisk@billheckel.com [mailto:asterisk@billheckel.com]
2003 Apr 20
4
${EPOCH} and ${DATETIME} patch
Skipped content of type multipart/alternative-------------- next part -------------- Index: pbx.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.14 diff -u -r1.14 pbx.c --- pbx.c 19 Apr 2003 02:41:22 -0000 1.14 +++ pbx.c 21 Apr 2003 02:27:43 -0000 @@ -713,6 +713,8 @@ { char *first,*second; char tmpvar[80] =
2003 Apr 14
0
RE: [Asterisk-Dev] Several patches, including recording and music -on-hold
Mahmut, First of all, I'd like to reiterate what a great patch this has been. I'd also like to voice support for having an option to mix the files on the fly, and name them uniquely. While I was able to smoothly put the files together with soxmix, I see on the fly mixing as hugely beneficial to an automated solution to saving/delivering the messages without intervention. One feature,