similar to: MeetMe option question

Displaying 20 results from an estimated 7000 matches similar to: "MeetMe option question"

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
2004 Mar 31
4
ANNOUNCEMENT : MeetMe Web User Interface
Hello Asteriskos, Screenshot: http://www.areski.net/asterisk-meetme/about.php The goals of this application is to control your audience/users in the conference room. That will allow you to have a visual presentation and to control the conferences over the net. A lot of changes has be made to app_meetme to keep some conferences informations into a DB and to check through if some properties has
2004 May 18
1
Dial and MeetMe on the same channel
Hello everybody, I would like to know whether it is possible to run Dial and MeetMe commands simultaneoously on the same channel. I am using a C AGI as below but it seems to me that only the first command that is called in the agi is executed. ........... // Pr?paration de la commande pour l'appel du client fprintf(stderr,"%s%s",numtocall," is the number to
2009 Jun 21
1
Meetme Talker Optimization
Hello, all. I've been playing with MeetMe and talker optimization seemed like a great idea. I activated it as follows: exten => 201,1,MeetMe(100201,cTo) However, although I can see who is the talker on the CLI pbx01*CLI> meetme list 100201 User #: 01 1001 Denise Dion-Sullivan Channel: SIP/1001-1e1db7c8 (not talking) 00:00:33 User #: 02 1000 John A. Sullivan III
2003 Nov 15
10
MeetMe problem
Hi guys, Having a bit of a problem trying to get conference bridges working. In my meetme.conf file I have the following line [rooms] conf => 6000 In my extensions.conf file I have: exten => 1000,1,MeetMe,6000 My problem is that when I dial into extension 1000 it is telling me "this is not a valid conference number". Can anybody telling me what I'm doing wrong here?
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 =>
2007 Apr 18
2
MeetMe Error
Hi! i have an error using the meetme aplication, and just dont work.. my meetme.conf is: [rooms] conf = 700 i calling from a sip phone, the extension number is 600. there is the error: Executing [700@numberplan-custom-1:1] MeetMe("SIP/600-09111e58", "700|MI") in new stack WARNING[20055]: channel.c:3024 ast_request: No channel type registered for 'zap' WARNING[20055]:
2006 Apr 20
1
MeetMe: lots of buffer overruns/underruns when connecting over IAX
Hello, Situation: I've got two asterisk 1.2.4 servers, connected to each other over the internet with IAX2 with about 20msec delay. One of the servers is hosting MeetMe. It's working fine as long as only SIP phones connected to the meetme server participate in the conference. As soon as a participant using IAX2 is connecting, lots and lots of buffer overruns and underruns are
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 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
2003 Sep 25
7
Meetme question
Ok.. I got * and SIP working internally now .. still wrestling with connecting two remote * pbx's together.. I'll save that for another day though :) I setup Meetme on this new * PBX, but when I try to dial to join the conference, I hear a recording saying the conference is invalid or something to that effect. Here's a copy of my log files: == Parsing
2007 Jul 30
5
Silly MeetMe() question.
I've got the ztdummy kernel module loaded and seem to have all the desired prerequisites in place, but Asterisk never seems to compile with MeetMe() application support enabled, nor does there appear to be a module I am failing to load that would contain this application. Is there something really obvious I am missing? Thanks, -- Alex Balashov Evariste Systems Web :
2006 Oct 24
10
Meetme... No channel type registered for 'zap'
When I call meetme: exten => 1000,1,Answer exten => 1000,n,Meetme(|||d) Asterisk is complaing with: -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in new stack -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", "|||d") in new stack -- Playing 'conf-getconfno' (language 'en') Warning, flexible rate not
2009 Mar 18
1
Video phone crashing meetme on asterisk 1.4.
Hello, I am running asterisk 1.4. For argument's sake I have 4 telephones. 2 support video, 2 do not. Calls between phones work fine and codecs are properly negociated. I have videosupport=yes in sip.conf and when the two video phones communicate I have video. I call meet me with this command EXEC MEETME 1234|d SIP looks like this : -- AGI Script Executing Application: (MeetMe)
2005 Feb 09
2
Problem with meetMe
I try to use meetme app after reading manual i compile and install zaptel with ztdummy when i make lsmod i have ztdummy 2532 0 (unused) wcusb 20064 0 (unused) zaptel 179168 4 [ztdummy wcusb] usb-uhci 26348 0 [ztdummy] usbcore 51616 0 [wcusb usb-uhci] after it i recompile asterisk and after it i have
2005 Jun 16
1
MeetMe ERROR "Unable to dup channel"
I would us Meetme for conferance SIP-->SIP fist. my Meetme.conf: [rooms] conf => 9999 my extensions.conf: exten => 9999,1,MeetMe(9999) But : == Parsing '/etc/asterisk/meetme.conf': Found Jun 16 10:33:22 WARNING[12100]: chan_zap.c:916 zt_open: Unable to open '/dev/zap/pseudo': No such file or directory Jun 16 10:33:22 ERROR[12100]: chan_zap.c:6969 chandup: Unable
2006 Jun 03
4
Meetme versus app_conference
As stated here: http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+MeetMe A Meetme room uses Ulaw as the audio codec, so if the other channels use different codecs, then * will transcode. Does the app_conference application works the same way? Or if i have SIP/g729 users and i create a conference with other users also at g729 asterisk will not transcode (when using app_conference)?
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
2007 Aug 23
2
meetme conference problem
Hi, im using asterisk-1.2.24 and zaptel-1.2.20, im having a problem running meetme conference, when i try to call meetme i get this from the asterisk console Aug 24 00:14:12 WARNING[15466]: pbx.c:1720 pbx_extension_helper: No application 'MeetMe' for extension (sample, 65000, 1) i recompiled my zaptel and asterisk, but the app_meetme file still didn't install, what am i missing
2006 Mar 02
1
IAX Video and Meetme
Hi I'm browsing around the internet looking for signs that the IAX client library and app_meetme support video. I stumbled across this post by SteveK on the 27th of Feb 2006. "My company is looking to hire a full-time developer, who will be working about 25-50% of the time on iaxclient; in particular to finally integrate, build, polish and enhance video in iaxclient, add video