Displaying 20 results from an estimated 10000 matches similar to: "howto set up persistent dynamic meetme"
2009 May 15
1
meetme dies looking for conf-getconfno
With 1.6.1, I'm trying to set up a test of meetme for creating dynamic
conferences.
cat meetme.conf
[rooms]
conf => 600
extensions.conf:
[meetme]
exten => 2663,1,MeetMe(,D)
exten => 2663,n,Hangup()
exten => 2666,1,MeetMe()
exten => 2666,n,Hangup()
What I'm expecting is to dial 2663, get a conference room number ( 600,
I suppose since it's the only room ), and set
2009 May 16
4
Fwd: Asterisk With Cisco Voice Router
Hi,
In our office, we're slowly migrating from a cisco call manager set up
to asterisk. Problem is management doesn't want to buy any other
hardware ?as they had already invested a lot in cisco. The main cause
of this is asterisk's added features like unique FAX number for
everyone in the company (which will be the same as phone DID), Voice
mail, Auto Answer etc yet we need thousands
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
2003 Oct 15
5
newbie question: Meetme
Yes, I am a newbie too. I am having a problem with meetme. From what I
have seen it will work without a Digium card but with audio problems. My
goal is just to see how it works not the quality of the audio.
When I dial into the conference room the following message is played:
"That is not a valid conference number."
On the console I get: "unable to open pseudo channel".
As
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
2007 Jun 05
1
Meetme define context
Hi All,
I'm still having trouble trying to figure out if it is possible to define
(in the dial plan) a context for meetme?
I'm using 1.4.4 with dialplan logic of:
exten => 123,1,Meetme(,Msa,)
This defaults to conferences defined within the rooms context of meetme.conf
Is it possible to specify another context as with voicemail?
Or can any one think of another
2006 Mar 23
1
RE: MeetMe freezes machine with Junghanns
Dollars to donuts it is related to these two posts, but no one seems to know
where or why it happens - this issue doesn't seem to be related to one
specific piece of hardware:
Post 1)
*********************************************************
Anyone ever seen MeetMe cause * to crash? Specifically, it happens
consistantly if someone begins to enter a conference and then decides to
hangup while
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 Mar 18
2
Jittery meetme conference using Linksys 942 phones
We have two Linksys 942 phones which sound great when they call each other
directly through Asterisk. But when they both dial in to a meetme conference
room, the sound is very jittery. Other phones like Polycom 501 and Snom 360
sound fine when using meetme.
Both Linksys phones are set to use the default g711u (ulaw) codecs.
Adjusting the jitter buffer and jitter level settings to various values
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
2009 Nov 23
1
Meetme 'o' - what actually it does..??
Hi
Can someone explain me what is the purpose for MeetMe Option 'o'..
If I defined 'o' with MeetMe option or If not defined with MeetMe option...
What is the difference between these two if defined or not defined MeetMe
'o' option...
--
Regards,
Chandrakant Solanki
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2008 Mar 04
1
Clustering Meetme over multiple boxes?
Has anyone here done any work on clustering Meetme conferences over
multiple Asterisk boxes? The scenario I am thinking of is where there are
two or more boxes connected to a set of PRIs that all answer to the same
PSTN number, and where it's not possible to know in advance on which box
a call would arrive. So it would be possible to have some calls on one
box and some on another, that should
2009 Sep 27
1
MeetMe Hints
I've got hints setup for my MeetMe conferences like so:
exten => _60X,hint,MeetMe:${EXTEN}
and they show up in "core show hints" like so
600 at dialtone : MeetMe:600 State:Unavailable
Watchers 1
_60X at dialtone : MeetMe:${EXTEN} State:Unavailable
Watchers 0
I'm wondering why they're Unavailable instead of
2006 Mar 08
1
Location of MeetMe Recordings
In Asterisk 1.2.4 is love being able to recording conferences. However,
using the default variables, the files are being written to
/var/lib/asterisk/sounds instead of /var/spool/asterisk/meetme.
If I change MEETME_RECORDINGFILE variable to something different in works,
bit I lose the ability to define CONFNO as part of the file name, which is
handy when sorting for users to review. I call meetme
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 12
3
MeetMe issues?
Hi all,
i have a setup with chatrooms, several MeetMe conferences wich users can
change inbetween. 10 users maximum in each room.
It seems like when i have more than 40-45 users on the system at the same
time asterisk drops abt 20 and continnues buisness as usual.
Is there anyone else who have run inte this problem? Any solutions?
It would me neat to hear about peoples experiences with MeetMe,
2007 Mar 31
2
Meetme question
Hi,
I'm experimenting with the Meetme feature of Asterisk 1.2,
exten => 2095,1,MeetMe(|Ds)
This almost gives me what I want, where each employee can create their own on-the-fly conferences with a personal Conference Number and PIN. However, as the PIN is actually set by the first callee, then its subject to problems (first callee might enter the wrong PIN, and then no-one else can
2013 Oct 01
1
meetme conference password and time limitation
Hello;
We need to have admin page, so the administrator can create passwords to be used to join the meetme conferences and can determine the allowed time ..?
Well, the admin interface can be done easy (I do not know if there is something ready), and the password and the time limitation can be added to the database (or even text file), but how asterisk can use it? Do I need to use the AGI to
2007 May 24
3
meetme sounds
I am playing around with dynamic meetme conferences, and wanted to have
one person constantly in the conference, with calls "popping in and out".
Is there an option / any way of playing enter / leave sounds to the
person who created the conference only, and not the people leaving /
joining ?
TIA
Julian.