similar to: Treating T1 as trunk in/out, not individual lines

Displaying 20 results from an estimated 8000 matches similar to: "Treating T1 as trunk in/out, not individual lines"

2007 Oct 26
4
Need T1 crossover cable?
I'm connecting a T1 PCI card to a Nortel Option 61 switch T1 card. My Sangoma A102D shipped with 2 T1 cables - which I assume are straight through. Do I need to make crossover cables for this scenario? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071026/9cea5e74/attachment.htm
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
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:
2007 Oct 26
3
Need to run ztcfg manually?
I have a new asterisk system with a T1 card. It appears that running "ztcfg -vv " is required in order for asterisk to start properly. Is this correct? Are people adding this command to the asterisk startup script? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
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:
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
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 /
2007 Sep 07
3
T1 to SIP conversion, standalone device
Over a year ago I saw a discussion about a standalone device which converted a T1 in/out to SIP in/out (over 10/100 LAN). Anyone recall what this device is? (I'm looking for a standalone device - not a PCI card). Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070907/7060b23e/attachment.htm
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
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>
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:
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 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:
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
2007 Oct 26
1
Can't get sangoma A102D setup on asterisk
I have a new Sangoma A102 and I'm trying to get it running in asterisk. A look through the dmesg log shows the card is detected and the various channels created. However, when I start asterisk I get the error below. Any ideas? My zapata.conf is below. Thanks, MD == Registered custom function SIPCHANINFO == Registered custom function CHECKSIPDOMAIN == Manager registered action
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:
2009 Oct 02
3
app_hackblock to prevent SIP/IAX reg trolling
Has anyone written an app that monitors SIP/IAX registration attempts? A couple of clients are being flooded with SIP registrations (but the source IP changes every few hours so IPtables won't do).. I would think that any attempt to reg 5 times with a bad password should cause a 5 minute timeout until reg is considered again. Has anyone written such an app? The name app_hackblock is my
2006 Nov 30
2
Force re-read of sip.conf
I have an asterisk server with a dynamic public IP address. Once the IP changes, remote clients suddenly have one-way audio again. I can resolve the problem with a restart, but am thinking have adding a cron command which does this every night. Will a "reload" cause asterisk to respect the new IP address specified in sip.conf? Or do I have to restart? Thanks, MD --------------
2011 Jan 17
2
Occasional robotic sound while call in progress
We have an application that plays a variety of sound files on one leg of a call (generated by a call file). We've been told that the party listening to the audio files intermittantly hears "robotic" sounding audio (on/off during the same call). Anyone have ideas on cause? These calls are on an internal network (lots of network bandwidth), and from a server running 99% idle.