Displaying 20 results from an estimated 2000 matches similar to: "IAX2 and INVAL packets"
2010 Nov 10
1
Random call drops on IAX2
Hello list,
I have an Asterisk setup with the following details:
1. 3 x internal extensions / sip hardphones - Grandstream 2000
2. 2 x internal extensions / dahdi cordless phone
3. 1 x 2 FSX ports OpenVOX pci card
4. 1 x internal sip extension / sip softphone (linphone)
5. 1 x 800Mhz Asterisk + Linux server
6. Asterisk version is 1.6.2.13
7. 1 x IAX2 incoming trunk from phone provider for 1
2007 Dec 14
2
Stange pause between extensions commands.
Hello,
i have a simple but annoying problem. I have the following entry in
/etc/asterisk/externsions.conf file:
---<Cut Here>---
exten => 10100,1,Wait(4)
exten => 10100,2,Playback(transfer,noanswer)
exten => 10100,3,Dial(${PHONE30},30,t)
exten => 10100,4,Background(extension)
exten => 10100,5,Background(is-curntly-unavail)
exten => 10100,6,Voicemail(9999)
exten =>
2006 Oct 23
1
INVAL Messages
All,
Has anyone seen INVAL messages on an IAX link before?
I'm occasionally getting them from my Gateway provider, and I need to
narrow down the potential cause.
Symptoms are: Incoming calls fail, I see NEW, AUTHREQ then INVAL
messages between the two A*k boxes... then for no reason at all it'll
start working ok again..
My Asterisik: 1.2.10, Gateway A*k : 1.2.0
2009 Oct 02
1
IAX2 Call rejected, CallToken Support required
Hi All,
I am using Asterisk 1.4.26.2 and I am getting the following problem
making connections to this server. My other servers are Version 1.2.x
which have no problems and this 1.4.26.2 server can call the other 1.2.x
servers.
The error is:
chan_iax2.c:4251 handle_call_token: Call rejected, CallToken Support
required. If unexpected, resolve by placing address 192.168.25.250 in
the
2010 May 05
1
IAX2 Auto-congesting call due to slow response
Hi all,
I am trying to connect to a softphone application using an Iax channel on
Asterisk 1.4.30. I can do outbound calls, from softphone to asterisk, but
not inbound from asterisk to softphone.
I get the following Debug:
----------------------------------------------------------------------
----------------------------------------------------------------------
Tx-Frame Retry[000] -- OSeqno:
2007 Mar 19
4
Teliax problems, they say use SIP, more mature & better working than IAX
We have a Teliax IAX trunk that we use as an overflow for our four
regular business lines into our local Asterisk PBX (Trixbox). We have
our Teliax account set up so that it goes to a Teliax voicemail box if
it cannot reach our Asterisk server, and we have the channel set up for
5 simultaneous connections. Occasionally, calls are sent to the Teliax
voicemail box for no apparent reason. In
2006 Jun 13
2
No incoming sip calls
Hi folks - I've recently returned to asterisk after an eighteen month break.
I've two sip providers - gradwell in the UK (inbound and outbound)
and talklite in the US (outbound only).
I've managed to get outbound dialing working but am not receiving any
calls from gradwell.
I've included my sip.conf and extensions.conf as well as the output
from tethereal. When a call is placed
2008 Feb 14
6
UK -999 dialing issue
Hi Amit
OK, the majority of our calls go out via zaptel fxo and pstn lines.
When these are all busy, calls are routed via a VOIP provider here in
the UK. All activity is recorded in our logs, and I can find no trace
of either 999 or 112 (if since been reminded that in the UK, you can now
also use 112 which is consistent with continental Europe).
I can't find a call placed at the relevant
2006 Mar 10
1
Configs for Gradwell and inWeb
Does anyone here use either Gradewell or inWeb for service? They are both UK based. I'm trying to get a couple of
inbound IAX2 based numbers from both of them to work with no luck at all. The one thing that sets these guys apart from
the rest of companies offering inbound numbers is they tie the account to the IP of the asterisk server. Neither use
register lines in iax.conf, there appears
2012 Jan 12
1
how to set callerid in php AGI file.
Hi,
I am using phpagi for agi scripting. and want to update callerid number but
didn't get any success. please help me how to update PHPAGI is new for me.
Below is the code which I write.
#!/usr/bin/php -q
<?php
set_time_limit(30);
//require(.phpagi.php.);
include("phpagi.php");
$agi = new AGI();
//answer the call
$agi-> answer();
2006 Jun 09
1
hangup extension
I've been testing the debug version of AstTAPI, which worked for a few
calls, then a bit later in the day (and ever since), when the call is
hung up, the TAPI client doesn't get notified.
Looking at the server logs, The TAPI message that is sent upon hangup,
isn't being sent.
exten => h,1,UserEvent(TAPI|TAPIEVENT: LINE_CALLSTATE LINECALLSTATE_IDLE)
This is in the same context as
2006 May 22
1
SIP to IAX - forcing codec pass thru
hi
We take calls inbound via SIP from our Cisco PSTN gateways, and pass it
to customers using IAX (they run their own asterisk servers).
We've noticed that asterisk is transcoding the call into a different
codec, if the customer prefers a codec different to that which our cisco
gw prefers. As such, the quality of the call can degrade.
We'd rather asterisk just passed through the RTP
2010 Oct 17
2
Error with Connecting Two Asterisk BOX with IAX
Hello,
I'm trying to conect two 1.6.2.13 Asterisk server with IAX.
This is my configuration:
Asterisk A:
iax.conf
register => coiax:pass1 at 69.164.207.166
[smiax]
type=friend
host=dynamic
trunk=yes
secret=pass2
context=phones
deny=0.0.0.0/0.0.0.0
permit=69.164.207.166/255.255.255.255
qualify=yes
Console:
iax2 registry
69.164.207.166:4569 N coiax 69.164.197.105:4569
2007 Jul 30
3
Lightweight IAX balancer
Hi list
I've written a tool that works as a lightweight (standalone - no asterisk) balancer for IAX servers. It's in early development now, but seems to be stable enough and handles couple hundred simultaneous calls with not much latency (SIPp + asterisks tested).
It's configurable by listing servers' IPs in iaxproxy-servers file loaded at startup and will keep track of load on
2008 Apr 29
1
Debugging DTMF
Hi All,
I'm trying to debug DTMF issues I have with certain endpoint
conferencing systems (external, 3rd party).
On our A*k server I log DTMF, and I see that coming through in the log.
What I'd like to see is what is sent onto our VoIP carrier over SIP.
I can do a tcpdump of the packets, but what am I then looking for?
Would it be in the RTP audio stream or within the SIP
2006 Nov 21
1
Hairping calls and Originating CLI
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3659 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061121/10d6b6f8/smime-0001.bin
2008 Mar 25
1
[root@84-45-228-40.no-dns-yet.enta.net: Cron <chris@home> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand
I'm getting this error message and I don't really understand what
rsync is trying to tell me:-
rsync: link_stat "/rdiffBackup/gradwell/Mail/." failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9]
Can anyone explain what it's saying please. /rdiffBackup/gradwell/Mail/
does exist and is
2003 Mar 31
2
iax problems
I'm having some trouble with placing some iax calls over an openvpn:
Setup A is a 1.8GHz Celeron, T100P attached to a Zhone Zplex.
Setup B is a 266MHz P2, T100P attached to a Zhone Zplex.
Setup C is a 700MHz P3, T100P attached to an Adtran TA 750.
Setup D is a 233MHz Pentium, with an X100P.
Setups A and B are on the same physical network. IAX calls routed
between them work fine.
Setup D is
2009 Sep 04
1
OT - log rotation [solved]
[This email is either empty or too large to be displayed at this time]
2009 Jun 10
1
Resetting Marker Bits
Hi All,
I'm looking for how to enable SIP Markers, or specifically, how to have
the TIME reset when a call route changes.
I'm debugging an issue, where a sip client we have switching to
one-way-audio, when an asterisk server fruther down the call path dials
out to the PSTN. Scenario is:
SIP Client -> A*k1 -> A*k2 -> PSTN Provider/Gradwell -> O2 ->
Mobile