Displaying 20 results from an estimated 300 matches similar to: "asterisk integration with Quintum Tenor AXT800!"
2005 May 28
1
Quintum Tenor AXT800!
Hello *'s,
I have question regarding Quintum Tenor AXT800 VOIP gateway can anyone
integrate it with asterisk if anyone what is the scenerio i have
scenerio which is quite simple but i am confused about it whether it
is possible or not :
I integrate it with asterisk for interanet no PSTN at all just only
IPphones and analog phones connected on FXS port.Is it's neccassary to
cannect with
2006 May 23
1
Quintum Tenor DX 3020 problem to register on Asterisk
Hi,
I'm having problems to register Quintum Tenor DX 3020 on a Asterisk box with
SIP. Asterisk always returns "Username/Password mismatch".
I've tried all configurations that was on the Quintum's manual, but no
success.
I've tested the same username and password with a Linksys (PAP2-NA) with the
same asterisk box, and it worked fine. Where is the problem ?
2007 Feb 27
1
Quintum configuration ASM200 Analog 2 tenor port
Hi, just wondering if there is anyone that can help me configure my quintum
box to operate with asterisk. i have tried and made numerous attemtps
configuring the tenor to work with asterisk@home but have been unlucky.
anyone out there has a cheat sheet to configure this device.
thanks..
for some reason i cannot get it to work.
your help is appreciated.
2010 Oct 11
1
Quintum Tenor AX and Echo
Let's try this again.
I have a Quintum AX Tenor gateway sending calls to Asterisk from BT
analogue lines connected to FXO.
The agents hear an echo on their side but incoming callers hear the
conversation fine. I can't seem to find the problem. Anyone seen this
issue before?
<p style="margin: 0; padding: 0; border-collapse: collapse; font-family: Tahoma, Arial, Sans-Serif;
2004 Oct 03
0
Tenor AS cancells calls through Asterisk
Hello,
Maybe some of you tried the SIP support recently introduced by Quintum
in their AS devices.
I have one Asterisk machine connected to PSTN via E1. It works properly.
On the other side I got an ADSL line, with NAT and few devices behind it,
like computer with X-Lite client installed or mentioned Quintum device.
It works great - calls initiated from there are OK, as well as PSTN
originated
2004 Sep 26
1
H323 with Tenor CMS Gateway
2004 Sep 18
0
Quintum A800 and asterisk
I just upgrade quintum A800 with new SIP firmware
----------
Product Name: Tenor Analog A800 Multipath Switch - 8 ports (Rev. B)
Gatekeeper Status: Mini
GK Calls Allowed: 8
Feature Bit Status: -PS/+RB/-ER
Languages allowed: 1
Serial Number: A002-00308F
Ethernet Address: 00-30-E1-00-30-8F
IP Address: 10.101.0.10
Subnet Mask: 255.255.255.0
Default Gateway: 10.101.0.1
System Software Version:
2013 Apr 23
0
Fw: Error with function - USING library(plyr)
Dear R forum,
Please refer to my query regarding "Error with function". I forgot to mention that I am using "plyr" library.
Sorry for inconvenience.
Regards
Katherine
--- On Tue, 23/4/13, Katherine Gobin <katherine_gobin@yahoo.com> wrote:
From: Katherine Gobin <katherine_gobin@yahoo.com>
Subject: [R] Error with function
To: r-help@r-project.org
Date:
2013 Apr 23
0
Error with function
Dear R forum,
I have a data.frame as given below:
df = data.frame(tran = c("tran1", "tran2", "tran3", "tran4"), tenor = c("2w", "1m", "7m", "3m"))
Also, I define
libor_tenor_labels = as.character(c("o_n", "1w", "2w",
"1m", "2m", "3m", "4m",
2013 Apr 23
0
Fw: " PROBLEM SOLVED" - Error with function
Dear R forum
Please refer to my query captioned Error with function.
I had missed in bracket ")" in the return statement and hence I was getting the error. I has struggled for more than 2 hours to find out the problem and only then has posted to the forum. I sincerely apologize to all for consuming your valuable time.
Thanks for the efforts at your end.
Regards
Katherine
--- On
2006 Apr 24
2
Quintum D3000
Please has anyone on this list had experience with getting Quintum
equipment to talk to Asterisk? Specifically a D3000 in my case.
It is refusing to register and I'm out of ideas.
Any help appreciated.
Neil
2013 Apr 25
1
Linear Interpolation : Missing rates
Dear R forum
I have data.frame as
df = data.frame(rate_name = c("USD_1w", "USD_1w", "USD_1w", "USD_1w", "USD_1m", "USD_1m", "USD_1m", "USD_1m", "USD_2m", "USD_2m", "USD_2m", "USD_2m", "GBP_1w", "GBP_1w", "GBP_1w", "GBP_1w",
2007 Mar 08
4
Asterisk distributed deployment
Hello all, I post this issue thinking too that could help other people on an
asterisk deployment over distributed offices considering both quality, prices,
devices and so.
Well, i am working on a deployment of a telephony system based in asterisk. My
company have a central office with seven remote offices connected all through a
VPN. To reduce and evaluate costs i consider solutions like:
2006 Mar 16
10
Nubee Callbacks problem
I never want to alter a model(row). When a model has been changed i
want a new copy to be created.
What is the best way to implement this?
I think using callbacks might be the answer.
So model.save will create a new row, and leave the old one unchanged.
Any ideas? I can easily implement this in the controller but i''d rather
it be done transparently. Also errors should be passed back
2013 Apr 03
4
Better way of writing R code
Dear R forum,
(Pl note this is not a finance problem)
I have two data.frames as
currency_df = data.frame(current_date = c("3/4/2013", "3/4/2013", "3/4/2013", "3/4/2013"), issue_date = c("27/11/2012", "9/12/2012", "14/01/2013", "28/02/2013"), maturity_date = c("27/04/2013", "3/5/2013",
2013 Apr 16
3
Splitting the Elements of character vector
Dear R forum
I have a data.frame
df = data.frame(currency_type = c("EURO_o_n", "EURO_o_n", "EURO_1w", "EURO_1w", "USD_o_n", "USD_o_n", "USD_1w", "USD_1w"), rates = c(0.47, 0.475, 0.461, 0.464, 1.21, 1.19, 1.41, 1.43))
currency_type rates
1 EURO_o_n 0.470
2 EURO_o_n 0.475
3 EURO_1w 0.461
2010 Jul 27
4
Sweave and scan()
I am introducing the scan() function to my class. Consider the following
file (Scanexamp.Rnw )
\documentclass[12pt]{article}
\begin{document}
<<>>=
height = scan()
64 62 66 65 62
69 72 72 70
part = scan(what = character(0))
"Soprano" "Soprano" "Soprano"
"Alto" "Alto" "Tenor"
"Tenor" "Bass"
2012 Dec 15
0
Problem when plotting
Hi,
I was trying to call chart.Posn. I ran into an unusual problem. It
complains that:
Error in strheight(axt):
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*..., face 1 at size 11
could not be loaded.
I am wondering how to fix this? It seems something is missing from X11
device but I don't know what exactly to install. Thank you.
Robert
[[alternative HTML version deleted]]
2003 Oct 26
3
Automatic Windows Patch Deployment (OS Agnostic)
A month ago I mentioned on this list work on a automated package
deployment tool for Windows systems, which is server agnostic. At the
time, I didn't have the time to put it up in a place for public
consumption. I do now.
The utility is named wpkg (punny isn't it?) It's nothing more than a
simple .js (jscript) file which needs to be run on Windows, from a
directory containing three
2004 Jan 19
1
pri gateways and asterisk
Hi all,
I am planning to use VoIP gateways to connect remote offices to Asterisk.
Not having much experience with these and Asterisk I would appreciate any
info/experience that you might share with me as to their interoperability
with Asterisk.
I am interested with in rather bigger gateways (order of E1's) from:
AudioCodes - Mediant
Mediatrix - 1531
Quintum tenor Multupath D3000
Has anyone