similar to: asterisks queues with static members

Displaying 20 results from an estimated 10000 matches similar to: "asterisks queues with static members"

2004 May 27
4
AGI Pascal
Hi, Has anyone done any AGI scripting in pascal. I would appreciate help anyone can offer. My understandin on AGI scripting is very flaky, I am assuming whatever language is used the application needs to be compile and made executable. So if I write a script in pascal, I would compile it with something like freepascal and make it executable. Thanks Umar Sear
2004 Jul 28
2
Asterisk voicemail from mysql no longer working
Hi All, I hope someone can help. I have a system that I have recently upgraded to latest CVS and my voicemail is not working from mysql database. I get an error on the console saying " No entry in voicemail config file for 'number'" whilst there is an entry in the database for the specified number. It seems like app_voicemail is no longer checking the database even though
2005 Mar 27
3
Can't get format_mp3 to work for music on hold
Hi Guys, I am having trouble trying to get format_mp3 working to play music on hold. I have followed the instructions in the read-me and the wiki however it seems after un-installing mpg123, asterisk is not even attempting to play MOH. My musiconhold.conf is ; Music on hold class definitions ; [classes] [moh_files] default = >/var/lib/asterisk/moh-native ;default =>
2004 Jun 10
3
Iax2 ringtone problem
Hi, i have a problem with iax2 and ringtone. Here is the call path pstn -> asterisk -> iax -> firefly or any iax phone. My problem is when i receive a call on my iax phone, the ring sound is very distort and bad. If i open my sip phone, and receive a call from my pstn, the ring is like dring dring, very normal. Otherwise, it is like a machine gun with iax Help would be really
2004 Jun 10
3
FW: question about prepaid app_prepaid
Hi, I have compiled and installed app_prepaid module. But have problem when connect to postgres database. I guess so because after key in card number, it always play prepaid-no-aaa voice file. Anyone succeeded in configuring the app_prepaid for prepaid calling service for asterisk? Please help. Ps: where can I view the log file for this module. Thanks. Tom --------------
2005 Mar 13
2
How can I eveluate trailing numbers in extensions.conf?
Checkout http://www.voip-info.org/wiki-Asterisk+variables I believe that should have the answer for you. furthermore assuming that your number is always going to be 12 digits. exten => _NXX.,1,SetVar(mynumber=${EXTEN:0:12}) - will give you your number. Hope this helps. Umar On Sun, 13 Mar 2005 09:25:11 +0100, Harald Milz <hm@seneca.muc.de> wrote: > Hi, > > this
2004 Jun 11
3
Background Playback fails
Hi Guys. I've had a lay off from Asterisk for 12 months but I am starting to look into it again. I am not very Linux savvy and found it hard going the last time. I've started playing with it in the last 3 weeks and I have to admit to making more head way this time. The first problem I'm stuck on and I cant find a solution to is that sound files that I have recorded (be it by
2005 Mar 08
2
Asterisk Management API
Hi all, I am trying to write an application to monitor queues using the Asterisk Management API. So far I have had some level of sucess, basically reverse engineering the protocol and the event messages using ethereal etc. I know there are a couple of pages on the Wiki that attempt (no dis-respect to who ever did it as it has been a great help) to document the API and was wondering if there
2004 Jun 09
7
Dyn Exten
Hi: Is DynExtebDB module still working?? -- JO
2004 Jun 15
2
using SetCDRUserField in an AGI script
Hi I am trying to use SetCDRUserField in an agi script but with no success. I am using the CDR mysql addon, however I can't see it being at fault as my attempt is not doing anything to the CVS CD either. has anyone used this, any hints guidence would be greatly appreciated. The syntax I am using is like so .. res=DoExec('SetCDRUserField','12345'); and then dialing the
2005 Aug 03
1
app_dbodbc for asterisk stable 1.09
Hi, Has anyone manage to comile app_dbodbc or ast_data with the latest stable release (1.09). If so can you give some guidence on howto do it as I have trouble getting either working. Umar
2004 Jul 04
1
How to use return value in extensions.conf
Hi, I am trying to implement a dialplan in which the user is notified of a missed call, if no voicemail is left. Basically what I would like to achieve is something like ... exten => _0207XXXXXXX,1,DIAL(SIP/${EXTEN},15) exten => _0207XXXXXXX,2,HasNewVoicemail(${EXTEN:4}@default:INBOX|msgcount) exten => _0207XXXXXXX,3,Voicemail(u${EXTEN:4}) exten =>
2005 Feb 22
2
Zap timing device
Dear list, I have been using asterisk for some time now. However I have never used it with any of the digium or compatable cards (Purely used for SIP). I understand that for using Meetme, I need to have a timing device, which could either be hardware or zrdummy etc (I am not using any right now). Can someone tell me if the timing device is needed for voicemail and other applications too?. I am
2004 Jun 12
9
Prepending for 9NxxNxxx - adding the area code for 7 digit dialing
How do you prepend. I want to be able to dial 7 digits instead of of 11 for local calls. Can someone post there extensions.conf part that is relavent?
2004 Jun 12
5
MWI on Cisco ATA-186 (SIP)
I am trying to set up the Message Waiting Indicator (stutter tone/light) so that my cisco ata-186 will let my phones know there is a message waiting. However this does not seem to be very well documented. I found this on wiki mailboxnumber@context ... where does that go? Do I put it in my SIP.conf definition for my cisco ata, or where. In my SIP cisco definition i already have a
2004 Jun 11
3
ssh key problem
Hi I've need to reinstall my asterisk software (hard drive failure). I'm back and running to a make samples state. I have backed up all of my conf files (ok so they were about a week old but much better than starting from scratch), the problem I am having is with WS_FTP Pro. Basically I used to connect to my asterisk server using this software no problems just using root as
2004 Aug 13
11
asterisk in india
Does anyone know if the E1 cards that digium sells work in India. Also are there any distributers for those cards in India. By E1 cards I mean E100P, TE410P or TE405P -- regards Vikram (http://www.vicramresearch.com)
2015 Jan 23
3
Multiple attributes
Ho Mourik Thanks for your reply, any other attribute which we can duplicate? Br. Umar On Fri, Jan 23, 2015 at 1:47 PM, mourik jan heupink - merit < heupink at merit.unu.edu> wrote: > Hi, > > In AD, the attribute mail can only exist once. > > MJ > > On 01/23/2015 05:27 AM, Umar Draz wrote: > >> Hi All >> >> I am tying to create a user in SAMBA 4
2004 Jun 10
1
RE: question about prepaid app_prepaid
Hi, As you asked, I have included my diff to what I did for the DIAL command. I probably didn't stick to some * pre-agreed standard of coding or something, so if these things offend you then I suggest that you close your eyes. :) The biggest thing to consider when you are doing a prepaid system is, what if the person with the same account in/out calls twice? I chose, for now, just to keep
2004 Jul 12
4
call Intrude
Hi I have looked through the wiki and search the mailing list, but I cannot find a way to intrude on a call, can asterisk do this feature? if so how? Thanks for your help Robb