Displaying 20 results from an estimated 700 matches similar to: "Asterisk runs at 100% CPU"
2008 Jul 07
2
Codec negotiation for Thomson ST2030 and g729
Hi all,
i'm trouble with codec setup on an asterisk machine 1.4.18 and some
Thomson ST2030 as extensions.
In the users.conf file for internal extension i have:
disallow=all
allow=g729
allow=alaw
allow=ulaw
Without any codec installed (i mean with original g729 of asterisk)
all go fine, calling from an extension to one other:
Peer User/ANR Call ID Seq (Tx/Rx) Format
2007 Sep 06
1
Dead SIP channels
I am using a2billing as calling card platform with asterisk 1.2.17.
After running for several days, if I issue 'sip show channels' command, I got a lot of dead sip channels although 'show channels' command only show 5 channels. What cause these dead channels? How can I clean out these dead channels? Will they pose any problem to my * server if left alone? What does this (d) mean?
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:
2008 Feb 13
3
urgent-channels
Hi All
I am using asterisk 1.2.4
Please see the results when I execute Sip show channels
X
X
X
X
x
192.168.8.106(None) 04cddc1f5a0 00101/00000 unkn No
215.96.142.83 (None) caac0846-cf 00101/00000 unkn No
192.168.8.106(None) 94910146-46 00101/00000 unkn No
192.168.8.106(None) 793ed1eb0f2 00101/00000 unkn No
85.219.172.253 (None)
2006 Jun 22
3
Showing Current Calls
Can someone recommend the best way to view current calls in progress on the Asterisk console?
Neither the 'show channels' or 'sip show channels' commands are easy to read.
hestia*CLI> show channels
Channel Location State Application(Data)
SIP/2944093-f9e2 (None) Up Bridged Call(SIP/2944079-e7f2)
SIP/2944079-e7f2
2007 Dec 07
2
7960 Won't Register Yet Multiple Attempts?
Hi List,
I've got a 7960 that's behind NAT (nat_enabled: 1 and
nat_received_processing: 1) and for whatever reason doesn't seem to
register, or at least hold a registration. If both the phone and the
router (netgear) are rebooted, the phone will register, take a few
incoming/outgoing calls no problems, then a few hours later, it drops the
registration and never re-registers. If the
2005 Jul 14
0
Polycom behind firewall issue
I have a user that just got a broadband connection so she could have an
extension off our pbx. The service is DSL and uses a speedstream 5200
dsl router. I sent her a Polycom IP300. At first it would not access the
config files via ftp so I had tech support walk her through setting the
phone's internal IP to be the dmz. This allowed me to set up the phone
using the web interface and now
2004 Jun 01
1
Stuck SIP channels? -> SIP show channels
Hello all
I've discovered that SIP channels sometimes get stuck in *.
I've read some posts from Fri 29 Aug 2003 which mentions this issue, but
there doesn't seem to be any final answers
I don't know if this is related to the 0001604 bug?
Below is a list from one of the incidents:
I know the (d) means that it is scheduled for destruction but the 10.1.1.45
channel hasn't
2009 Sep 27
1
Peers Listed in "sip show channels"
Hi,
I am using Trxibox 2.6 latest ISO install.
Following is the output of : "sip show channels"
[trixbox ~]# /usr/sbin/asterisk -rx "sip show channels"
Peer User/ANR Call ID Seq (Tx/Rx) Format
Hold Last Message
212.53.40.40 0218245 6cfb845d050 09011/00000 0x0 (nothing) No
192.168.1.116 (None) YTc4ZmM3NjV 00101/00006 0x0
2008 Feb 26
1
iax trunking problem
i have 2 asterisk servers one on CentOS and one on Fedora , i configured IAX trunking between the 2 servers so that i dial -say from a sip extension 2000 on fedora server to a sip extension 3000 on CentOS server the call seems to be established but hangup automatically after very short time and here is the iax2 set debug command result on centos server and also my iax.conf and extension.conf and
2010 Apr 28
1
Problem with optimization (constrOptim)
Hello,
I have the following problem:
I have a set of n matrix equations in the form of :
[b1] = [A] * [b0]
[b2] = [A] * [b1]
etc.
vertical vectors [b0], [b1], ... are GIVEN. We try to estimate matrix A. As
there are many equations (more than cells in matrix A) the system has no
solutions.
A is transition matrix (stochastic matrix) or markov process, so the sum of
each row = 1 and each entry is
2020 Jan 07
4
[Bug 1396] New: When rule with 3 concat elements are added, nft list shows only 2
https://bugzilla.netfilter.org/show_bug.cgi?id=1396
Bug ID: 1396
Summary: When rule with 3 concat elements are added, nft list
shows only 2
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P5
Component: nft
2006 Jan 03
1
IAX2 channels denoted as '(None)'
I have some stuck channels that I think I'm going to have to bounce
Asterisk to get rid of, but am curious to know what they are and how
they've managed to accumulate. The show up with a channel identifier of
'(None)' as in the output below, and do not show up in the soft hangup
list, and so can't be cleared by that method. Here is the output from
iax2 show channels:
2004 Oct 06
2
IAX2 Sporadic TX/RX retries
Hi,
I'm trying to track down why I'm getting calls dropped on an infrequent basis
between two asterisk servers which are at the same physical location and
connected to each other with UTP ethernet. Here is the connection diagram
Asterisk Server 1 ===UTPENET== Switch ====UTPENET==== Asterisk Server 2
I see sporadic RX and TX frame retries when I enable iax2 debugging on either
box.
2004 Dec 23
1
RE: IAX2 calls failing one way
I received this before, and it is because you are using the wrong context in
the iax.conf.
For example:
The context must match the username in the register statement.
Iax.conf...
register => username:secret@iax.host.net
[username]
type=friend
context=iax-in
user=username
secret=secret
auth=plaintext
host=iax.hust.net
----------------------------------------------------------------
2004 Jul 16
1
SIP channels UNKWN
I'm having an oddball issue with a Polycom SoundPoint IP 500. As you
can see below Asterisk thinks there are 2 SIP channels active, but show
channels tells me there are no calls active. Anyone have any idea why
this is happening? The Polycom occasionally stops accepting calls and
requires a power cycle.
fs-1*CLI> sip show channels
Peer User/ANR Call ID Seq
2009 Nov 07
1
Difference between 'core show channels' and 'sip show channels' ??
vps*CLI> iax2 show channels
Channel Peer Username ID (Lo/Rem) Seq
(Tx/Rx) Lag Jitter JitBuf Format
0 active IAX channels
vps*CLI> core show channels
Channel Location State
Application(Data)
0 active channels
0 active calls
vps*CLI> sip show channels
Peer User/ANR Call ID Seq (Tx/Rx) Format
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
2003 Aug 13
1
FWD SIP phone format=2, FWD call format=4, why?
Hi!
I'm trying an asterisk-FWD connection. I'm using X-Lite OR SIPPS as the
IP phone. I configured the X-Lite and SIPPS to use GSM codec. Whe I
call FWD, I get this info on the channels when the call has not been
stablished yet:
sip show channels
Peer User/ANR Call ID Seq (Tx/Rx) Lag Jitter
Format
192.246.69.223 613 1770bf3430d 00102/00000
2008 Mar 28
1
IAX user register problem
hi,
i want to call PC2PC between to IAX client without authentication i
want to allow every user to use PC2PC no any password required. Please
let me know what i have need to do in IAX.conf or any other file to
allow any user to call Pc2Pc.
My IAX.conf
[guest]
type=user
context=default
callerid="Guest IAX User"
My extensions.conf
[default]
exten=>_.,1,Dial(IAX2/${EXTEN})