Displaying 9 results from an estimated 9 matches for "urlprefix".
Did you mean:
url_prefix
2011 Sep 16
1
download files using ftp: avoid error
I am planning to download a large number of files from some website. I am
using the following script.
files2down = c('aaa', 'bbb', ................)
for (i in 1: len)
{
print(paste('downloading file', i, ' of total ', len));
url = paste(urlPrefix, files2down[i], sep='')
destfile = paste (dest, 'inDir', files2down[i], sep='/' )
download.file(url, destfile, quiet = FALSE)
}
It works fine as long as the file is present. When the file is not present,
it exit from loop. Is there a way to continue looping if error occurs....
2007 May 03
1
Autologoff
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 13579 bytes
Desc: image001.png
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070503/c64c855a/attachment.png
2007 Jul 15
0
choppy sound when transcoding (after os update)
..._expr2.fl:376: warning: passing argument 1 of ?expr2_token_subst?
discards qualifiers from pointer target type
chan_agent.c: In function ?__agent_start_monitoring?:
chan_agent.c:393: warning: the address of ?savecallsin? will always
evaluate as ?true?
chan_agent.c:396: warning: the address of ?urlprefix? will always
evaluate as ?true?
[LD] chan_agent.o -> chan_agent.so
[CC] chan_iax2.c -> chan_iax2.o
chan_iax2.c: In function ?iax2_prune_realtime?:
chan_iax2.c:2050: warning: passing argument 1 of ?expire_registry?
discards qualifiers from pointer target type
2009 Aug 07
0
A problem with monitoring calls
...t to be used to record the calls (wav, gsm, wav49)
; By default its "wav".
;recordformat=gsm
;
; Insert into CDR userfield a name of the the created recording
; By default it's turned off.
createlink=yes
;
; The text to be added to the name of the recording. Allows forming a url
link.
urlprefix=http://host.domain/calls/
;
; The optional directory to save the conversations in. The default is
; /var/spool/asterisk/monitor
;savecallsin=/var/calls
Has anybody any idea of what could be wrong?
regards,
Hooman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http...
2009 Aug 08
1
A problem with recoding agents calls via monitor
...to be used to record the calls (wav, gsm, wav49)
; By default its "wav".
;recordformat=gsm
;
; Insert into CDR userfield a name of the the created recording
; By default it's turned off.
createlink=yes
;
; The text to be added to the name of the recording. Allows forming a url
link.
;urlprefix=http://host.domain/calls/
;
; The optional directory to save the conversations in. The default is
; /var/spool/asterisk/monitor
;savecallsin=/var/calls
as you can see I set createlink=yes so name of the recoding file should be
inserted in userfield column of cdr. But it doesn't work. because th...
2009 Oct 09
0
Asterisk Queue & Agent
...ber=>agent/3,,Agent 3
member=>agent/4,,Agent 4
member=>agent/5,,Agent 5
*agent.conf*
[general]
persistentagents=yes
[agents]
maxlogintries=3
autologoffunavail=yes
ackcall=always
endcall=no
wrapuptime=5000
musiconhold => default
updatecdr=yes
;recordagentcalls=yes
;recordformat=wav
;urlprefix=CALLCENTER
;savecallsin=/var/calls
custom_beep=beep
agent=> 1,1234,Agent 1
agent=> 2,1234,Agent 2
agent=> 3,1234,Agent 3
agent=> 4,1234,Agent 4
agent=> 5,1234,Agent 5
*FIRST QUESTION*:
if I comment in agent.conf parameters "recordagentcalls" I can record
conversion form...
2005 Oct 11
2
Pushing Javascript Helper to external file.
I have a table and when I mouseover a row I want a pop-up with some
additional information for that specific row (called remotely).
I can do this easily with something along the lines of...
onmouseover="<%= remote_function(:updated => "notediv", :loading => "
Element.show(''note'');", :url => {:action => ''get_note'', :id
2010 Jul 20
0
Got SIP response 603 decline, then the call hang up
...ble recording calls addressed to agents. It's turned off by default.
recordagentcalls=yes
;
; The format to be used to record the calls: wav, gsm, wav49.
; By default its "wav".
recordformat=wav
;
; The text to be added to the name of the recording. Allows forming a url
link.
;urlprefix=http://localhost/calls/
;
; The optional directory to save the conversations in. The default is
; /var/spool/asterisk/monitor
savecallsin=/var/spool/asterisk/monitor/Qcabina
ackcall=no
persistentagents=yes
;musiconhold=default
;###############################
autologoffunavail=yes
wrapupt...
2006 Jun 27
0
(no subject)
...to be used to record the calls: wav, gsm, wav49.
; By default its "wav".
;recordformat=gsm
;
; Insert into CDR userfield a name of the the created recording
; By default it's turned off.
;createlink=yes
;
; The text to be added to the name of the recording. Allows forming a url
link.
;urlprefix=http://localhost/calls/
;
; The optional directory to save the conversations in. The default is
; /var/spool/asterisk/monitor
;savecallsin=/var/calls
;
; An optional custom beep sound file to play to always-connected agents.
;custom_beep=beep
;
; --------------------------------------------------
;...