Displaying 20 results from an estimated 30000 matches similar to: "Function vs. Application?"
2009 Sep 22
4
Asterisk on a Beagleboard?
Hello
Out of curiosity, has someone managed to run Asterisk on a Beagleboard
for home-use?
www.beagleboard.org
As an alternative to a PC, it can be powered from a USB hub, so that
would make for a compact, fanless Asterisk server.
Thank you.
2008 Feb 05
3
[Softphones] ZoIPer vs. XLite?
Hello
I need to hook up someone's remote PC onto our Asterisk server over
the Net. There are firewalls on each side, so I figured it's time to
give IAX a try, and see if it's less of a pain to use than SIP. And
since IAX hardphones are pretty are, I guess I'll go softphone.
Apparently, the two most well-known IAX and SIP clients for Windows
are ZoIPer and X-Lite, respectively.
2008 Jul 01
1
User unable to use DTMFs?
Hello
A user seems unable to type DTMF in our Asterisk IVR menu. Can this be
due to their phone or PBX that disables DTMFs when a user is off-hook?
Thank you.
2003 Feb 24
4
Application Blocking
On my windows machine I use a software fire will called ZoneAlarm. One
feature I like Is the ability to block applications from using the net. I''ve
looked with Shorewall and wonder if it does, or was ever meant to. Not a
complaint, a curiosity.
Kev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 1572 bytes
2007 Oct 25
2
What to use instead of LookupCIDName?
Hello
When using LookupCIDName, Asterisk 1.4 says that it's
deprecated, and we should use "${DB(cidname/${CALLERID(num)})}"
instead, but I don't know how to use it:
;DEPRECATED exten => s,1,LookupCIDName
;ERROR
exten => s,1,${DB(cidname/${CALLERID(num)})}
I guess I should use this as a parameter to a function, but which one?
Thank you.
2008 Jan 08
6
[Zaptel] Checking that TDM card works?
Hello
Since TDM cards are known for being particular when it comes
to motherboards (PCI 2.2, etc.), I was wondering if there is a utility
that can check that the Zaptel driver works OK and can tell if the TDM
card is compatible?
That way, if an FXO module is not reporting an incoming call, we'd
know it's because of the Zaptel driver, and not something elsewhere.
Are "dmesg",
2008 Feb 26
2
Explain Cause of Error: manager.c: Accept returned -1: Too many open files
Hi List,
While I know that "upping" ulimit will fix the issue I am trying to understand what will cause it. I have a few set ups that are almost exactly the same yet some machines used to give this error often and others don't. I also noticed the error a lot more on my boxes running 1.4.X.
TIA.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Apr 21
2
Monitor not merging calls
I have setup Asterisk on 2 Fedora Core 8 machines, and have made it to record all incoming calls. One of the box that have Asterisk 1.4.18 is properly merging calls and the other box that has Asterisk 1.4.15 is recording the calls but not merging them, I have made sure that SOX is installed on the box.
Here is the Dialplan of both the machines :
exten => 1234,1,Answer()
exten =>
2007 Oct 21
2
Prompting for number when CID number not sent?
Hi
The first step I have to go through when users call into our
IVR is to handle the case where users' PBX hides their CID number. In
that case, I need to have them type their phone number (ten digits).
OTOH, those who call without hiding their CID number are sent directly
to the main menu.
How would I go about prompting users for their phone number?
Here's what I have at this point:
2006 Oct 30
3
Application 500 Errors
Configuration:
(2) Dual Core Opterons
8GB RAM
Apache used to balance 40 mongrel instances
We receive Application 500 Errors. Nothing suspect appears in the log, so we
are at a lost as to what to do next.
Any advice would be welcome and/or an explanation of what types of things
cause Application 500 Errors in mongrel.
Thanks!
- Jared Brown
-------------- next part --------------
An HTML
2008 Feb 22
1
[VOIP-Users-Conference] Re: Opinions please: Polycom IP 430 vs 330?
Let me add another variable into the mix...what about the Linksys
SPA-962? Good, bad or otherwise? The 32 button sidecar seems like a
deal at $80 street price.
Michael
On Fri, 22 Feb 2008 08:28:37 -0500, Matthew Brothers wrote:
>
>Michael Graves wrote:
>> I need to add a few phones to an existing installation. They have a
>> dozen IP430 at the moment. Does anyone feel that
2007 Nov 26
3
Correct syntax for IF()?
Hello
I've tried a bunch of things, but still get errors/warnings
when using the IF() function:
============== TEST #1
exten => h,n,Set(WAV_FILE=${IF($[ ${STAT(e,/tmp/${CALLTIME}.wav)}
]?${CALLTIME}.wav)})
[Nov 26 21:52:34] WARNING[5074]: func_logic.c:107 acf_if: Syntax
IF(<expr>?[<true>][:<false>])
============== TEST #2
exten =>
2007 Sep 06
7
SIP Debugging to separate log file
Hello, I'm working with our SIP provider to nail down some call quality issues
we're having, and they've asked me to provide SIP debug log files from our
asterisk server. Is there a way to make asterisk 1.4 output only SIP
debugging to a specific log file? Or it is best just to use tcpdump?
Thank you!
--
Jason Martin
Metrix Matrix, Inc.
785 Elmgrove Road, Building 1, Rochester, NY
2008 Feb 21
2
High CPU load after upgrading to 1.4
Hi,
Since I upgraded from Asterisk 1.2.18 to 1.4.17 I've been experiencing
high CPU utilization from the chan_sip module. I've notice the more sip
peers I have loaded, the higher the CPU load goes when there are no
active calls. I am currently using a Pentium 4 3.0Ghz with CentOS 4
Kernel 2.6.9-42.0.2.EL. I currently have 1558 sip peers loaded in
Asterisk and the current CPU load is
2007 Jul 31
3
Royalty for On Hold Music ?
Hi,
Is there any Royalty one needs to pay when using the inbuilt exisimg asterisk on hold music or when using any other mp3 from a music album.
I think we need to pay for the later, but I am not sure if we need to pay for the inbuilt asterisk(freepbx) on hold music.
--
Deepak
---------------------------------
Yahoo! Answers - Get better answers from someone who
2007 May 14
2
How to write data to astdb?
Hello,
I'm trying to fill CID data into the astdb using AsteriskWin32's
asterisk.exe, to no avail: The batch file stops after the first line, and
just waits:
----------------------------------------
rem c:\cygroot\mystuff>import.bat
rem
rem c:\cygroot\mystuff>C:\cygroot\bin\asterisk.exe -rx 'database put
cidname 123 "My cellphone"'
rem
rem Asterisk module
2008 Jan 20
4
IP Phone support SIP and IAX
Hi All;
Anyone can advise for a good IP Phone that has the
ability to support SIP firmware and IAX firmware?
Ofcourse, SIP there is a lot, but we need also the
ability to use IAX (as it is good for NAT).
Any advise.
Regards
Bilal
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo!
2005 Nov 15
2
OggPCM2 : chunked vs interleaved data
Michael Smith wrote:
>Whilst I accept that there are many good uses for chunked data, I
>think the transformation is trivial, particularly given certain
>characteristics of the Ogg container. Remember, the data, if you read
>an ogg stream into memory, is _already_ likely to be non-contiguous,
>due to ogg's structure. It's trivial, and has insignificant additional
2020 Jul 25
2
Guidelines when to use LF vs CRLF ("\n" vs. "\r\n") on Windows for new lines (line endings)?
Dear R developers,
I am developing an R package which returns strings with new line codes.
I am not sure if I should use "\r\n" or "\n" in my returned strings on Windows platforms.
What is the recommended best practice for package developers (and code in base R) for coding new lines in strings?
And just out of curiosity: What is the reason (or history) for preferring
2007 Oct 23
0
Internal Data Stream Error
Hello again,
I am using mix monitor and the majority of the sound records perfectly.
I then get a "Internal Data Stream Error" near the end of the sound
file. Has anyone ever seen this? I am allowing the ULAW amd ALAW codecs
and an example dialplan entry is ;
; phone line phone1
exten => phone1,1,Answer()
exten => phone1,2,MixMonitor(test.wav|av(0)V(0))
exten =>