similar to: RC2: Where is parking.conf and MeetMe app ?

Displaying 20 results from an estimated 20000 matches similar to: "RC2: Where is parking.conf and MeetMe app ?"

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 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?
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
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
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
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
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
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
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
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)
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
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 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)?
2006 Jun 27
1
Meetme + Sangoma issue?
New server, running 1.2.9.1 with a Sangoma 4 port T1 card, wanpipe rev 2.8.4. I get this message after using a MeetMe room a few times: Jun 27 18:37:23 WARNING[1054] chan_zap.c: Unable to open '/dev/zap/pseudo': No such file or directory Jun 27 18:37:23 ERROR[1054] chan_zap.c: Unable to dup channel: No such file or directory Jun 27 18:37:23 WARNING[1054] app_meetme.c: Unable to open
2003 Oct 13
2
Problems with MeetMe.
Good afternoon, I'm trying to use MeetMe in an AGI script written in Perl, as follows: print "EXEC MeetMe 2000|p \n"; $res = checkresult(); The problem that I have is that when a user press '#' in order to exit from the conference, everybody goes out. This is randomized because sometimes doesn't happened. My current version of asterisk is: Asterisk
2009 May 21
2
MeetMe not working with GSM codec?
Hi, I am not sure if I am doing something wrong, but I can't get MeetMe to work with GSM codec (Asterisk 1.6.1 SVN r190371). My config files below: ---- sip.conf: ---- [general] context=common canreinvite=no bindport=5060 bindaddr=78.105.1.127 disallow=all allow=alaw allow=gsm rtptimeout=600 rtpholdtimeout=3600 rtpkeepalive=30 nat=no jbenable=yes tcpenable=no realm=dev-sip.wima.co.uk
2004 Aug 19
1
Inband announcement of parking slot from app _parkandannounce?
Couldn't see the forrest for all the fascinating tree-like applications that are out there: For future reference, see: http://www.voip-info.org/wiki-Asterisk+call+parking :-) -----Original Message----- From: Kris Boutilier [mailto:Kris.Boutilier@scrd.bc.ca] Sent: August 11, 2004 1:10 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Inband announcement of parking slot from
2006 Mar 24
1
Problem with MeetMe Conference!!!
Hi all I want to use conference in Asterisk. I configure a conference room in meetme.conf (as conf => 600,1234) and extensions.conf as (exten => 600,1,MeetMe(600,i,1234)) . When i call the extension 600, i have the following message in the asterisk logs: WARNING[7758]: pbx.c:1688 pbx_extension_helper: No application 'MeetMe' for extension (conference, 600, 1) == Spawn extension
2010 Jan 11
1
MeetMe Conferencing - Announce your own join/leave to yourself and other conference members
Hi all, I'm trying to get the MeetMe system to take a caller and announce to them they've joined the conference in addition to the other members of the conference assuming previous members of the conference >= 1. I can see where the meetme.c app actually processes it using the ast_pthread_create_background(&conf->announcethread, NULL, announce_thread, conf); function. The