Displaying 20 results from an estimated 1000 matches similar to: "meetme dies looking for conf-getconfno"
2009 May 16
1
howto set up persistent dynamic meetme
With 1.6.1, I'm trying to set up a test of meetme for creating dynamic
conferences.
extensions.conf:
[meetme]
exten => 2663,1,MeetMe(,De)
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 a PIN. Hangup.
Then users would dial
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
2004 Aug 27
1
No audio on PRI channel answered by Playback() or MeetMe()
Does Asterisk need a sound card or functional Console/dsp to answer inbound
DID number from PRI and playback .gsm files?
I can call from any of the SIP extensions on Asterisk and hear audio from
Playback(), MeetMe(), or MOH. The problem I am having with calls from my
PRI is as follows:
I have an Asterisk (CVS-HEAD-08/25/04-20:28:51) currently interfacing a
NEAX 2400 IPX with PRI. I have a
2003 Jun 23
1
(no subject)
Is this me or what?
-- Playing 'demo-congrats'
-- Executing MeetMe("H323:996", "") in new stack
-- Playing 'conf-getconfno'
== Parsing '/etc/asterisk/meetme.conf': Found
WARNING[17425]: File app_meetme.c, Line 151 (build_conf): Unable to open
pseudo channel
-- Playing 'conf-invalid'
-- Playing 'conf-getconfno'
2005 Sep 19
2
ztdummy configuration help
Upon setting up and configuring the my extension.conf, meetme.conf and
following the instruction outlined at this web page:
http://www.voip-info.org/wiki-Asterisk+timer+ztdummy
I get the following errors when calling the meetme number.
Executing Wait("SIP/216.53.118.2-f41196e0", "1") in new stack
-- Executing MeetMe("SIP/216.53.118.2-f41196e0",
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 =>
2006 Mar 03
1
Meetme Timing Interface
I have ztdummy installed:
Module Size Used by
ztdummy 3464 0
zaptel 218756 1 ztdummy
crc_ccitt 2176 1 zaptel
ohci_hcd 16388 0
floppy 49028 0
pcspkr 2180 0
piix 8580 0 [permanent]
ehci_hcd 24456 0
uhci_hcd 26256 0
rtc
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
2007 Mar 12
4
great problem with sounds and ztdummy
Hello
System:
Debian etch with kernel 2.6.18-4-686 or 2.6.18 custom.
Asterisk Version: SVN-branch-1.4-r55483M
Zaptel Version: SVN-branch-1.4-r2302
modules all ok in compilation time. And modules loaded:
ztdummy 5928 0
rtc 13364 1 ztdummy
zaptel 181540 1 ztdummy
crc_ccitt 3200 1 zaptel
In /dev/zap directory I have:
2011 Nov 09
1
ConfBridge 1.6.20 user count
Hi all,
I'm using ConfBridge within Asterisk 1.6.20 and want to record the
conference, so I'd like to start the recording when the second user joins,
so in the example below, for example, how can I get the current user count
in ConfBridge 3000?
[conferences]
;authenticated conference (ext C-O-N-F = 2663)
exten => 2663,1,Answer
same => n,Wait(1)
same => n,Authenticate(143382)
2008 Feb 05
0
meetme with ztxen - WARNING[10725]: app_meetme.c:772 build_conf: Unable to open pseudo device
Hi,
I have asterisk installed in the xen virtual server.
I installed zaptel 1.4.2.1 and patched it to have ztxen module.
I loaded ztxen module but when I try to invoke or call to my meetme
application
I get the following warning and negative result of connecting to conference:
[Feb 5 17:46:13] WARNING[10725]: app_meetme.c:772 build_conf: Unable to
open pseudo device
[Feb 5 17:46:13] --
2005 May 18
0
MeetMe -1 return Code - howto
I was searching for help on how to handle the errors that are returned
from the MeetMe application.
for instance.
1) if a user tries to join a conference that is locked, allison says that
the conference is locked and then comes back to the dialplan, however it
does not continue down the dialplan.
I have a meetme command on Priority 8, and the CLI says that it returned
non zero (as the wiki
2004 Aug 27
2
No audio on PRI channel answered by Playback() orMeetMe()
>-----Original Message-----
>From: Larry Shields [mailto:LJ.Shields@Verizon.net]
>Sent: Friday, August 27, 2004 12:20 PM
>To: asterisk-users@lists.digium.com
>Subject: [Asterisk-Users] No audio on PRI channel answered by
Playback() orMeetMe()
>If I assign the DID to ring extension SIP/2000 and then after time-out
send
>it to MeetMe() or Playback() it works and the caller
2013 Apr 18
5
ODBC dialplan looping problem
All,
Thank you in advance for any help.
I have a customer in need of a conferencing system. A requirement is for
users to each have their own PIN for the same bridge.
So, I put the list of users, PINs bridges into a MYSQL DB and used an ODBC
connector to parse the table.
Asterisk is connected and reads the rows as expected. The problem is that
if a user enters a PIN that is NOT in the table,
2006 Oct 25
0
Conference is Not Working.... with OpenSER And Asterisk
Hello Users,
Good Morning,
I'm doing on Conference Bridge with Asterisk + OpenSER with CBMySql
modules.
And I'm not Using the Zapptel Cards.
9001 ----------> dial 19001(conference Users)-------openSER --------->
Asterisk
------------------------------------------------------------------------
*In Extension.conf *
[from-sip]
exten =>
2009 Apr 26
1
file.c:655 ast_openstream_full: File /tmp/winkel-gesloten.alaw does not exist in any format
part of extensions.conf:
exten => 11,1,Answer()
exten => 11,n,NoOp(CallerID : ${CALLERID(all)})
exten => 11,n,Playback(/tmp/welkom-tcs.alaw)
exten => 11,n,GoToIfTime(09:00-17:59|mon-fri|*|*?open,s,1)
; wordt doorgerouteerd naar context open, maar indien gesloten :
exten => 11,n,NoOp(Oproep tijdens winkel gesloten)
exten => 11,n,Playback(/tmp/winkel-gesloten.alaw)
exten =>
2006 Jan 29
1
file.c:509 ast_openstream_full: File 100 does not exist in any format
Hi all,
look at these lines.
I created a queue named info when a caller (extension
86) place a call he is put on queue he sould hear MOH
.
What's the meaning of :
Jan 29 14:35:30 WARNING[2591]: file.c:509
ast_openstream_full: File 100 does not exist in any
format
Jan 29 14:35:30 WARNING[2591]: file.c:821
ast_streamfile: Unable to open 100 (format ulaw): No
such file or directory
Regards
2009 Dec 13
1
Unable to open file...
Hi List.
Don't know if I already posted about this problem but, if I have I apologize for the double post.
I am trying to test a time of day extension dialing 80, all I'm trying to test is if is morning I would like asterisk to say "Good Morning" but, when I run the test I get the following error message saying that the file doesn't exist and it does:
Night..............
2009 Nov 26
1
Unable to open sound file error
Hello.
I have a question regarind sound files in asterisk 1.6. I have a sound package in ulaw format and I would like to know if I have a sip extension with allow=alaw would asterisk convert that file to the codec the user is allowed to?
I am having a problem playing a file that exist in /var/lib/asterisk/sounds/es/good.ulaw
but asterisk is telling me it doesn't. Here's what I get when
2007 Apr 03
3
Adding DND to dialplan
Hello -
I've read Asterisk should be able to activate a do not disturb feature
to turn off the ringers on extensions. I checked the wiki and can't
find documentation for how to do it.
Here's my attempt, added to extensions.conf:
[dnd-on]
exten => _#78,1,Answer
exten => _#78,n,Wait(1)
exten => _#78,n,Macro(user-callerid,)
exten =>