Displaying 20 results from an estimated 10000 matches similar to: "Issue with SIP & QSIG phones in MeetMe conf room"
2017 Oct 16
2
Confbridge GUI?
Interesting. Are you using the included cbend.php script to terminate conferences?
I occasionally get questions about using WMM with Confbridge, and to date I have
not had an answer .
If you can provide details, even vague ones, about how you did it, I can update the
WMM package.
Dan
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at
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 Dec 24
1
How to create MeetME room with dialplan?
Hi,
Is it possible to create a meet me room on the go through dial plan? I am
looking to use AMI Originate to drop a call into meetme room and once it's
proved that party is joined, play him an announcement, grab few numbers from
them, and then dial a second number and drop into the same meetme room. The
reason to use this is to be able to know when the channels connected because
both
2006 Apr 12
1
SIP call hangup from asterisk CLI
Hi,
We are using Vicidial and sometime even when agent disconnects, outgoing
call originated by dialer is still active. Since call was initiated by
dialer and then bought into meetme conference of agent and we can't corelate
this call to any agent channel.
When agents are dialing, channels doesn't show calls
vicidial2*CLI> show channels
Channel Location
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 Oct 05
0
meetme don't play conf-invalid if room does not exist
Has anyone a solution for me
- with "Meetme(,Ms)" asterisk plays "conf-invalid" if a room not exist
- with "Meetme(123,Ms)" asterisk plays not "conf-invalid" if the room not exist and asterisk hangup
I am happy about any proposal.
Thanks
Daniel
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
2005 Feb 24
0
Caller in meetme room quiet (low level?)
I have encountered a frustrating problem with the meetme rooms and calls
entering the system on the Digium analog cards.
The typical scenario is:
Callers on SIP phones, X-lite, Eyebeam, Cisco 7960, IAXy
Callers entering the system from the PSTN via the digium Analog card
(TDM400P)
In the meetme room the SIP connections can all hear each other loud and
clear. The PSTN people can hear
2005 Mar 22
0
ANNOUNCEMENT : MeetMe - Web-MeetMe (throughmanager)
Cool! I'm still away from the office, but I was starting to
work towards syching meetme2 up to the version of meetme in
* 1.0.7. It is over a 2000 line diff, ignoring the database
integration code, so it was looking like a not too trivial
task.
One question though, how difficult will it be to extend your
latest version with the scheduling features I built on top
of you previous version? I
2006 Nov 03
0
*****SPAM***** Meetme Conference Rooms
Software zur Erkennung von "Spam" auf dem Rechner
priamus.teamware-gmbh.de
hat die eingegangene E-mail als m?gliche "Spam"-Nachricht identifiziert.
Die urspr?ngliche Nachricht wurde an diesen Bericht angeh?ngt, so dass
Sie sie anschauen k?nnen (falls es doch eine legitime E-Mail ist) oder
?hnliche unerw?nschte Nachrichten in Zukunft markieren k?nnen.
Bei Fragen zu diesem
2009 Oct 17
3
Possible bug in app_meetme.c
Is this patch correct? The "&&" doesn't make logical sense to me. I think
it should be "||" and making this change fixes the problem I have with SIP
phones in MeetMe conferences. If it's correct, is there someplace more
formal that I should submit it to?
*** app_meetme.c.old 2009-10-11 17:56:44.000000000 -0400
--- app_meetme.c 2009-10-17
2017 Oct 13
2
Confbridge GUI?
I have a very old server that is used only for conferences on
Meetme. To manage the conference rooms we use Web Meetme. Now it is
time to upgrade everything but since Meetme is no longer available I
need to find a replacement GUI to manage the conference rooms. Anyone
know a solution that works with Confbridge? I found "Asterisk
Confbridge Manager" from a russian company but it
2007 Mar 12
2
Create meetme conference rooms on the flight.
Hi all,
Anyone know how to dynamically create meetme conference rooms on the
flight? I remembered a while ago there was a switch that tell meetme to
create the conference room is the room is not defined in the
meetme.conf. It doen't seem to be working for me anymore.
Thnx
2009 Oct 16
1
Mixing SIP/TDM in MeetMe
I sent a query about this before, but have some further information and am
hoping somebody has a suggestion as to what to try next to debug this.
I'm using an Asterisk box primarily for MeetMe conferencing. There are
two sources: TDM via two Q.SIG T1's and SIP phones. Conferencing works
fine between TDM channels. But when a SIP phone calls the conference,
there's no voice path *to*
2006 Nov 26
0
Dialout to Meetme Fails?
I'm trying to use Asterisk (v1.2.11) make a callback that dials both
legs of the call into a Meetme() room together, but I keep getting
"conf-invalid" messages.
I created a callfile (/var/spool/asterisk/outgoing/out.call) that
specifies a Local channel (extension) which contains a Dial() command to
the "dialer", and an extension which contains a Dial() command to the
2009 Nov 12
0
AST_CONFIG, MEETME_INFO and meetme.conf
Hello,
To make my dialplan more robust, I thought I wouldn't include any
meetme-specific rules and I would exlusively rely on meetme.conf data.
For each dialed number, I would check if this number is used as a conference
room number in meetme.conf.
When I'm trying to implement this, I can see that :
1. AST_CONFIG is not convenient to parse lines like "conf=>1234", as
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
2009 Sep 01
0
MeetMe and dedicated conference room phone
I've googled and not quite found what I need, so...
I have a conference room phone that I would like to make behave as
follows:
- when a call comes to that extension:
answer the call
put the call in a static MeetMe room with option 'w'
ring the phone by SIP
and when the phone picks up, put it in the same MeetMe
room as the marked call.
if subsequent calls come in, they are put
2009 Nov 03
0
Redirecting Calls and MeetMe Rooms
Hello everybody,
using the manager api (via asterisk-java) I originate a call with
application MeetMe to some extension (IAX). The agent joins the meetMe
room on answering that incoming call. So far so good.
Now I'd like to redirect that agent from the meetMe room to another
meetMe room *only by using the manager api*. Is that idea possible to
realize? Or has the agent to be involved?
2004 Aug 27
1
does agi wait for digit work in a meetme room ?
I'd like to monitor key press in a meetme room.
Is it possible when connecting one side of a local channel
in the meetme room and the other side of the local channel
to an agi with the command "wait for digit" ?
Thanks
Eric