Displaying 20 results from an estimated 800 matches similar to: "Meetme recording"
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 Jan 17
0
Paging Recording File
I am looking to see if anyone has seen this problem before. I am
setting the MEETME_RECORDINGFILE variable in a macro, then using the r
option with the Page application to record the page. But the page is
only recorded to the file specified in MEETME_RECORDINGFILE
sometimes... Sometimes it works and sometimes it doesn't. When it
doesn't work it places the recorded file in
2014 Jan 23
1
mixmonitor extension
hi,
which file extensios are supported in mixmonitor application?
https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Application_MixMonitor
can i record to Opus?
--
---------------------------------------
Marek Cervenka
=======================================
2008 Jan 01
3
[1.4 + FreeBSD 6.2] Playing WAV PCM file?
Hello
Happy New Year! I succesfully installed the Ports of Zaptel BSD 1.4.0
and Asterisk 1.4.13 (that's the latest in the Ports). To save CPU, I'd
like to play PCM WAV files instead of eg. GSM. Per...
www.voip-info.org/wiki/view/Convert+WAV+audio+files+for+use+in+Asterisk
... I recorded a sample of my voice using XP's Sound Recorder, then
ran the following :
sox test_wav.wav -r
2007 Sep 20
1
Paging MEETME_RECORDINGFILE Variable
I am having a weird issue with setting the recording file for the
Page app. Here is some quick background info
I have a macro that pages all my phones:
[macro-pageall]
; Context for paging all devices.
; This will search the sip table in the realtime database
; for all phones that start with a number. That number is
; passed to this macro as ${ARG1}.
;
; ARG1 = The
2003 Oct 23
1
How to write sound file with G723.1 codec or G729 codec
Hello, all
How can I write sound file with external G723.1 codec ( actually I have CISCO that can make H323 call to Asterisk box with G723.1 or G729 codec ) I am trying to start Record application by specifying in extensions.conf
[writesound]
exten => s,1, Answer
exten => s,2,Record(soundexample:g723sf) or ...... ( soundexample:g729)
I'am using oh323 channel driver, in oh323.conf
2012 Jan 23
1
ConfBridge details
running Asterisk 1.8.9.0-rc2, what are the ways to interface with
ConfBridge ?
I see the CLI command 'confbridge' documented for asterisk 10, but i
dont see how to interface with confbridge on 1.8
What I'm trying to do is keep track of conferences that are used.
I tried something like the below, but not only does Confbridge not
return, but i'd need something that erases the
2007 Jan 19
1
meetme ${DATETIME} variable update
Hi i am experiencing this problem:
MEETME_RECORDINGFILE=/data/asterisk_data/_${DATETIME}_CONFERENCE
exten => 9999,1,MeetMe(666|1Arxq)
exten => 9998,1,MeetMe(666|1Axq)
exten => 9997,1,MeetMe(666|1xq)
I make a conference between 3 person dialing
A dials 9999
B dials 9998
C dials 9997
all works fine but the datetime won't be updated, it still remain for
example 13:40 until i do a
2007 Mar 15
1
asterisk n-way call problem
Hi,
i am using the n-way-call dialplan solution found on voip-info. i have
added its entry in applicationmap of features.conf file. the problem
is......its not working. to activate the n-way call i dial *0 but nothing
happens. i have played around with dtmf and codec settings but no success.
the extensions and sip configuration is below if you want to have a look. I
dont have any clue why its not
2007 Apr 23
1
problem with 3-way conferenicing
Hi,
I am trying to achieve 3-way conferencing taking hint from wiki link
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO
Here is the scenario:
1. user "ua1" calls user "ca1"
2. "ua1" then presses the feature code "*0" to redirect "ca1" to
conference room 300
3. "ua1" then dials the user "33"
4. user
2011 Jun 02
1
Three-way conference in Asterisk
Hi
How to set a threeway conference in asterisk only for VOIP (I am
using only SIP channel).
Thanks
Nikhil
2009 Jun 05
5
How run AsyncAGI commands in background
Hi all,
I have an external application commanding asterisk by AMI and AsyncAGI. I
also have a dialplan like this:
; AsyncAGI extensions
exten => _8.,1,Noop(entering in AGI loop at 8 ${EXTEN});
exten => _8.,n,AGI(agi:async);
exten => _8.,n,Hangup();
; Meetme extensions
exten => _1.,1,Noop(Conference ${EXTEN} ${CONTEXT});
exten =>
2007 Aug 27
3
voip provider settings problem, please help
hi ppl, i'm using asterisk 1.2 because i'm making use of voiceone, but before i was using asterisk
1.4 and had the same problem, it concerns an italian voip/sip provider called eutelia/skypho, my
problem is the following one:
when i start my pbx my skypho account is working fine, meaning that e.g. incoming calls are shown
in the asterisk CLI and caller and callee can hear each other when
2015 Dec 22
2
asterisk 13 n-way call problem
Hello!
I need to use n-way call as it described here:
http://habrahabr.ru/sandbox/52259/
It is in russian, but dial plan is quite clear.
It works in asterisk 11:
-- Blind transferring OOH323/7272-6385 to '0' (context fromtransfer)
priority 1
-- Executing [0 at fromtransfer:1] NoOp("OOH323/7272-6385", "") in new
stack
-- Executing [0 at fromtransfer:1]
2005 Aug 11
2
re: how to set the voice message as email attachment ?
Hi there,
I am using redhat 9.0 with asterisk 1.0.7.
I created an user and was be able to leave voice messages to that user
and retrieve the voice message. I looked the wiki and setup the voice
message as the email attachment. However, I have never received email with
the voice attachment. Here is the setting for voicemail.conf:
;
; Voicemail Configuration
;
[general]
; Default formats
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
Hi,
Ive been struggling with asterisk for a few days now. I understand
pretty much how it works and how to tie things together (SIP -> SIP
internally works fine etc), but just cannot get asterisk to work with an
X100P clone (its a Ambient MD3200, if that means anything to you guys).
I have tried (initially) asterisk 1.07 with zaptel 1.07, and now
Asterisk CVS-HEAD with zaptel cvs. Both give
2004 May 07
6
X100P keeping PSTN line Offhook
Happens quite often. X100P FXO card puts the PSTN line offhook, so that no
calls go out or come in. The outside callers get a busy siganl while inside
callers cant dial PSTN.
Its a DELL optiplex P3 128MB ram 500MHz processor.
Here is some more info: (see the zapata.conf in the end)
Please direct me where to look for problem.
Thanks!!!
========================================
pbx1*CLI> zap
2003 Jul 03
1
That is not a valid conference number meesage
I've just started trying to use this functionality and I get the invalid
conference number message. Any ideas?
I started out with:
exten => 7315,1,Meetme,1234
and
confno = 1234
and then tried:
exten => 7315,1,Meetme
and
confno = 1234
and enter 1234 at prompt.
All give the same message.
2007 Jul 17
5
Zap channels unavailable?
Hi,
Lately we've noticed that some Zap channels on one of our PRIs are
unavailable. We have 2 PRI lines with 60 channels in total. On the first
PRI there are currently 20 channels that are not being used for some
reason.
I tried googling around and found some similar problems but there really
was no solution (?). I'm not sure if this problem has occured now
because of more load on the
2004 Jul 11
1
Echo issues (again...)
OK... so I'm not sure what I'm looking at. I've had the good old echo
problems on my Rev C FXO again this morning, so I thought I'd attempt
some debugging, though I'm not sure what I'm looking at.
This call has echo.
Channel: 2
File Descriptor: 20
Span: 1I>
Extension:
Dialing: no
Context: incoming
Caller ID string: "External Call" <99999999>
Destroy: