similar to: AGI - No audio

Displaying 20 results from an estimated 100 matches similar to: "AGI - No audio"

2004 Sep 18
2
Asterisk as an outbound call machine?
Hi All... I have a need to phone a large number of people and collect information from them. I know Asterisk has a nice IVR system, but can it be used to initiate a call to people listed in a database or text file? Don't worry, this is not an annoying marketing thing. Thanks...
2003 Jun 11
3
How do i make best use of Macro?
Hi, im trying to setup a chat system. And i belive the best way is using an macro. But a couple of questions regarding using macros pops up. a) Is there state building up if my macro calls itself recusivly? Pseudo example: [macro-chat] to_many? Macro(chat, next_room) increase # of users in chat meeteme(room) exit from meetme: decrease # of users in chat then Macro(chat, next_room) exten
2003 Apr 17
4
meetme config
Hi, Is there and trick to getting a conference room up and running.. I have 'conf => 7500' in the meetme.conf file and 'exten => 7500,1,MeetMe(7500)' in the extensions.conf file (in the same context as my phone extensions).. When I dial extension 7500 I get the voice saying "That is not a valid conference number, Please try again.." <beep> <beep>
2003 Nov 25
4
AGI Rocks!! (A happy camper)
A note to all those who are avoiding writing up an AGI becasue it looks two complicated.. I have just written up my first and its awesome.. It makes Asterisk open to all sorts of possibilities.. let your imagination run wild.. I put off writing an AGI script because a) I could not find any docs b) it looked like the only way to do it was perl and I know nothing about perl and c) I am not a
2008 Nov 20
2
Limit the number of users in a meetme conference?
Hi - I found the "maxusers" defined in meetme.c, but I'm not sure how this value is set. Does anybody know if one can limit the number of users permitted in a meetme conference? I know there's MeetmeCount(), but I'd rather avoid the dialplan logic and just set maxusers instead. Thanks, Noah
2004 Jan 20
5
MeetMe questions
I'm looking into deploying * for an internal conference call server (using MeetMe) and had a couple of quick questions for those of you who have used it. I checked the Wiki but there weren't a lot of details for MeetMe. - Can you limit the size of a conference "room", ie max 8 people, etc. - Is there a list somewhere (besides the source ;) that has all the commands availible to
2006 Dec 05
1
Meetme monitoring (once)
Has anyone found a way to monitor a meetme conference for only the first user? I find have one recording per user is pretty hard on the server performance wise... Suggestions?
2003 Apr 17
2
Redhat vs Mandrake.
My thoughts on this after reading Steven's very politically worded reply is that IMO your best bet would be to go with RedHat, I am not going to go into details about the if's, when's, why's, and but's.. I am running Asterisk quite well on RedHat 9 and if you like I have created an install guide for setting up an Asterisk box on RedHat 9 which I can send to you if you are
2007 Mar 11
4
Problem configuring voice conference
Hey! I am trying to configure the voice onference with MeetMe application for my internal users. I have my server and 4 clients on same LAN and following is my extensions.conf file: [globals] Ahsen=SIP/222 Tahami=SIP/444 Uzair=SIP/333 Wasif=SIP/555 [internal] exten => 1234,1,Macro(voicemail,${Ahsen}) exten => 4321,1,Macro(voicemail,${Uzair}) exten => 5678,1,Macro(voicemail,${Tahami})
2007 May 09
1
Question about Asterisk 1.4 depoyment.
Hello Folks, I am testing Asterisk 1.4.2 running on Fedora Core 5 (version 2.6-17). I have loaded the app_meet.so module in order to activate the MeetMe, MeetMeCount and MeetMeAdmin applications. While I have been successful in loading the app_meet.so module, I am experiencing an immediate kernel panic every time I try to make a call to a room conference. Is this story unique to me? How can
2004 Jun 02
5
Meetme with moderator
All, I have been beating my head against a wall trying to figure out how I would implement a separate moderator code and participant code for the same conference using meetme, the deal is I dont want the participants to be able to join until the moderator is in the conference. Is it possible to do this using the apps as they are , or is their a way to use an Agi script, is that the only way?
2009 May 29
1
how to detect dtmf in meetme
hello i want to kick participant in a meeting by pressing the digit on sip phone.when i entry the meeting ,no matter how i press the button,the dtmf does not work. here is my dialplan and my agi script,and sip.conf [from-internal] exten =>121,1,MeetMeCount(900,CONFCOUNT) exten =>121,2,GotoIF($[${CONFCOUNT}<10]?3:100) exten =>121,3,Authenticate(123456) exten
2010 Jun 13
2
bug with Moh on MeetMe ?
Hello, The MeetMe application refuses MusicOnHold personalized and skip always in the default! Have you any idea how to fix this? -- Executing [028883899 at default:1] Set("SIP/109.10.214.1-00000002", "CHANNEL(language)=fr") in new stack -- Executing [028883899 at default:2] Answer("SIP/109.10.214.1-00000002", "") in new stack -- Executing
2007 Jan 30
2
web-meetme cbmysql not registered
I am experiencing the same problem. Fresh install. Bill -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ma Zhiyong Sent: Tuesday, January 30, 2007 6:04 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] web-meetme cbmysql not registered HI, today I download
2009 Feb 09
2
meetme application
hi guys: recently I want to buinding a meeting confence on asterisk and use the meetme application. I have a ztdummy kernel afteri the lsmod commond: ztdummy 5768 0 zaptel 182660 28 zttranscode,ztdummy crc_ccitt 3008 1 zaptel I also configure the meetme.conf conf => 1000; my extensions.conf [default] exten =>
2004 May 13
1
MeetMe with AGI scripts
I've had a quick look through the mail list and wiki but haven't yet resorted to looking at the meetme source code.. I see references to a background agi script that can run if you're using Zap channels. Am I right in saying that that script runs for each channel in the conference? Or is it a one time deal, running when the conference is created? The backgrounder behind my question is
2004 Apr 12
0
strange error at extension.conf
hi, i write this looking for free conference room, i checl code and don?t see any error but die at priority 7 if room 1001 have users in exten => _1NXXNXXXXXX,1,RouteCall(${EXTEN}) exten => _1NXXNXXXXXX,2,GotoIf($[${DESTINATION1:0:3} = CONF]?3:13) exten => _1NXXNXXXXXX,3,Setvar,var=0 exten => _1NXXNXXXXXX,4,MeetMeCount(1001|var) exten => _1NXXNXXXXXX,5,GotoIf($[${var} =0]?7:6)
2006 Feb 13
1
Asterisk: Agent logs into queue, and there are calls in the queue, but calls don't go to agent
Here is some dialog from the Console: -- Starting simple switch on 'Zap/13-1' Feb 10 07:22:36 NOTICE[21105]: chan_zap.c:6063 ss_thread: Got event 18 (Ring Begin)... -- Executing Goto("Zap/13-1", "mainmenu|s|1") in new stack -- Goto (mainmenu,s,1) -- Executing BackGround("Zap/13-1", "thank-you-for-calling-poker -support") in new stack
2008 Nov 23
0
Large Asterisk installations (~10, 000 extensions), preferably at universities
Bourvine, > > So, why won't we save the big bucks we pay them, hire two professionals > (who cost less) and support an open source code by ourselves? This way > we depend on ourselves only. > > > > Thanks, __Yehavi: I remember hearing University of Pennsylvania have been using Asterisk for sometime. I am not certain where I came across that
2003 Aug 07
2
Problem -ATA-711-723-Oh323-Asterisk
Hi List, I am facing the reverse problem as stated here.I am using ATA 186 to make and recieve call to * through OH323 driver. When I use G711 codec in the ATA to make call then then as soon as i dial an extension the * crashes with 'segmentation fault'. But the same scenerio works fine when i use 723 codec in the ATA .I can dial the number and extension very well/(I have 723 support in