Displaying 20 results from an estimated 5000 matches similar to: "Asterisk crash issue"
2013 Sep 03
3
Asterisk crash
Hello List,
In our lab asterisk has crashed due to some unknown reason and it has been restarted by safe_asterisk service. But before crash we can see lots of below log entry (asterisk version 1.8.9.3).
Sep 3 07:55:21] WARNING[16287] res_rtp_asterisk.c: RTP Transmission error of packet to [2002:c117:a683::c117:a683]:20940: Address family not supported by protocol
chan_sip.c: Purely numeric
2016 May 27
2
What this attacks means?
Hi to everybody
my system is be attack, but I dont know what this means
[May 27 15:12:24] WARNING[26018] chan_skinny.c: Partial data received,
waiting (76 bytes read of 786)
[chan_skinny.c] skinny_session[0][C-00000000] skinny_session:
WARNING[May 27 15:52:32] Asterisk 13.8.0 built by root @ asterisk on a
x86_64 running Linux on 2016-04-04 19:02:51 UTC
[May 27 15:52:32] NOTICE[2306] cdr.c: CDR
2015 Mar 23
1
Unable to connect to remote asterisk
Hello list!
I?m working on a fresh Asterisk install over CentOS7 base. I?m using ?Asterisk. The Definite guide? book as a reference.
I connect and work using SSH
Problem I have - I can?t connect to asterisk from remote. Getting error:
$ sudo asterisk -rvvvvvv
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
Yes, it exist, and service runs:
[asteriskpbx at
2023 Aug 18
2
PJSIP Losing knowledge of external_media_address
I've seen this happen three times in the wild now. I've been trying to
isolate the source of the issue, but so far it seems like there's not
enough debug output to know why this occurs.
Long story short:
- Start Asterisk
- PJSIP Handles receiving INVITE from ITSP via WAN (Asterisk is behind
NAT). SIP is handled correctly, Asterisk responds OK with RTP media
address of
2008 Aug 09
1
how to know what codec is being used
Hi,
how would i know what codec is being utilized? currently i have set allow=ilbc disallow=all.
i unset all codecs on x-lite except ilbc.
i tried to make a call and look at the channel i see these. does this mean it is using ulaw? how about writetranscode? does that mean there is no transcoding happening on the call? call is going thru, rtp is also going thru. what i would like to know is does
2015 Feb 24
2
having trouble to register cisco 7975 with pjsip
Ok after I added tcp transport and disable force_rport phone get registered, but still have issues with calls,
when I call from cisco from, it work except hangup.
when I call to cisco phone asterisk return congested
debug of call
<--- Transmitting SIP request (952 bytes) to TCP:192.168.1.61:51179 --->
INVITE sip:111 at 192.168.1.61:51179;transport=tcp SIP/2.0
Via: SIP/2.0/TCP
2006 Dec 07
1
Codec Selection in asterisk
I have around 20-30 softphones behind NAT .. My sip.conf has nat=yes and
they all are able to register and make calls with no problem . My voip
carrier supports gsm as well as ilbc .. Server takes calls from sip phones ,
does call recording in between and forwards to voip carrier . My problem is
that half of my softphones use ilbc and rest use gsm and my provider
supports both gsm as well as
2005 Jun 10
3
Comparison
I'm not an expert either, but I see people choosing iLBC over speex
all the time with asterisk; partly it's because they have more
market share in hardphones, and partly it's because of marketing and
such. (another reason is that iLBC source is included in asterisk,
and speex is only compiled in if you have the speex development stuff
on your machine when you compile
2013 Aug 18
1
Asterisk SIP Trunk between two Asterisk Servers
Hi,
Am making a simple SIP trunk between two Asterisk server,
Server 1
sip.conf
[usman02]
type=peer
username=usman02
secret=usman02
host=10.30.2.58
context=man02-trunk
port=5060
qualify=yes
disallow=all
;allow=g729
allow=g729
;allow=alaw
nat=force_rport,comedia
dtmfmode=rfc2833
relaxdtmf=yes
insecure=invite,port
extensions.conf
[man02-trunk]
exten => _1X.,1,Dial(SIP/usman02/${EXTEN})
exten
2015 Jul 23
2
Cisco 7940 and PJSIP registration
Thank you.
I read that last yesterday afternoon, and I could've sworn I tried that but I will look into it again (I've tried so many different things it was getting cloudy what I've tried and what worked etc, combined that the extension config gets messed up after playing with it so much so I'm often recreating it as well).
I also found a bug report in the FreePBX bug tracker
2003 Apr 16
4
iLBC
i tried asterisk ilbc codec against kphone. when the call got
connected, i started to immediately get these kind of message to the
console:
WARNING[14350]: File codec_ilbc.c, Line 141 (ilbctolin_framein): Huh? An ilbc frame that isn't a multiple of 52 bytes long from RTP (50)?
WARNING[14350]: File codec_ilbc.c, Line 141 (ilbctolin_framein): Huh? An ilbc frame that isn't a multiple of
2004 May 19
1
using iLBC
I want use iLBC and have following in mind, please help me is it possible ?
ISDN <-----(ALAW)-----> * <-----(ALAW)-----> SNOM
SIP??<-----(iLBC)----->?*?<-----(ALAW)----->?SNOM
1. ISDN incoming codec is ALAW SNOM codec should be ALAW (can't be iLBC
because a lack of codec).
2. SIP incoming codec should be iLBC (snom is ALAW).
3. SIP outgoing codec should be iLBC /snom
2008 Apr 13
1
compilation of asterisk 1.4.19 with ilbc already on system
I already have ilbc installed on my system. The files
are:
/usr/include/ilbc/iLBC_decode.h
/usr/include/ilbc/iLBC_define.h
/usr/include/ilbc/iLBC_encode.h
/usr/lib/libilbc.a
/usr/lib/libilbc.la
/usr/lib/libilbc.so -> libilbc.so.0.0.0
/usr/lib/libilbc.so.0 -> libilbc.so.0.0.0
/usr/lib/libilbc.so.0.0.0
However, if I do a "make" in asterisk-1.4.19, it will
not detect that libilbc.a
2015 Jul 22
2
Cisco 7940 and PJSIP registration
I?ve gotten to the bottom of this;
Seems that the pjsip.endpoint_custom.conf isn?t getting included properly, or my syntax is wrong.
If I put force_rport=no into pjsip.endpoint.conf and reload only Asterisk, everything works perfectly. Unfortunately, I?m using FreePBX, so it owns this file and my changes won?t persist a FreePBX reload.
Brendan Ord
OntheNet - Network Engineer
P 07 5553 9222
F
2014 Dec 05
2
Inbound call from sip peer to internal webrtc peer fails while internal sip-webrtc calls work
Hello,
I'd appreciate your comments on the following problem I'm having, please
forgive me if this is something obvious, I've been scratching my head on
this for a while:
I have Asterisk+Kamailio setup where I'm currently testing inbound calls
from outside. I have both webrtc and sip clients, where webrtc peers are
defined according to sip.js instructions (
2007 Apr 27
4
Unable to find a codec translation path from ilbc to ulaw
Hi!
As the upstream of my DSL-connection is very slow, I'd like my
sip-phones to use iLBC to connect to my *. My gateway provider only
allows ulaw. Hence, I'd like to use the follwing setup:
SIP-phone <--iLBC--> Asterisk <---ulaw----> PSTN-Gateway
I get the following error:
"Unable to find a codec translation path from ilbc to ulaw"
Setup SIP-phone:
disallow=all
2015 Jun 07
2
Curious problem with NAT
Ashwin Surendran <Ashwin.Surendran at now-health.com> schrieb:
> Have you tried NAT=force_rport ?
OK, tried...
I can transmit from my phone (aka: I hear my voice on another phone), but I'm
not able to receive data (aka: I cannot hear what I say on the other phone).
Other suggestion?
Thanks
Luca Bertoncello
(lucabert at lucabert.de)
2010 Apr 18
1
problems originating an outgoing IAX2 call
Dear all
i'm trying to originate an outgoing call with the command originate,
from Asterisk's CLI i'm typing:
CLI> originate IAX2/my-iax-provider/number2call application wait 10
[Apr 18 19:31:12] DEBUG[32331]: chan_iax2.c:4000 create_addr:
prepending 40 to prefs
-- Call accepted by 62.149.202.150 (format ilbc)
-- Format for call is ilbc
-- Hungup
2004 Oct 01
2
Forcing a codec
Hi,
I'm having trouble explicitly forcing a codec between sip devices. Am
I missing something or is this not really possible?
I have a grandstream registering to asterisk, named sip0. Sip0 registers,
via sip, to another asterisk box, sip1. When I place a call from the
grandstream, it will travel through sip0 to sip1, where it is then placed
to the PSTN. Nothing can reinvite, this path is
2004 Jan 26
3
X-Lite & Asterisk: Speex & iLBC not working?
This seems to have been reported before, but I've seen no resolution:
http://lists.digium.com/pipermail/asterisk-dev/2003-August/001470.html
http://lists.digium.com/pipermail/asterisk-users/2003-August/019091.html
http://lists.digium.com/pipermail/asterisk-users/2003-October/024472.html
When forcing use of Speex, no sound comes out at all (Speex-1.0.3 on the
Asterisk server)
When forcing