Displaying 11 results from an estimated 11 matches for "meetme_recordingfil".
Did you mean:
meetme_recordingfile
2007 Sep 20
1
Paging MEETME_RECORDINGFILE Variable
...;"]?11:12)
exten => s,11,Set(pagedevice=${pagedevice}&${ARG2})
;Add Call Info for GrandStream Phone on the PA system
exten => s,12,SIPAddHeader(Call-Info:answer-after=0)
;Add Alert-Info for all Polycom Phones
exten => s,13,SIPAddHeader(Alert-Info: Ring Answer)
exten => s,14,Set(MEETME_RECORDINGFILE=custom/paging/campuslastpage_$
{RAND(1|100)})
exten => s,15,NoOp(${MEETME_RECORDINGFILE})
exten => s,16,Set(CALLERID(all)=System Page <1010>)
exten => s,17,Page(${pagedevice},r)
exten => h,1,System(/var/lib/asterisk/scripts/mail_lastpage ${ARG1} $
{MEETME_RECORDINGFILE})
exten...
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 t...
2008 Jan 15
3
Meetme recording
Hello,
Is there a way to change the format from the default?
'r' - Record conference (records as ${MEETME_RECORDINGFILE} using format
${MEETME_RECORDINGFORMAT}). Default filename is
meetme-conf-rec-${CONFNO}-${UNIQUEID} and the default format is wav. -
requires chan_zap.so
Many thanks
********************************************************************
This email and any attachments are confidential to the inten...
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...
2009 Jun 05
5
How run AsyncAGI commands in background
...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 => _1.,n,Set(MEETME_RECORDINGFILE=${EXTEN:}-${UNIQUEID:})
exten => _1.,n,MixMonitor(${MEETME_RECORDINGFILE}.wav)
exten => _1.,n,Meetme(${EXTEN},qdx);
exten => _1.,n,Hangup();
It works fine:
Incoming channels are sent to meetme by an external application, which
receives events by AMI and decides what meetme to use, makin...
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 using (,r,) so the
conference number is not defined yet.
My /etc/asterisk/asterisk.conf file is set to point to /var/spool/ast...
2007 Jun 27
1
Zap dialling issues
...---------------------------
;Calling a local extensions mailbox
exten => _*7XX,1,Set(Extension=${EXTEN:1})
exten => _*7XX,n,Goto(directtovoicemail,s,1)
;------------------------------------------------------
;Static externaly accessable Conference room with recording
exten =>
599,1,Set(MEETME_RECORDINGFILE=/var/spool/asterisk/monitor/conference-50
0-${EPOCH});
exten => 599,n,MeetMe(500,cMr,4081)
exten => 599,n,Hangup
;Dynamic Conference rooms for internal users to transfer callers to
exten => _5XX,1,MeetMe(${EXTEN},cMd)
exten => _5XX,n,Hangup
exten => 6000,1,Dial(zap/0418608609)...
2009 Sep 16
3
[asterisk-dev] MeetMe in Macro
...i?:
>
> Hi people, I have the following context in my dialplan:
>
> [macro-meetme-part]
> exten => s,1,Set(PART_OPT=${ARG1})
> exten => s,n,Set(CONFNRO=${ARG2})
> exten => s,n,GotoIf($[${ISNULL(${ARG3})}]?start:rec)
> exten => s,n(rec),Set(MEETME_RECORDINGFILE=${ARG3}-${CONFNRO})
> exten => s,n(start),MeetMe(${CONFNRO},${PART_OPT})
> exten => s,n,Noop(Next Line)
>
> The problem I have is that after the user hangs up the phone, the
> dial plan doesn't go to the next line, but it shows the message:
> /"...
2013 Feb 16
1
Dial failed due to trunk reporting BUSY - giving up
Hi
this message give me when I calling a number than actually not busy:
"Dial failed due to trunk reporting BUSY - giving up"
max channel is unlimited and sometimes it dial number ok but most of the
time it gives me this error.
Please inform me how can solve this problem.
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
...Digits(${CALLERID(num)})
exten = s,n,Playback(is-set-to)
exten = s,n,SayDigits(${toext})
[macro-conference]
exten = s,1,Answer
exten = s,n,Wait(1)
exten = s,n,Set(CONFNO=${IF(${ISNULL(${ARG1})}?${MACRO_EXTEN}:${ARG1})})
exten = s,n,Set(OPTION=${IF(${ISNULL(${ARG2})}?cMps:${ARG2})})
exten =
s,n,Set(MEETME_RECORDINGFILE=/var/spool/asterisk/meetme/conference-${CONFNO}-${TIMESTAMP}-${UNIQUEID})
exten = s,n,Meetme(${CONFNO}|${OPTION})
exten = s,n,Hangup
[macro-dialout]
exten = s,1,Set(TOUCH_MONITOR=${TIMESTAMP}_${CALLERID(num)}-${ARG1})
exten = s,n,NoOp(CID_NAME : ${CID_NAME})
exten = s,n,NoOp(CID_NUMBER: ${CID_NU...