Displaying 20 results from an estimated 20000 matches similar to: "sip echo server"
2013 Mar 23
5
Optimizing Asterisk Environment
Hello Everyone,
We are getting some rather poor results (relative) with our Asterisk
setup. Not sure if we are using the sipp correctly etc.. but
nevertheless, is there any documentation that describes how we can get
the most our of our Asterisk box. For example when we hit the "too
many file" error, and fixing it using ulimit..... Also, is there any
way we can allocate sufficient
2010 Nov 26
1
echo calls
Hi, Complete Asterisk noob here,
I just have a few general questions I need to ask before I start
installing it:
If I want to setup Asterisk simply to respond to echo calls (SIP calls
from a softphone only), do I need to install AsteriskNow as well, or can
I simply configure dialplan to do that?
Thanks,
Ali
2007 Nov 13
3
Stress-Testing Asterisk
Hi All,
I was wondering, what tools are readily available out
there in Asteriskland for me to use in stress/load
testing asterisk box I have in the lab. I want to
observe how my box holds out under heavy/light/medium
load.
Thanks,
Jeng
___________________________________________________________
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good
2015 Mar 02
6
System() command refuses to execute bash script
Hi all
I got this solved.
Turns out the script WAS executing, but I forgot that apparently you need to
follow "cron rules" in any BASH scripts executed via System() from an
Asterisk dialplan.
E. g. all paths must be fully and absolutely specified, there are no
relative path references available.
So I changed the the file wireless.sh which was:
#!/bin/bash
touch wireless-executed
to
2008 Jan 05
6
Detailed Instructions
Hello List,
I am getting Asterisk set up. I am going to be installing Debian Linux
on a laptop later. I would appreciate some detailed instructions on:
(A) What to type into the shell to download and install Asterisk.
(B) How to open the configuration files (*.conf)
(C) If there is a way that I can change the configuration files remotely (SSH?).
Thanks in advance.
--
-Shane
Blog:
2017 Feb 07
3
Using g729 now that patents have expired
Now that the g729 patents have expired, how do we use g729 in Asterisk?
Will Digium be releasing a g729 codec for 'free' use or do we download the
'free' codec off the Internet now that we can use it without moral or
legal restrictions?
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com
2009 Mar 30
2
Ideas for Asterisk load testing, testing trunks etc.
Hi,
I have a task to load test a few VoIP servers, and also test our trunks on
regular intervals to see how reliable they are, i.e. how often they go down,
if at all.
I did some search and found a lot of VoIP testing tools. I selected some of
them and testing them one by one. But so far haven't found any which could
do good load testing and test the trunks. So far SIPp is the only one which
2007 Mar 09
5
Recorded file processing app wanted
Does anybody have (or know of) a command line application that would:
) Eliminate pops and other random loud noises.
) Trim leading and trailing silence.
) Trim pauses exceeding x milliseconds to y milliseconds.
) Normalize what's left.
I know about normalize and have figured out how to trim leading and
trailing silence in sox, but I'm looking for more :)
Thanks in advance,
2010 Oct 21
8
Dial Plan Conf
Here I am expecting to be configured following scenario:
User calls : it will play a sound will ask for input DTMF, then call will be
given to particular extension for any DTMF entered.
But its not working as expected.
I have attached the dial plan file.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 16
4
RFCFS - reload specified file
"Request For Comments on a Feature Suggestion" -- just wondering if others
would find this useful.
Frequently, when something really doesn't make sense, I like to bump up
the console logging by editing logger.conf and changing
console = error
to
console = debug,dtmf,error,event,info,notice,verbose,warning
and entering
logger reload
When done, I
2011 May 28
2
dtmf Caller-id detection before first ring
Hi dears,
I am from saudi arabia and using asterisk 1.6.2.13,Dahdi-2.3.0 and
Digium, Inc. Wildcard AEX800 8-port analog card (PCI-Express) .
I am facing problem with detecting caller id before first ring.I
recorded the dahdi channel using dahdi_monitor command. Where I am
able to see and hear caller-id dtmf tones.
Pl tell me the procedure to upload recorded file if you needed.
Something I want
2010 Apr 13
2
Merge master.csv files
Hi there,
Does asterisk keeps the master.csv open between writes? Right now I have 2 asterisk nodes sharing every configuration file (by using a distributed filesystem) except the master.csv files. If asterisk does not keep master.csv file open between writes, then I can share the master.csv file between both nodes right?If not, then any suggestions to merge both master.csv files?
Thanks in
2010 Jun 19
2
Using SetVar with System() is it possible?
Hi Guys,
Is it possible to harvest the output of system into a SetVar(variable)?
exten => s,n,SetVar(var=system(*asterisk -rx "sip show channels" | grep -c
"(ulaw)")*
*
*
*??? any problem with the syntax? *
*
*
*
*
*Thanks,*
*
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Mar 14
2
Asterisk -rx command not returning data - Version 1.4.33.1
Hi List
I am having trouble running the command
siptest:~# asterisk -rx 'dialplan reload'
most times it does what I expect and I get a response as below
siptest:~# asterisk -rx 'dialplan reload'
Dialplan reloaded.
every now and then I get no response i.e.
siptest:~# asterisk -rx 'dialplan reload'
siptest:~#
and a "verbose 10" setting shows
[Mar
2008 Apr 24
2
help...i cant do more...
Hi...
Im problem is this, i have a asterisk server (FC8 - kernel 2.6.24) a the
asterisk version is 1.4.18.
If in the machine is all ok, i can stop start the asterisk service no prob,
my problem is when in another server (in my case, debian etch 4) using the
ssh the stop service is ok, but the start service dosend finalise.
Like this:
ssh etx9 'sudo /etc/init.d/asterisk stop'
operacao at
2016 May 16
6
asterisk admin interface
hi all,
can anyone give me a guide on any asterisk admin solution / interface for
config management, and monitoring?
No database use is intended and I prefer open source.
Thanks for support.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160516/98f6e448/attachment.html>
2009 Apr 17
15
Here is Step by Step Example of Asterisk PBX System Install and configuration
Our small company is replacing Cisco CallManager with Asterisk (because we are tired of sending them money) and I am documenting the process as I go on my blog. I am trying to make the notes as easy as possible in hopes that I can ease someone else's pain. Here is the link:
http://qvlweb.blogspot.com/2009/03/asterisk-pbx-system-install-01-what-i.html
Please feel free to comment on the
2011 Jul 08
11
New VirtualBox Beta Has PCI Pass-Through Support
Can you say a Virtualized Asterisk with a PRI card!
http://www.phoronix.com/scan.php?page=news_item&px=OTY0OQ
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
2009 Apr 22
5
Asterisk routine maintenance activities
Hello(s),
I know this might be test book question or one best suited for google but I
will take the risk of asking. Here I go. What common
routine maintenance tasks do you run on your asterisk box?
Thanks
James.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090422/8cfeb434/attachment.htm
2008 Apr 22
4
need examples of asterisk and mysql integration
I'm presently working on a project to build a scheduling system
accessible by both web and phone. on the web side one can query what
items are available when by using the time or the item as a key then
reserve for an available time slot. reservations may also be modified
by the user that made them or an admin. Where may I find examples of
doing similar things with asterisk? all I've