Displaying 20 results from an estimated 1367 matches for "meetmes".
Did you mean:
meetme
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 =>
2003 Oct 22
29
Meetme
Yes.
Tim Thompson
http://www.amatechtel.com
(806) 722-2227
-----Original Message-----
From: CW_ASN - Gus [mailto:cw_asn@fibertel.com.ar]
Sent: Wednesday, October 22, 2003 1:12 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Meetme
Do you have ztdummy or zaptel device in your system?
----- Original Message -----
From: "Panny Malialis"
2011 Apr 06
2
asterisk meetme invalid extension
Hey Guy!
I have following dialplan for meetme and i want if someone type wrong meetme extension it should say invalid extension. But look like following doesn't work. its just hangup if i type wrong number. how to fix this code..
;Conference rooms/lines:
exten => 7580,1,Goto(ivr-meetme,s,1)
[ivr-meetme]
include => meetme
exten => s,1,Answer()
exten => s,n,Wait(1)
exten =>
2008 Mar 24
3
Dynamic meetme conference creation with Authenticate (Asterisk 1.4.0)
I'm trying to use the password entered with Authenticate to create dynamic
meetme conferences with the following dial plan:
exten => _XXXXXXXXXX18467,1,Authenticate(/etc/asterisk/meetme.pw|a)
exten => _XXXXXXXXXX18467,n,MeetMe(CDR(accountcode)) ; 281-8467
However CDR(accountcode) is always being set to 1022 no matter what password
is used. The passwords are stored in a file so they can
2005 Jun 28
2
MeetMe application in Asterisk V1.07
Hello list,
I wonder if someone might be able to clear up something for me.
I recently set up asterisk and have now managed to get the MeetMe
application up and running.
When I dial the extension to access the conference/MeetMe application, the
only prompt I hear is:"You are currently the only person in this
conference." When I use a friend's newly installed asterisk, I hear:
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
2005 Mar 29
2
MeetMe flags in * 1.0.7
While researching Areski's new Web-MeetMe management gui,
I found some odd (from what I expected) behaviour). Using
the CLI to set un/mute status works but does not update the
flags, or so it appears.
Starting with a fresh conference (1 user)
*CLI> meetme list 3456
User #: 1 Channel: OH323/R61
Using the CLI to mute the caller (no change in the user status0
*CLI> meetme mute 3456 1
2005 Jun 21
1
MeetMe Problems
I have two asterisk machines. One of them has a Digium board (server
A) and the other is simply using ztdummy (server B). Server A is
running on Debian and Server B is running Gentoo. Server A is running
Asterisk CVS-Nv1-0-7-06/01/05-01:27:25 and Server B is running
Asterisk 1.0.7.
The problem I have is that when I try to transfer a call into a
meetme room in server B, it simply hangs
2005 Aug 03
3
inter-asterisk meetme
Hi,
If there are 5 asterisk servers on the local net and each server
runs meetme, eg. 3311,3321,3331,3341,3351 respectively.
Can I connect these 5 meetme conferences to one meetme using IAX2?
Regards,
Zen
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 Apr 21
2
Still can't get MeetMe working..
Hi,
This is pretty much a repost but I still havent been able to get MeetMe to work..
I am using a Dev Kit lite.. so that should satisfy the Zaptel requirement for MeetMe..
meetme.conf looks like this..
[rooms]
conf => 7500
In extensions.conf I have an [extensions] context and within that same context I have the line..
exten => 7500,1,MeetMe(7500)
When I dial 7500 I get the message
2006 Jan 17
2
MeetMe Listen Only flag (|m)
One of the features that I thought would be popular with the Web-MeetMe
suite is the ability to start all non-admin callers in a muted state and
selectively unmute them. For example any large conference that is
of an announcment nature with a Q&A session.
It's probably a feature I should have tested better, but I just
discovered
that a caller that is joined to a MeetMe with the |m flag
2004 Jun 23
4
CDRs, Conferencing, and MeetMe
We are developing an on-demand teleconferencing solution. We will be
billing per-minute/per-user.
I've successfully gotten Asterisk to write CDR data to a postgres database,
but with the way I've got things setup right now the CDR does not have the
dialed conference number. We need this information in order to be able to
bill.
As teleconferencing is the only application of the
2003 Apr 25
2
Meetme application en 0.4.0
Hi all,
I'm doing some tests with the Meetme application, unfortunately, I can't
make it works. If the application list "Meetme" doesn't exists.
meetme.conf:
[rooms]
conf => 8600
extensions.conf
[default]
exten => 8600,1,Meetme,8600
In the console writes:
WARNING[1200825920]: File pbx.c, Line 1051 (pbx_extension_helper): No
applications 'Meetme' for
2006 Mar 07
1
MeetMe 'i' option not working correctly?
I'm running 2.4.5 and app_meetme never plays conf-hasleft or
conf-hasjoined with user names. I looked at app_meetme.c, but couldn't
determine the cause. Any suggestions are greatly appreciated.
exten => 600,1,MeetMe(600|i) I get the following:
-- Executing MeetMe("SIP/jon-21f8", "600|aciMps") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
2007 Jan 16
2
command like break ore exit in the dialpan
Hi
i have a similar dialplan:
exten => 99,1,Gotoif(....?2:3)
exten => 99,2,Meetme(100)
exten => 99,3,Meetme(100|options)
i'd like to do something like:
exten => 99,1,Gotoif(....?2:4)
exten => 99,2,Meetme(100)
exten => 99,4, ... exit ...
exten => 99,3,Meetme(100|options)
How can i exit the dialplan?
I won't use meetme twice!
Thanks nik
2008 Dec 08
2
meetme problem maybe connected to features.conf
Hello.
I have a strange problem with the MeetMe application. Configured is a misdn
msn to go into a preconfigured MeetMe room.
exten => 12,1,MeetMe(1234,pIM)
The first caller gets the prompt to enter the pin and then gets connected to
the MeetMe room. The second caller gets also the prompt but after entering the
right key he hears a dialtone followed by the message: The number you have
2009 Mar 14
1
Polycom BLF with Idle State meetme conference
I have meetme working with BLF on polycom phones however when
meetme is not actually being used by anyone the 'status' of meetme
becomes "idle".
Which the Polycom phone sees and produces a clock symbol and FLASHING red
LED.
Are there any 'tricks' or work-arounds to change this status to something
that does not blink the phone's LED making it look busy when meetme is
2009 Sep 02
1
web meetme PHP undefined variable
I am hoping maybe some of you have come across these before in your
experience with web meetme. Below are the messages im receiveing when I load
the web meetme home page.
Notice: Undefined variable: s in
/usr/local/apache2/htdocs/web-meetme/meetme_control.php on line 9
Notice: Undefined variable: logoff_section in
/usr/local/apache2/htdocs/web-meetme/meetme_control.php on line 12
Notice:
2010 Dec 21
1
MeetMe -> ConfBridge: hint not working
I'm trying to migrate from MeetMe to ConfBridge:
[conferences]
exten=>_8[1-9],1,Answer()
;;exten=>_8[1-9],1,Meetme(${EXTEN},1Ms,1234)
exten=>_8[1-9],2,ConfBridge(${EXTEN},1Ms)
exten=>_8[1-9],n,Hangup
And that works.
Also changed the hints:
;;exten => 81,hint,MeetMe:81
exten => 81,hint,ConfBridge:81
;;exten => 82,hint,MeetMe:82
exten => 82,hint,ConfBridge:82
;;exten