similar to: Alternate MP3 Player

Displaying 20 results from an estimated 3000 matches similar to: "Alternate MP3 Player"

2009 Jun 24
7
PHP AGI Not Working and Odd Behavior
Hi, I'm running asterisk 1.4.22 on a debian server. I have php5 installed and it works correctly command line. When trying to run a php script via AGI, I get messages such as: GI Tx >> I> AGI Rx << #!/usr/bin/php5 -q AGI Tx >> 510 Invalid or unknown command The scripts are completely executable and owned by asterisk -rwxr-xr-x 1 asterisk asterisk Googling is not helping
2006 Jun 19
6
User Loses Ability to Make Outgoing Calls
We've been running an Asterisk-based phone system here in our office for a year and a half, and it's pretty much been running smoothly. One employee who works out of the office has a problem that she can't make outgoing calls on a temporary basis every so often (a few times a day). No one else has this problem, her settings are fine, and she regains the capability spontaneously with no
2006 Jun 22
1
Re: Can I enter an extension to dial whilevoicemail is playing?
The options are not seperated by commas. exten => s,1,Dial(SIP/50,23,r,d) should be exten => s,1,Dial(SIP/50,23,rd) -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of John Klimek Sent: Thursday, June 22, 2006 2:59 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users]
2007 Jul 19
8
Blank Voicemails
Hi, we're running Asterisk 1.2.10 and have been randomly being left blank voicemails with long messages that we can't hear. I've searched and searched but cannot find a solution. This is what happens: Internal Server runs Asterisk 1.2.10 where our mailboxes are Incoming Server (behind a firewall) runs Asterisk 1.2.13 and calls are bridged between this server and our internal server.
2008 Oct 29
3
Blank Voicemail.Conf after Password Change
Hi, For a few weeks now, our asterisk server has been experiencing something very odd. From time to time, voicemail.conf would go blank. We finally tracked it down to happening when someone attempts to change their password. It seems the file is touched, but not written to, and we're left with a blank voicemail file. Permissions seem to be fine: -rw-rw-r-- 1 asterisk asterisk 12707
2007 Jul 19
0
Blank Voicemails/Vonage Problem
Regarding this message, I've actually been told one caller who has consistently had this problem was using Vonage, but calling from his Verizon line, it worked. This skewed my survey. Therefore I do believe it's the same callers having the issue, and in which case, I think Vonage is to blame. I found this thread:
2006 Jun 21
0
Re: User Loses Ability to Make Outgoing Call s
If I understand this correctly, this is a user outside your firewall dialing in to your office over the Internet. Always, inbound calls work, but sometimes, outbound calls do not work. So if you have replaced the hardware totally, and you still have the same problem, it could be a routing issue with an upstream ISP. The way to test for this is to do a traceroute from her LAN to your office. Then,
2006 Jun 19
1
Can I enter an extension to dial while voicemail is playing?
I have a very, very simple Asterisk setup in my house. I have a Sipura 3000 with a PSTN line connected and one analog phone connected. The [incoming] context looks like this: exten => s,1,Dial(SIP/50,23,r) exten => s,2,VoiceMail(u50@default) exten => s,3,Playback(vm-goodbye) exten => s,4,Hangup As you can see, when somebody calls in if I don't answer in 23 seconds then they are
2006 Jun 27
2
Changing standard Voicemail behavior
I am using Trixbox 1.0(Asterisk 1.2.7.1)at a customer site. They whishes to change the default Voicemail behavior. Standard behavior No answer/Busy -> send to Voicemail Requested behavior No answer/Busy -> message that if you press 9 you will instead be cent to reception -> send to Voicemail or Reception if 9 pressed. I want this to always happen when Voicemail is invoked. How
2007 May 13
1
Sudden appearance of SIP/2.0 401 Unauthorized
Yesterday we moved one of our servers to a new IP. We updated DNS and various adapters configured to register to that server registered to the new IP correctly. All seemed to be well. This evening I discovered that with one exception, all of the adapters are getting a SIP/2.0 401 Unauthorized message back from asterisk. The exception is an Innomedia adapter -- Linksys PAP2's and (I
2006 May 05
2
dovecot LDA w/virtual domains and postfix
Hi, I've been trying to follow the documentation that I am finding, but am running into trouble getting things set up correctly for postfix + virtual domains (using ldap) with dovecot LDA. I can get it to work without LDA, but I'm running into permissions problems when I try to run with LDA. I am wondering if anyone has any good examples of configuring this. I basically have a
2006 Mar 18
6
ActiveLDAP and variable sub scope object writing
Anyone out there using ActiveLDAP have an idea how I can accomplish creating an object one level below a known base where we have a variable item in the middle? That first sentence doesn''t even make sense to me. Here''s what I want to do: I have a user class that I use for managing users. Each user gets a ou called addressbook (which in turn will contain sub-entries, but
2007 May 12
1
Confirmation key to answer -- for a queue
Hi, Pretty sure I'm missing something simple, but I've seen references to this feature but not found documentation for it: I have a queue set up so that many people are contacted (ringall) when a call comes in. I would like the answering party to confirm that he is a human being rather than cellphone voicemaill by pressing a digit. This is somewhat similar to the 2nd macro example
2009 Dec 08
1
Printing 'k' levels of factors 'n' times each, but 'n' is unequal for all levels ?
Dear List, I need to print out each of 'k' levels of a factor 'n' times each, where 'n' is the number of elements belonging to each factor. I know that this can normally be done using the gl() command, but in my case, each level 'k' has an unequal number of elements. Example with code is as below: vc<-read.table("P:\\Transit\\CORRECT
2012 Jul 13
2
alternate tick labels and tick marks with lattice xyplot
Hi, I would like to use xyplot to create a figure. Unfortunately, I cannot find documentation in xyplot to specify alternating the x-axis tick labels with the x-axis tick marks. I can do this with the regular R plot function as follows. #A small version of my data looks like this data<-data.frame(matrix(ncol=3,nrow=12)) data[,1]<-rep(c(1,2,3),c(4,4,4)) data[,2]<-rep(c(1,2,3,4),3)
2006 Mar 16
3
Passing function names from string variables
This may be a more generic Ruby question, so I''m going to ask on the Ruby forum, but I''m trying to figure out if there is a way to pass in the string value of a variable as the name of a method. For example, I would like to do something like: def sort_obj_by_uid(objects,@attr) @tmparray = Array.new @tmphash = Hash.new for object in @objects if !
2006 May 04
1
SIEVE: Any information at all?
Hi, I am quickly losing the will to live over the lack of any kind of information at all about the SIEVE support that is listed in the dovecot features list. Does anyone have any information at all? I've grepped through the source, looked through all the configuration files, and googled a fair bit and come up with nothing at all. How would a user with maildir enable a sieve script?
2007 Sep 17
2
removing a specific number of digist from a character string
Hello, I would like to remove the last 8 digists of character strings in a vector. Below I added a couple of elements from that vector. I have a problem defining a pattern to replace the digits using for example "sub". Removing the ".tif" part works fine using sub('.tif',"",x), but how do I get rid of the four preceding digits? Thanks for your help, Kim
2007 Mar 12
4
R for copying and pasting selected image files?
Hello, I would like to use R to process a list of text strings. The text strings are filenames, encoding experimental settings. Based on the information in there I'd like to select certain files and copy only the selected files to another directory. The files are images and there is no need, actually no desire, to open them. Is there a way to use R for copying and pasting files with any
2006 Mar 06
1
ActiveLDAP handle uppercase attributes?
Does anyone know how to assign values to LDAP objects with upper cased attributes? For example, you can normally do: user = User.new(@user) user.sn = params[:user][attr] But what about the case where there is an attribute that looks like OXTimeZone? You clearly can''t do: user = User.new(@user) user.OXTimeZone = params[:user][attr] I''m trying to