similar to: upgrading from A101 to....A102

Displaying 20 results from an estimated 2000 matches similar to: "upgrading from A101 to....A102"

2010 Oct 01
2
No translator path exists for channel type DAHDI (native 76) to 256
Hello, We are having issues with a NEW Sangoma A108D: -- Executing [691918892 at pbx1:1] Dial("SIP/xtravoip200-009d24b0", "DAHDI/g0/691918892|30|m") in new stack [Oct 1 10:04:43] WARNING[14171]: channel.c:3170 ast_request: No translator path exists for channel type DAHDI (native 76) to 256 [Oct 1 10:04:43] WARNING[14171]: app_dial.c:1237 dial_exec_full: Unable to create
2006 May 11
3
sangoma A102 installation question
Hi! I've went through the READMEs and could not answer this question: During installation, the Setup program asks: Would you like update/upgrade wanpipe drivers? (y/n) For a pure Asterisk TDM installation - is it required to patch the kernel or is this only when using the sangoma cards as WAN router? regards klaus
2007 Jul 26
1
Asterisk 1.2.23 and Sangoma a102 no incoming calldetected
Do you have any extension in default context of your extensions.conf file to accept incoming calls ? It must be something like; exten => 12345678,1,Answer() exten => 12345678,2,Playback(Welcome) ... 12345678 = The DID number you are calling to reach E1 Idris -----Original Message----- From: Erick Perez [mailto:eaperezh at gmail.com] Sent: Thursday, July 26, 2007 7:03 AM To:
2007 Jan 09
2
Fax through Sangoma A102
Hello, in our company we are trying to do this: Fax <--> Traditional PBX <--> Asterisk <--> PSTN In practice, we have put an Asterisk equipped with a Sangoma A102 (2 PRI ports) between our PBX (Siemens HiCom) and the PSTN in order to have a VoIP network along the traditional telephony network. The problem is with the fax. We just want to send and receive faxes from/to our fax
2007 Jan 03
2
Sangoma A102 w/ EC module gets intermittent echo /audio artifacts
I've replaced 2XTE110 with an A102 with echo cancellation specifically to deal with echo problems. However, user feedback has indicated to me that on some calls (not a lot, but some) the call is unusable, with audio artifiacts, described by one user, as: "very bad phasing reverb & feedback (from my rock & roll days)". This is quite intermittent, as in most cases, the user
2010 May 04
2
converting an objects list
Hello, I would like to convert an objects list such as objects() or ls() that outputs "a101" "a102" "a104" "a107" "a109" to read within a list statement as follows : list(a101,a102,a104,a107,a109) Thanks Tony
2007 Aug 16
1
A102 card, BT ISDN30e, silence
Thanks to help on this list and Sangoma's support we have incoming and outgoing calls passing through asterisk. However both incoming and outgoing calls are greeted by silence. I've noted our existing config below with our test extensions.conf. Help much appreciated Rory Zaptel ----------------------------------------------------------------------- loadzone=uk defaultzone=uk #Sangoma
2005 Feb 13
3
Sangoma A102 cards testing
Does anyone have any experience ith configureing the sangoma A102 card for testing using a e1 cross cable i've configured and installed the cards properly even the lights on the card are green which proves that my cross cable is properly built too. my problem is with asterisk which gives me these errors PRI got event: HDLC Abort (6)on Primary D-channel of span 1 PRI got event: HDLC Bad FCS
2007 Jul 26
1
Asterisk 1.2.23 and Sangoma a102 no incoming call detected
Hi, after many issues we finally managed to make our system do outgoing calls with perfect quality. However I cannot detect *any* form of incoming call. when I use an outside phone to call the E1 connected to the sangoma a102, I instantly get a fast busy tone. My /etc/zaptel.conf is: loadzone=us defaultzone=us #Sangoma A102 port 1 [slot:1 bus:4 span: 1] span=1,0,0,ccs,hdb3 bchan=1-15,17-31
2007 Apr 23
1
Purchasing a Sangoma A102 - should I get the hw echo cancellation or not?
Shortly, I'll be purchasing a Sangoma A102. I'm wondering if I should spring for the hardware echo cancellation circuit or not. Upon initial implementation, the 2 T1 Ports will be used as a passthrough as we slowly transition off of a legacy PBX. Eventually, we'll only be using one of the ports, and will be providing VoIP service to a bunch of SIP deskphones. So - with that usage
2005 May 09
0
Re: Sangoma A102 cards testing FIXED
Hello, Have you tried the wanpipe-beta8c-2.3.3.tgz release in the custom/2.3.3 dir on their FTP site? Also, have you contacted Sangoma for support? They are very responsive. I am using wanpipe-beta8a-2.3.3.tgz and it's been working great on my A104 for a week now. MATT--- -----Original Message----- From: Dmitry Zhukovski [mailto:DZH@comx.dk] Sent: Monday, May 09, 2005 5:20 AM To: Asterisk
2005 May 09
0
SV: Re: Sangoma A102 cards testing FIXED
Ok, I have tested with almost all versions both in 2.3.2--*-stable and 2.3.3-*-beta - I am getting same messages: May 9 10:55:26 WARNING[3961]: chan_zap.c:1925 pri_find_dchan: No D-channels available! Using Primary on channel anyway 16! and same Down state pb01*CLI> pri show span 1 Primary D-channel: 16 Status: Provisioned, Down, Active Switchtype: EuroISDN Type: CPE Window Length: 0/7
2005 May 09
0
SV: Re: Sangoma A102 cards testing FIXED
Hi again, Well - I didn't see beta8a-2.3.3 in custom dir. Will try. Also I tried to contact Sangoma - they are very fast to answer but main problem is time difference - it's 6 hours between Canada and Europe. Br, dmitry Dmitry Zhukovski System developer ComX Networks A/S Naverland 31, 2 DK-2600 Glostrup Denmark Phone: +45 70 25 74 74 Fax:???? +45 70 25 73 74 Web: www.comx.dk
2006 Mar 03
9
Program Buttons on Cisco 79xx Phones
Does anyone have a good resource to learn how to program the soft and hard buttons on a Cisco 7940 or 7960 phone? Using SIP Firmware...thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060303/e5e63834/attachment.htm
2009 Jul 10
3
strange strsplit gsub problem 0 is this a bug or a string length limitation?
I was working with the rmetrics portfolioBacktesting function and dug into the code to try to find why my formula with 113 items, i.e. A1 thru A113, was being truncated and I only get 85 items, not 113. Is it due to a string length limitation in R or is it a bug in the strsplit or gsub functions, or in my string? I'd very much appreciate any suggestions ============Input script:
2007 Feb 16
1
iaxmodem - fax tone?
I am testing out hylafax and iaxmodem. Submitting jobs to the hylafax server and having it then dial using iaxmodem is working fine. Hylafax server is talking to my Asterisk box that has a Sangoma A101 in it via iaxmodem via an IAX channel using ulaw. A call coming into a certain test DID comes into the Sangoma A101 then it goes to another box via IAX ulaw that uses the rxfax app to
2006 Mar 11
4
Polycom - directory dial
This is not an Asterisk specific question but doesn't anyone know if you can automatically prepend a 9 on the call lists so clients can return dial without having to repunch in the number? If you go to directories now it just shows the number without a 9 (obviously). Maybe on the Asterisk side?? Bill -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 02
3
yet another faxing issue (outbound only, via ATA)
2 Asterisk servers 1.2.12.1 Connected via IAX2, same switch, GigE, no packet loss, etc 1 with a Sangoma A101 for a PRI to the PSTN Ulaw QoS enabled NAT for the registered ATA boxes, no nat between the * servers Faxing inbound: Call from PRI hits the first Asterisk server Then talks to the 2nd via IAX2 NVFaxDetect receives the fax, converts to PDF and emails it out Works great!
2006 Nov 27
1
Sangoma & Dell 750
Anyone using a Sangoma A102 with a Dell 750? We are looking at going this route but needed some input. I really only need a Single T1 port, but this server doesn't have a PCI-X port, which the A101 apparently requires? Thoughts, Suggestions? K
2006 Apr 19
2
clearing "stuck" channels without a restart
192.168.1.107 199 6bd3fb49505 00102/00000 ulaw No Tx: ACK 192.168.0.100 110 5c5a4953-65 00101/00005 ulaw Yes Rx: ACK Those channels are stuck talking to each other. The phones are disconnected yet that connection remains. I can clear w/ a restart obviously, but is there any way to tear down a call like that from the CLI? Bill -------------- next