Displaying 20 results from an estimated 900 matches similar to: "Playback all the sound files"
2010 May 17
1
SIP SRV Registration problem
Hello, all,
I have a Linksys 3102 from a VoIP provider. It use SRV record to
register to the provider's SIP server.
When I configure this line into my Asterisk, the register doesn't work
if I use their domain name.
So it like this:
If I use register => user:pwd at proxy.provider.com
then I got:
[2010-05-17 11:47:19] WARNING[2366] chan_sip.c: No such host:
proxy.provider.com
2010 Oct 29
1
trixbox - sip trunk with voipwise
Hi,
No matter I try, I can not register to Voipwise with Trixbox. It is always
in "unregistered" state in sip registry. Here is my last sip trunk
configuration:
PEER DETAILS:
allow=g729
bindport=5060
disallow=alldtmfmode=rfc2833
fromdomain=sip.voipwise.com
fromuser=username
host=sip.voipwise.com
insecure=very
maxexpirey=120
pickupgroup=1
port=5060
secret=pass
type=peer
2010 Apr 22
4
More efficient dial plan for a list of selective inbound numbers
I have a list of CLIDs prefixes that I want to use in a context.
Basically, I want to do this but the list of prefix numbers is much longer.
List of prefixes (556,557,557,989.....)
[custom-inbound]
exten => _556,1,answer
exten => _556,n,playback(beep)
exten => _557,1,answer
exten => _557,n,playback(beep)
exten => _558,1,answer
exten => _558,n,playback(beep)
exten =>
2010 May 04
6
Interesting email project.
Hey all.
My boss asked me to implement the following
When DID 713xxxxxxx is dialed send an email to mmosier at xxx.com. with the
time date and CID included in the email. I know how to code some but am
looking for the best way to do this.
Sorry I might have asked this a couple months back. I forgot.
Mmosier
Houston
Respectfully
Michael D Mosier
Ftoc Certified
-------------- next part
2011 Jan 27
1
chan_sip bug? (Asterisk 1.4)
Today I upgraded my Asterisk to the new 1.4.39.1. One of sip trunk stop
working after the upgrade. Here is the sip debug:
---------------------------------------------------------------------------
<--- SIP read from 208.65.xxx.xxx:5060 --->
INVITE sip:1778xxxxxxx at 10.11.22.77:5060 SIP/2.0
Via: SIP/2.0/UDP
208.65.xxx.xxx:5060;branch=z9hG4bK-d8754z-d9175178645e9146-1---d8754z-;rport
Via:
2011 Jan 28
0
asterisk-users Digest, Vol 78, Issue 66
It may have gone to sleep.
Chris Cooper
Systems/Network Administrator
EFC International
1940 Craigshire Blvd
St. Louis, MO 63146
US
Phone - 314-439-4325
Fax - 314-439-4443
Mobile - 314-402-8912
-
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of asterisk-users-request at lists.digium.com
Sent:
2007 Mar 31
1
Problem with S4 inheritance: unexpected re-initialization?
Dear all,
To explain my problem I am attaching a demonstration package "myclasspkg":
I have the following two S4 classes with similar inheritance:
SubSubClassA <- SubClassB <- BaseClass
SubSubClassB <- SubClassB <- BaseClass
In R I am calling the following functions:
> library(myclasspkg)
> subA <-
2005 Aug 31
1
tcl/tk return problem
Hello,
I'm very new in working with tcl/tk in R and have a problem which will
probably
sound silly to most of you.
Here is the code I have problems with:
readcelfiles <- function()
{
require(tcltk)
tt <- tktoplevel()
tkgrid(tklabel(tt,text="Choose a directory!"))
OnOK <- function()
{
fileDir<-tclvalue(tkchooseDirectory())
data.raw <-
2010 Jan 27
2
CDR problems with Queue
Hi,
I'm having problems with CDR's and Queues in Asterisk 1.6.1.
Heres three examples:
Normal call:
User A calls in to asterisk, gets a PlayFile, and hangs up. This gives 1
CDR as expected.
Call to a Queue and then a playfile afterwards:
User A calls into asterisk, goes into a queue, asterisk calls user B. When
user B hangs up a CDR for User A is generated. (no CDR for user B)
2005 Mar 04
3
Extremely slow during browsing some directories
hi,
I am quite new on using Samba and sorry maybe ask a silly question here. I
set up simple Samba server on Fedora3 using the samba rpm package comes with
fedora3( version 3.0.10-1.fc3). I use the SHARE security level to make
things easier. Everything goes fine so far, except that for some windows
user, some times, on browsing some directories, it takes extremely long time
to display the
2008 Apr 10
2
variable containing name of current module?
Does puppet export a variable containing the name of the module
currently being processed? That is, if i''m reading the file
"modules/ntp/manifests/whatever.pp", is there any puppet variable
containing the string "ntp"?
That''s the entire question --- here''s the context in case it helps:
I have a wrapper function which implements a search path for
2016 Oct 18
2
Say duration of alaw file?
I can get the size of a ulaw file using STAT.
And I can get the duration in seconds by doing filesize/8000.
Your tea-break challenge is to help me find the shortest most
Asterisk-like way of saying:
"The following file is [<n> minutes and] <s> seconds long".
...without referring to external applications!
Yes, I'm aware of the math behind it, but I was hoping for a
2008 Apr 23
1
pdf() and histogram() in function call
Here is a function I wrote. It runs no problem, but generate empty pdf
files.
I can't find what is the problem.
create.pdf<- function(x, dir)
{
dir.create(dir, showWarnings = FALSE)
plist<- c("a", "b" , "c", "d")
for(j in plist)
{
filedir<- paste(dir, "/", j, ".pdf",
2010 Feb 19
1
transcoding with TC400P
Hello,
I have transcoding card TC400P installed in server running Debian with
Asterisk 1.4.23. Everything seams to be fine and after I boot up
server I see in dmesg:
7.590966] Zapata Telephony Interface Registered on major 196
[ 7.590966] Zaptel Version: 1.4.12.1
[ 7.590966] Zaptel Echo Canceller: MG2
[ 7.610963] zttranscode: Loaded.
[ 7.618969] wctc4xxp: tc400b0: Attached to
2010 Feb 02
2
finding files whose name does NOT contain a given character
Unluckily I dela with miRNA files whose name may contain the character "*".
Because of the special meaning of "*" I have to remove it.
I found out how to make list.files() extract only those file names which contain a "*"
Namely:
# list.files(pattern="\\*")
Now I have to process all files whose name does NOT contain the character "*".
I cannot
2015 Apr 22
2
semi-OT: t-bird mime type on .pdf attachment is wrong
I was sending my manager a copy of a form, and attached it (not inline),
using -t-bird, and he complains it didn't want to open. Looking at the
message source, t-bird had decided that the mime type was all/allfiles,
though the name ended in .pdf. I've searched via the config editor, and
I've been googling, and not finding anything. (I just *adore* the current
google: I have
2017 Mar 15
4
[Proposal][RFC] Epilog loop vectorization
On 03/14/2017 07:50 PM, Adam Nemet wrote:
>
>> On Mar 14, 2017, at 11:33 AM, Hal Finkel <hfinkel at anl.gov
>> <mailto:hfinkel at anl.gov>> wrote:
>>
>>
>>
>> On 03/14/2017 12:11 PM, Adam Nemet wrote:
>>>
>>>> On Mar 14, 2017, at 9:49 AM, Hal Finkel <hfinkel at anl.gov
>>>> <mailto:hfinkel at
2007 May 12
1
Newbie's question
Hi guys,
I've brand new to the R scene.
I have hundreds of csv files that has field 1 ,YYYY/MM/DD as index
How to generate a graph of distribution and calculate the standard deviation
of field2 for all of the files in a directory?
I'm wondering if R could do this.
Thanks a lot.
--
View this message in context: http://www.nabble.com/Newbie%27s-question-tf3730746.html#a10442845
Sent from
2017 Mar 14
4
[Proposal][RFC] Epilog loop vectorization
On 03/14/2017 12:11 PM, Adam Nemet wrote:
>
>> On Mar 14, 2017, at 9:49 AM, Hal Finkel <hfinkel at anl.gov
>> <mailto:hfinkel at anl.gov>> wrote:
>>
>>
>> On 03/14/2017 11:21 AM, Adam Nemet wrote:
>>>
>>>> On Mar 14, 2017, at 6:00 AM, Nema, Ashutosh <Ashutosh.Nema at amd.com
>>>> <mailto:Ashutosh.Nema at
2002 Jul 30
1
Ping is fine, cannot connect through Network Neighborhood
I am running Red Hat 7.3 and samba 2.2.3a
I can see the samba server in network neighborhood however when I try to connect I
receive the following error:
\\Puddles is not accessible
A network error has occurred. You might not have access to some network
resources
my smb.conf file is as follows:
[global]
workgroup = POND
encrypt passwords = yes
security = SHARE
[homes]
guest OK =