Displaying 20 results from an estimated 6000 matches similar to: "Forwarding XXXX to XXXX prevented."
2011 Mar 07
2
Asterisk 1.6 MySQL Realtime fails to connect with working username and password.
Okay, so here's the configuration I have for MySQL Realtime (Asterisk
version 1.6.2.17):
In /etc/asterisk/extconfig.conf:
sipusers => mysql,mya2billing,cc_sip_buddies
In /etc/asterisk/res_mysql.conf:
[mya2billing]
dbhost = localhost
dbname = mya2billing
dbuser = a2billinguser
dbpass = REDACTED
dbport = 3306
And here's the error messages I get:
voip2*CLI> realtime mysql status
2012 Dec 27
4
How do *you* test your changes to dialplans ruled by GotoIfTime?
This past holiday weekend has resulted in some real groaners when it
comes to bugs in our dialplan, making obvious the need for some changes
in our procedures.
First, our hours of operation for Christmas Eve, Christmas, Boxing Day
and New Year's Eve had changed with little to no notice. Okay, fine,
whatever, I fix.
Our Christmas Eve hours (made worse by being Monday this year) dialplan
2016 Feb 17
2
Problem compiling res_fax_spandsp.c on Debian server.
On 2016-02-17 15:32, Richard Mudgett wrote:
> On Wed, Feb 17, 2016 at 5:15 PM, Ernie Dunbar <maillist at lightspeed.ca>
> wrote:
>
>> Hi everyone.
>>
>> We have an Asterisk server running Debian Squeeze, with Asterisk
>> v1.8.13.1 (basically, the Debian Stable version for Squeeze, but
>> with some minor source code changes specific to our site).
2017 Apr 18
2
SIP connections over OpenVPN connection get one-way voice.
2010 Dec 20
4
Asterisk 1.6 produces *many* zombie processes on Debian.
We have an issue with our Asterisk install where Asterisk produces many
Zombie processes (on the order of several hundred per minute) until either
the Asterisk server is restarted (and the zombies die a natural death), or
the kernel runs out of PID space (happens within hours) and brings the
system to a halt.
This problem only happens when the server is under some non-trivial load.
We were
2007 Jul 18
5
In Vancouver is it a local to call from 778 to 604, and vice versa?
I've got a 778 DID for vancouver, but don't know if it will be a local call
if dialed 604 and vice versa.
What are the different area codes in Vancouver and why its easier to get 778
DID than 604?
--
Zeeshan A Zakaria
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 23
2
[OT] Canada on Rails by ferry?
Hey y''all,
Are any folks planning on taking the ferry from Seattle to Vancouver
(via Victoria)? I''ve never done it before so I have no idea how much
of an adventure it is. Flights are a $100+ less to Seattle than
Vancouver so the price works out the same or a bit less. My plan is
to fly to Seattle (from Savannah, GA) on Tuesday to catch the early
ferry on Wednesday
2009 Jun 02
5
how to add value on the bar ploted by barplot()
how to add value on the bar ploted by barplot()?
and the axis label is too big, anyone know how to change their font , thanks
--
Xiaogang Yang
Sensorweb Research Laboratory
http://sensorweb.vancouver.wsu.edu/
Washington State University Vancouver
[[alternative HTML version deleted]]
2011 Jun 29
1
No audio format found to offer.
This *should* be something that's easy to fix, but apparently I'm not
doing something right.
Our SIP long distance provider is telling us to only use formats G.723
and G.729, so I've set up their trunk configuration in sip.conf as such:
[t564]
type=friend
host=XXX.XX.56.4
context=default
disallow=all
allow=g723
allow=g729
However, the Dial application gives the following error:
2009 Sep 07
3
lean text label below barplot table
Hi, everyone:
I am plotting an graph with bar plot, but the label after every bar is too
long, I wanna if I can draw the label lean to an angle
thanks
--
Xiaogang Yang
Sensorweb Research Laboratory
http://sensorweb.vancouver.wsu.edu/
Washington State University Vancouver
[[alternative HTML version deleted]]
2016 Feb 17
2
Problem compiling res_fax_spandsp.c on Debian server.
Hi everyone.
We have an Asterisk server running Debian Squeeze, with Asterisk
v1.8.13.1 (basically, the Debian Stable version for Squeeze, but with
some minor source code changes specific to our site). We're trying to
upgrade to 11.13.1 (The Debian Stable version for Jessie), but I've run
into a snag when compiling res_fax_spandsp (and yes, we really need that
module). The old
2011 Apr 22
3
[LLVMdev] copy instructions
This is a simple SSA code generation 101 question.
If I follow the IR code generation techniques in the Dragon book the
statement
x = y + z
would translate into something like this in SSA/LLVM
%0 = add %y, %z
%x = %0
Obviously "copy instructions" like %foo = %bar are senseless in SSA
since %foo and %bar are immutably fixed to the same value and there
is no need for two aliases
2011 Apr 06
1
MWI not working on most ATAs in Asterisk 1.6.2.17
We've had several customers report since upgrading them to our new
Asterisk 1.6.2.17 server (from version 1.4), that their MWI no longer
works. No significant changes have been made to their SIP
configuration, nor to their ATA configuration.
While not exhaustive, these are the ATAs that don't work:
Linksys SPA2102
Linksys PAP2T-3.1.15
Thomson 780
Thomson 784
Unfortunately, this
2011 Apr 21
1
KVM Forum 2011: Call For Participation
=================================================================
KVM Forum 2011: Call For Participation
August 15-16, 2011 - Hyatt Regency Vancouver - Vancouver, Canada
=================================================================
KVM is an industry leading open source hypervisor that provides an ideal
platform for datacenter virtualization, virtual desktop infrastructure,
and cloud
2011 Apr 21
1
KVM Forum 2011: Call For Participation
=================================================================
KVM Forum 2011: Call For Participation
August 15-16, 2011 - Hyatt Regency Vancouver - Vancouver, Canada
=================================================================
KVM is an industry leading open source hypervisor that provides an ideal
platform for datacenter virtualization, virtual desktop infrastructure,
and cloud
2011 Apr 23
0
[LLVMdev] copy instructions
The mem2reg pass will rewrite allocas and loads and stores to SSA
virtual registers. Essentially it's a transformation from non-SSA to
SSA form. That said, I don't know if you want your students to
implement their own SSA transformation.
Reid
On Sat, Apr 23, 2011 at 1:57 PM, Cochran, Wayne Owen
<wcochran at vancouver.wsu.edu> wrote:
> It is my understanding, the alloca memory
2008 Oct 23
3
high cpu load
I think I have narrowed down the problem why smbd processes are soaking
up so much CPU on our file server. Here are some selected samples from
strace output as I attached to the offending smbd process:
Culprit #1
I took three sample snapshots, each lasted for several seconds, and I
took them
minutes apart from each other. I noticed many lines involved stat'ing
the
a single file in the
2005 Jan 06
6
TDM4000P with 4 FXO's not picking up ringing lines
Ive just installed a TDM4000P with 4 fxos. The zaptel config is fine,
zttest comes back with configured. If i call a line when zttest it
shows on the display,and then goes when the line drops.
In * when a call comes in, it follows my dialplan and answers the call
according to the log, but IT DOESN'T actually pick up the call, i.e.
it continues ringing.
I'm using KS signalling, and
2017 Apr 18
3
SIP connections over OpenVPN connection get one-way voice.
You need to ensure that traffic to the SIP box is sent to the correct IP. Also if you use split-tunnel (eg: not redirect-gateway def1) you must make sure NAT and traffic redirection works as is so the Asus router knows it should send the traffic through tunnel and not via WAN.
IMPORTANT: Then you must, in the ASUS RT-N66U make a port forward inwards from TUN to the phone client.
I would suggest
2009 May 12
1
How to generate pdf in more than 1 papes
I have a problem,
everytime I plot in pdf, I could only draw in one page,
does anyone know how to generate more than one page
for example, I have 10 pics to plot in pdf, each page only could be plotted
5 pics,
so how can I generate just one pdf of 2 pages, instead of two pdf
Thank you
--
Xiaogang Yang
Sensorweb Research Laboratory
http://sensorweb.vancouver.wsu.edu/
Washington State