similar to: Problems with IAX on heartbeat provided ip address

Displaying 20 results from an estimated 2000 matches similar to: "Problems with IAX on heartbeat provided ip address"

2009 Apr 03
1
Using multiple 'peer' identities on one phone with 1.4
Hi! When using multiple identities on one physical phone (Snom 320), I get check_auth: username mismatch, have <7705>, digest has <7736> messages when placing a call from a different account than the first one. From reading the asterisk source, I can see that the problem is that peer authentication is not matched against username, but against ip/port. I need to have multiple
2008 Jul 07
1
DTMF on iax channel is not interpreted by asterisk
Hi! I'm using asterisk 1.4.17 with twinkle and a custom phone based on iaxclient 2.0.2 and I'm struggling a bit with DTMF and features.conf. While the twinkle client is able to initiate an attended transfer using *2 (as configured in features.conf), the iax client is not. I can see the DTMF messages showing up on the asterisk console, but asterisk does not invoke the features
2004 Sep 12
3
calculating error
Could anybody explain this results? >sin(2*pi) -2.449213e-16 #should be zero >(10^16)*sin(log2(4)*pi) -2.449213 #should be zero too and explain what to do to correct this events? Thanks!!! Branimir K. Hackenberger
2009 Apr 14
1
T38modem in loopback mode does not work on asterisk 1.4.20.1
Hi! I'm trying to get t38modem working and started with the loopback mode. I installed everything according to http://www.voip-info.org/wiki/view/T38modem+configuration+with+Asterisk and used a stock asterisk 1.4.20.1 compiled from source. Openh323, ptlib_unix and t38modem are compiled from source as well, as outlined on the wiki. Hylafax starts sending the job (sudo faxstat -s shows one
2003 May 22
1
(no subject)
Dear R-helpers! What it's means "Rank failure in Choleski decomposition" by using of function surf.gls {spatial}? Sincerely Yours Branimir K. Hackenberger
2006 Mar 10
1
IAX / Firefly handshake problem
I had a working 1.0.9 asterisk installation and tried to get a Firefly IAX phone to register, but it was failing. I upgraded to asterisk 1.2.5 and the PBX is working fine, but the IAX phone still won't connect. Below is my iax.conf and the output from setting iax2 debug while the phone tries to connect. Could somebody please give me some pointers? This doesn't seem to be a normal
2006 Nov 01
1
IAX problem
Hi All, I'm having problem with IAX, I'm trying to connect to speex.co.il from asterisk using: register => username:password@speex.dyndns.org and I cant get it to work. Maybe someone who already got this to work will help... When dialing my speex extension I see the next output from consol: IAX2 Debugging Enabled *CLI> Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno:
2009 Sep 08
2
Fax For Asterisk and SendFax question
Hi everybody, I've installed Free Fax For Asterisk in my Asterisk box but I don't understand how it works as when using SendFax application from dialplan, I can't find how to introduce destination fax number. How this application works? Do I have to call destination fax using Dial application, detect somehow that it's a fax and then use SendFAX application specifying FAXOPTs and
2009 Mar 08
2
Fwd: add a new queue strategy: SBR
Hi., do you think that sbr policy in queue strategy will be useful? Bye ---------- Forwarded message ---------- From: nik600 <nik600 at gmail.com> Date: Sat, 7 Mar 2009 15:21:14 +0100 Subject: add a new queue strategy: SBR To: Asterisk Developers Mailing List <asterisk-dev at lists.digium.com> Hi to all isn't there any plan to add the Skills Based Routing strategy in
2005 Feb 21
2
Conecting to asterisk server through NAT usingIAX
Hallo Did you allow udp outgoing on 4569 as well.. i found udp bit different than tcp when comming to firewalls liaan ----- Original Message ----- From: "Bartosz Wegrzyn - asterisk" <junk@lexon.ws> To: <timebandit001@gmail.com>; "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Monday, February 21, 2005 12:29
2010 Jan 03
0
Re: virsh -c xen:/// list: = Connection refused, Set up Xen 3.4.2 & Libvirt 0.6.1 on top of Ubuntu 9.04 Server
Following your suggestions (except 1) :- 1. Made direct port Xen 3.4.2 to Ubuntu Jaunty Server & applied ext4 patch for pygrub from Mark Johnson (MRJ) 2. Edited xend-config.sxp (xend-http-server yes) # service xend restart # ln -s /usr/local/bin/pygrub /usr/lib/xen-default/bin/pygrub # apt-get install virt-manager libvirt-bin kvm # export VIRSH_DEFAULT_CONNECT_URI="xen:///" #
2003 Nov 18
1
DIAX - Can place a call, but can't be called?!
Greetings, DIAX seems to work well placing calls, but I can't actually receive a call . Here, DIAX (x305) "registers", then I use a sip phone to place a call to DIAX (which definitely is not in use by me at debug time, but it is idle on my desktop.I think), and then * goes to vmail. Here's the debug output: affinity*CLI> iax debug IAX Debugging Enabled Rx-Frame Retry[N/A]
2015 May 13
1
registering IAX with Teliax
Hopefully this is really a generic question about IAX and doesn't turn out to be something specific to Teliax, because they haven't been too helpful so far. All they can tell me is that my login shows "status unknown" on their end, which prevents me from receiving inbound calls on my Teliax number. Outbound calls through the same server work fine, which rules out most networking
2004 Apr 01
0
I'm still a little lost...
I downloaded iaxComm and get up my iax.conf file and the extensions.conf. Here is the out but from CLI in iax debug. What did I forget to do??? Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ Timestamp: 00001ms SCall: 10489 DCall: 00000 [192.168.50.66:4569] USERNAME : 100 REFRESH : 300 Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type:
2005 Mar 14
2
FWD IAX Problem
Hi All, I am having trouble with receiving calls from FWD via IAX. I know this isn't a FWD support forum, but I suspect the problem is my asterisk setup. The problem is that I can dial out to fwd subscribers, even myself but they can't dial me using my FWD number. I don't know much about IAX, but it would seem to me like a registration problem, but I get no errors or warnings in
2011 Apr 17
5
cube root
This is some interesting: > -8^(1/3) [1] -2 > x=(-8:8) > y=x^(1/3) > y [1] NaN NaN NaN NaN NaN NaN NaN NaN 0.000000 1.000000 [11] 1.259921 1.442250 1.587401 1.709976 1.817121 1.912931 2.000000 So, can anybody explain this?! (Why is x[1]^(1/3)=y[1]=NaN, but -8^(1/3)=-2?) Thx!!! [[alternative HTML version deleted]]
2006 Nov 22
0
iax2 - wildiax phone & myself puzzled
I know in advance maybe I'm overlooking something stupid, however I'm really lost and cannot find the solution... Situation: - asterisk-1.2.13 on a linux box with no iptables active. - one iax2 peer defined - one wildiax phone running on my laptop the soft phone is configured to connect & register on asterisk, however, I cannot get it working. What am I missing? Please help!!
2012 Jan 28
2
wireframe_box_axis
Dear all! I am using wireframe function from lattice package. Is it possible to remove box around the plot but to keep axis (x, y, z)? Thanks in advance! [[alternative HTML version deleted]]
2004 Dec 21
0
IAX2 insists on not using port 4569??
For some reason, starting just today, 1 out 3 of my asterisk servers is having issues calling 1 other server. The only issue I see is that when it registers with the problem server it is using port 1027, not 4569. ie: Registered to 'Server 1', who sees us as 'Server 2':1027 Server 1 then proceeds to timeout trying to register with Server 2. The way I have each server registering
2004 Aug 10
1
Firefly and *... Argh!
Okay, I've read as much as I can, and I think i've followed instructions, but I'm still having problems with * and firefly... I can get outgoing to other freshtel working, but not incoming (I get the "not available" voicemail), or outgoing to landline. I'm using the debian asterisk package (0.9.1-RC1-4) My iax.conf has in general (under my FWD register, which