similar to: OT: Managing wireless SIP phone congestion on AP

Displaying 20 results from an estimated 8000 matches similar to: "OT: Managing wireless SIP phone congestion on AP"

2009 Nov 17
1
Understanding Congestion to incoming caller
I have an * installation which will refuse incoming callers once a max (5 callers) is reached. Caller 6 and up should be notified of congestion...without network load on my trunk. How would I do this? The voipinfo wiki shows playing a congestion tone to the caller, but that seems stupid since I'm consuming bandwidth to send a tone. I also tried just responding with the congestion
2012 Jun 29
1
Intro to DECT vs IP
We've deoplyed a number of pure VoIP wireless (wifi & proprietary) phones, but not dect. Is there a simple overview of integrating DECT phones with Asterisk somewhere? I assume the DECT basestation has a multi-account SIP VoIP interface, and the handsets are just plain old dect? Can you push configuration info to individual phones? (Are they individually addressible / configurable
2007 Jun 25
5
Best wifi IP phone for asterisk
We're looking at a large wifi phone deployment, and we're looking for wifi phones that: 1. Are SIP compliant (Asterisk friendly) 2. Provision capable (ideally TFTP of own MAC address) 3. Industrial quality (no cheap plastic stuff). 4. Well documented (and none of the "only telco's get documentation" crap) Does anyone have a suggestion? Thanks, MD -------------- next
2005 Oct 07
3
RE: faxing to/from asterisk - new scripts
Roman: I created two bash scripts called Mail2Fax and Fax2Mail for use with the asterisk sever. They leverage the app_txfax and app_rxfax scripts, along with ast_fax. They make using these apps a lot easier, including being able to mail to fax@domain.ca for outgoing faxes and then extracting phone numbers from the subject line! (Makes it easy to use with Sendmail without complex rules /
2009 Dec 09
5
Can't restart asterisk from script
I'm running * 1.4 and can successfully restart asterisk from the command line with: /usr/sbin/asterisk -r -x "restart gracefully" However, I have a cron job that tries to restart asterisk and gets this error: No such command 'restart gracefully' (type 'help restart gracefully' for other possible commands) Can anyone think of why this is happening? Thanks
2014 Mar 26
6
Numbers hackers call
I see a lot of attempts by hackers to call 00972595301123? or 011972595115207? or variations but that same 972595 is often present. Can someone break down that dial string with an explanation? The 011 look like an overseas call (from Americas), while the 972595XXXXXX is unclear... -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jun 27
4
Branch based on call volume
Is there a simple way to get call volume from a particular trunk within the dialplan (for conditional branching)? I suspect we will have to build an AGI script but I'm hoping something new in Asterisk 13 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150627/6774c750/attachment.html>
2006 Oct 25
1
WiFi Phones (was Looking for Wireless Heaset for Polycom 501)
Martin: I had seen your other post and sent you a message off-list, but I never got a response. What do you feel is the most lacking that does not make it ready for a production enviroment. - I've been using a SIP deskphone in my office and usually some sort of ATA at my house, both as the primary phone. I've also had mobile phones from almost every carrier. Each one of these devices
2013 Oct 16
3
What linux distro most popular for Asterisk
Is there a recent survey of that Linux distro and version people are using for the Asterisk installations? I recall seeing a pie chart over a year ago (I think on a wiki but I can't find it again)....also hoping for something more current. I suspect RH5 and RH6 are most popular...but I'm looking for facts -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jun 28
1
Branch based on call volume
?I meant how many calls are in progress on a particular trunk. (Sorry - I didn't even think of the other interpretation). ________________________________ From: asterisk-users-bounces at lists.digium.com <asterisk-users-bounces at lists.digium.com> on behalf of Matt Riddell <lists at venturevoip.com> Sent: Sunday, June 28, 2015 9:26 AM To: Asterisk Users List Subject: Re:
2011 Dec 29
2
Interesting attack tonight & fail2ban them
I happened to be in the cli tonight as some (208.122.57.58) initiated a simple attack - just trying to make long distance calls from outside context. Although harmless, this went on for several minutes as the idiot just used up my bandwidth with SIP messages. Here's and example: [2011-12-28 22:53:42] NOTICE[9635]: chan_sip.c:14035 handle_request_invite: Call from '' to extension
2016 May 06
1
[PATCH] perl: use INT2PTR macro for casting back to guestfs_h * (RHBZ#1150298)
Use the right macro, which should avoid the warnings seen with Perl headers on some architecture. --- generator/perl.ml | 2 +- perl/typemap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/perl.ml b/generator/perl.ml index 19cabb6..a665051 100644 --- a/generator/perl.ml +++ b/generator/perl.ml @@ -242,7 +242,7 @@ DESTROY (sv) HV *hv = (HV *) SvRV (sv);
2009 Feb 24
3
Polycom Spectralink 8002 Configuration
I have a new Polycom Spectralink 8002 and am having trouble with the configuration or the unit but I can't see what's wrong. The unit does not seem to even attempt to register with the Asterisk proxy but I can make calls to it. I have viewed the syslog from the device which it will actually write to the asterisk server so I know it can be reached. I have also run a sip debug and
2010 Jun 11
4
Dual Atom mobo - call capacity
I'm looking for a small formfactor mobo for an install that needs to handle 25 phone sets (no transcoding). I found a new dual atom 1.66GHz mobo - anyone know what kinds of call volume that will handle? MD
2010 Nov 05
2
Determine channels in use from CLI
Is the a CLI command that shows all channels in use at one time? (Whether IAX, SIP, SCCP, etc)? As well, when I "SIP SHOW CHANNELS" I see phones registering showing as channels in use. Is there a way to filter this output? Thanks! MD
2013 Oct 23
2
Disable peer from AMI
I need to disable/enable a peer after hours automatically, and am thinking about doing so via the AMI. Is there a command to enable/disable (or perhaps delete/add) a peer via the AMI? I could create code to modify sip.conf and force a reload, but that seems like the wrong approach... -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Feb 23
3
directrtp with SIP + H.323
We're creating a SIP gateway for a client that will take one leg of a call in via SIP, and out the other side via H.323. To minimize load on the gateway, we would like to have the RTP stream bypass the gatewayy altogether (directrtp/reinvite). Is this possible with these to protocols? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jul 03
1
[PATCH] hivex: add hivex_set_value api call and perl bindings, tests
Added Perl binding glue and a simple test along the lines of present tests. (And again: I'm not on the list, please CC me on replies. Thanks!) --- generator/generator.ml | 62 +++++++++++++++++++++++++++++++-- lib/hivex.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++ perl/t/201-setvalue.t | 54 ++++++++++++++++++++++++++++ 3 files changed, 203 insertions(+), 3
2007 Nov 14
2
Nortel digital FXO channel bank? Exists?
We have a client with a Nortel PBX with digital phone sets. Due to T1 problems (old firmware), we are interested in trying a FXO channel bank. Is there a channel bank (or equivalent) which emulates Meridian digital phone sets? In order words, an FXO channel bank that's Meridian digital? Thanks MD -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 07
1
sip show channels - gives a growing list of dead channels
I am using Asterisk 1.4.18 with 70 various Polycoms, 12 analog, and 18 Spectralink wireless IP phones. Most of the Spectralink phones have entries in 'sip show channels' that do not go away. None of the other phones do this. Is there anyway to remove these entries without restarting Asterisk? Any ideas on what could be done to prevent this? Example output: xxx.xxx.xxx.xxx 541