Displaying 20 results from an estimated 500 matches similar to: "SIP CANCEL NOT WORKING"
2012 Sep 25
2
small negative values instead of zeros in nested loop
Hi,I am trying to run a code with a series of nested for loops, here is a simplified version of it:
J<-seq(0,1,0.2) D<-seq(0,1,0.2)
for (x in 1:10) { for (j in 1:length(J)) { for (d in 1:(length(D)-j+1)) { x.end<-x*(1-J[j]-D[d]) print(x) print(J[j]) print(D[d]) print(x.end) } }}
The problem is that whenever x.end should be zero it takes a
2009 Jul 02
1
lpSolve: how to allow variables to become negative
Dear all,
I am interested in solving a MIP problem with binary outcomes and
continuous variables, which ARE NOT RESTRICTED TO BE NEGATIVE. In
particular,
Max {z1,z2,z3,b1} z1 + z2 + z3
(s.t.)
# 7 z1 + 0 z2 + 0 z3 + b1 <= 5
# 0 z1 + 8 z2 + 0 z3 - b1 <= 5
# 0 z1 + 0 z2 + 6 z3 + b1 <= 7
# z1, z2, z3 BINARY {0,1}
# -5<= b1 <=5 (i.e. b1 <= 5; -b1 <= 5 )
Using
2005 Mar 24
2
Xten and NAt Problems
Guys. Im writing this because Ive checked the wiki, Xten website and read a
lot of docs and still cant figure out a way around the NAT issues. Maybe
somebody else can give me some ideas from a fresh perpective.
My test setup is this:
Asterisk -> 2wire homeportal Firewall ->
internet
Computer with Xten eyebeam
The asterisk box and the computer with xten beam are behind the same
2005 Jan 30
0
xten x-lite eyebeam
In an attempt to eliminate audio echo I upgraded one side of a working
x-lite to x-lite
connection to eyebeam. No joy, and what was worse is the audio was even
worse
now - just noise. Ok, I upgraded the other side to eyebeam and same
thing. I'm
not even using video (will enable it in sip.conf later, one change at a
time). The connection
looks something like:
eyebeam client
2005 Feb 01
1
FW: Messaging with * and eyeBeam
-----Original Message-----
From: Ferguson, Michael
Sent: Tuesday, February 01, 2005 11:35 AM
To: 'asterisk-users@lists.digium.com'
Subject: Messaging with * and eyeBeam
G'Day All,
Eyebeam has gotten my interest but I do not have a "high-altitude" view
of its interraction with *, therefore my questions.
I called xTEN but they preferr to talk to telcos and ISP's
2014 Jul 04
3
script de anomalias
Tengo una consulta, alguien tiene algun script en R para hacer graficos de
anomalias estandarizadas (precipitacion, temperatura, etc) y que me permita
pintar de rojo anomalias positivas y azules las negativas,
Muchas gracias de antemano
--
Luis Alfonso LOPEZ ALVAREZ
MSc- Meteorologia - Ing. Sistemas
PROFESIONAL ESPECIALIZADO (E)
METEOROLOGO - IDEAM
e-mail: llopez@ideam.gov.co
2005 Sep 14
1
RE: Asterisk-Users Digest, Vol 14, Issue 86
Steve,
All,
Here is something on that eyeBeam "one end only video support" issue:
http://support.xten.net/viewtopic.php?p=15382#15382
Sjobeck
------------------------------
Subject: Re: [Asterisk-Users] Asterisk@home with Eyebeam
> I was wondering if its possible to hook up eyebeam with video support
to
> asterisk@home?
Yes.
But eyebeam's video support is pretty
2007 Feb 01
2
strange caller display
Hi all,
I am using asterisk1.2.14,realtime and I find there is a strange
case in the receiver's display. I have a dial plan to route a call
to the destination. I haven't set the callerid(num) for the caller.
In the receive ends, it's display shows "asterisk" when I make a call
to the receiver. I wonder why "asterisk" shows in the display as I
haven't set
2005 Feb 01
0
Messaging with * and eyeBeam
G'Day All,
Eyebeam has gotten my interest but I do not have a "high-altitude" view
of its interraction with *, therefore my questions.
I called xTEN but they preferr to talk to telcos and ISP's purchasing
hundreds of the eyebeam software... Kind-a stuck here.
I already have * happily running and taking care of business on my
Windows network. I also have Windows IM running on
2005 Oct 13
0
polycom soundpoint ip600 problem
Hello,
I have a polycom ip600 and eyebeam. When I call from polycom to
eyeBeam, everything, including audio works. When I call the other side
(from eyeBeam to polycom), I get no audio. In both cases, eyeBeam shows
the same codec: g711u. Also sip show channels shows ulaw codec for both
sides and correct addresses. I have canreinvite=no.
I don't know if it's important, but asterisk
2008 Oct 22
3
asterisk video
hi,
hs anyone able to make video to work on asterisk? i tried following this:
http://www.voip-info.org/tiki-index.php?page=Asterisk+phone+xten+eyeBeam
i can see that eyebeam is trying to broadcast a video but the other
eyebeam is not receiving it.
i tested the same setup but this time using ser with rtpproxy and
eyebeam video works fine.
any ideas? where do you think should i start
2007 Apr 18
1
[Bridge] Re: [ethernet bridge] 802.1G ampliation
On Tue, 28 Oct 2003 12:24:16 +0100
Jos? J. Gonz?lez Alonso <jjgonzalez@igalia.com> wrote:
> Hi!
>
> I am very interested in your project. Concretely, I am interested in the
> possibility of extending your implementation so that it fulfills the
> specifications of 802.1G. I read this specifications and they seem
> "simple" extensions of 802.1D standard.
>
2014 Nov 20
1
Error saving cdr at h exten in Asterisk13
Dears,
I need to save some information on userfield when calls end in Asterisk13, but I have two error cases:
1. With endbeforehexten=no in cdr.conf, I have a registry in cdr, but userfield is not set.
2. With endbeforehexten=yes, I have two lines in cdr, one with duration, src e dst correct, and a second line with userfield setting and dst h.
I am using cdr_odbc.conf, with Asterisk11.14.0 it
2014 Nov 20
1
Asterisk13 don't execute h exten inside macros
Hi,
We are try new Asterisk13 and was noted it don't execute h exten priorities inside macros.
We have a macro where we make all our call processing, and we use h exten inside it for billing (updating CDR(vars)).
If context where that macro is called have some h extens, asterisk execute them. So, I wonder, h exten inside macros was deprecated?
Thanks in advance.
Atenciosamente,
2007 Sep 20
0
Video doesn't work for outgoing call?
I've tried to put a call file to /var/spool/asterisk/outgoing/
to make an outgoing video call, but not succeeded.
I could hear the audio, but no video.
The asterisk version is 1.4.10, with videosupport=yes
The client is eyebeam 1.5.7, with h263 support.
Here are some debug messages.
It shows the client and asterisk negotiated the video capabilities
without problem. However, the 'show
2011 Sep 18
1
[1.6.2.9] Echo even when using headset?
Hello
I just set up Asterisk 1.6.2.9 through packages on a test host
running Ubuntu 11.04, configured sip.conf/extensions.conf, and
launched EyeBeam 1.5.20 to run the echo test.
For some reason, even through I'm using a headset, there's a lot of
echo and after a few seconds, it sounds like it enters a very fast
loop before the echo stops somewhat. IOW, unusable sound.
Here's a
2005 Jan 31
0
Eyebeam Vs. Windows Messanger,
G'Day All,
Eyebeam has gotten my interest but I do not have a "high-altitude" view
of its interraction with *, therefore my questions.
I already have * happily running and taking care of business on my
Windows network. I also have Windows IM running on my exchange server
and users a IM'ing quite a bit - all internal though-.
While I would prefer to use * and eyebeam, I am quite
2006 Apr 12
1
free video (soft) phone available?
I am using eyebeam and I am happy with it. However, it is boring just to
talk to my son in the other room.
Whenever I try to convince somebody to buy eyebeam, they are scared of
the price.
Is there a free video soft phone available, that will work with eyebeam
/ asterisk?
bye
Ronald Wiplinger
2008 Dec 10
2
asterisk video
Hi All,
Got some problem with asterisk video, i'm testing an eyebeam and a
grandstream video phone.
call from grandstream to eyebeam works ok, video shows up.
but calls from eyebeam to grandstream there's no video, but audio is ok.
Regards,
Nhadie
2009 Feb 19
0
Friday Feb 20th 12 Noon EST: Jason Fischl from Counterpath on VUC
Hi,
Few subjects cause as many arguments as "which SIP client works best?"
on IRC #asterisk, voip forums, and probably the -users mailing list. I
have tried most of the SIP clients available in the last 5 years, both
with Asterisk and other platforms such as OnSIP.com, IConnectHere.com,
ZipDX.com and the venerable old FWD (in the days when that almost
worked). Speaking of ZipDX, we