similar to: Help me understand these log messages

Displaying 20 results from an estimated 2000 matches similar to: "Help me understand these log messages"

2011 May 17
1
Name or service not known
Hi, my log is full of errors from this mobile user: -- Registered SIP '0010106' at 212.93.97.135:7759 [2011-05-17 17:44:05] NOTICE[21456]: chan_sip.c:19804 handle_response_peerpoke: Peer '0010106' is now Reachable. (381ms / 10000ms) [2011-05-17 17:44:06] ERROR[21456]: netsock2.c:245 ast_sockaddr_resolve: getaddrinfo("212.93.97.135:7759", "7759", ...): Name
2013 Mar 15
1
Asterisk uses 3 seconds to send ACK after OK
Hello! We recently upgraded one of our customers from 1.4.44 to 1.8.15-cert1. We have several other customers running both versions. The customer in question does not use us as their provider as they?re located in a different country. When they make outgoing calls, there is a 3 second delay between answering the call and the call being established. When debugging this, I found that Asterisk
2012 Aug 17
2
How to test Websocket support in SIP in Asterisk trunk?
I see no indication of how to do this in sip.conf, and when I start Asterisk, it doesn't wait on port 80. Greetings, -- Juan Carlos Castro y Castro Instant Solutions - Telefonia Gerando Resultado http://www.instant.com.br Principais capitais: 4063-6100 Demais regi?es: (11)4063-6100
2017 Jan 06
3
Issue with handling of 480 DND
Hi List, we're calling a sip phone from our Asterisk Server, and try to add logic depending on the dialstatus Stripped down example; exten = 494XXXXXXXXX,n,Dial(SIP/4120089,15,w) exten = 494XXXXXXXXX,n,Goto(98-${DIALSTATUS},1) exten = 494XXXXXXXXX,n,Hangup() ..... exten = 98-BUSY,1,NoOp(Busy) exten = 98-BUSY,n,ExecIf($["${Voicemail}" =
2020 Jun 08
0
pjsip extensions rings but call drop on answer
Hi, I created an IAX2 trunk between my old Asterisk 1.4 server (A) and my new one with v. 16.10.0 (B). The trunk seems to be up, and the calls are initiated, eg. an extension from A can dial an extension in B which rings. However, as soon as the extension in B answers, the call is terminated. This is what I see in the console of B: -- Called PJSIP/4053 -- PJSIP/4053-00000002 is ringing
2010 Dec 24
5
SRTP unprotect: authentication failure
Hello! Ater several successful SRTP-enabled calls with SRTP set to Mandatory, asterisk starts to give the following warnings in Log: WARNING[13714] res_srtp.c: SRTP unprotect: authentication failure (continiously) and client hears no sound. After i restart the client program it works fine again for a while. Then the same warning again. Asterisk 1.8.1.1, RealTime engine, sip peer has
2010 Oct 23
4
Asterisk 1.8 IAX Registration
Hi, Have just been testing asterisk 1.8.0, 1.8.0-rc5 and a trunk version from about half an hour ago. IAX Friends (Zoiper Softphones) don't stay registered for more than a few seconds they start out with status unknown and quickly become unreachable, I am using realtime with postgresql, with tables and configuration that have worked fine for IAX in 1.6 and a trunk release from a few months
2013 Jun 23
1
IAX2 netsock error with name resolution
Am getting netsock error like this when using IAX2, Connected to Asterisk 11.2.1 currently running on indiaprimaryast01 (pid = 4270) == Using SIP RTP CoS mark 5 -- Executing [2001 at Test:1] Dial("SIP/4090-00000005", "SIP/2001 at IAX2/IND-MAN,30") in new stack [Jun 23 06:31:36] NOTICE[4383][C-00000005]: chan_sip.c:29491 sip_request_call: Conflicting extension values
2020 Oct 14
1
Fwd: call-id on cdr's
Hi. I'd like to get the call-id from a call (the *C-0000061c* part) to set in on a field on cdr's, like [Oct 8 16:09:37] VERBOSE[25701][*C-0000061c*] app_queue.c: SIP/12234-00006b18 is busy [Oct 8 16:09:37] VERBOSE[25701][*C-0000061c*] app_queue.c: Nobody picked up in 0 ms [Oct 8 16:09:38] VERBOSE[25843][*C-00000622*] netsock2.c: Using SIP RTP CoS mark 5 ... same =>
2014 Nov 21
1
Not able to register an Extension
Hi folk, I'm trying to register an extension through softphone and got stuck.I got below error:- [Nov 22 07:31:28] ERROR[3522]: sip/reqresp_parser.c:2265 parse_via: missing sent-by in Via header [Nov 22 07:31:28] ERROR[3522]: netsock2.c:269 ast_sockaddr_resolve: getaddrinfo("", "(null)", ...): Name or service not known [Nov 22 07:31:28] WARNING[3522]: chan_sip.c:16056
2011 Mar 10
1
[1.8] Unable to Register: Registration denied because of contact ACL
Hello All, Some new security stuff is going on I suppose in 1.8 that I am not familiar with and would appreciate your help In a scenario such as the following: Internet --> SBC --> Asterisk upon trying to register an endpoint, the following is being observed on the Asterisk Console. Have Googled this but haven't come up with anything that helped much. [Mar 10 11:53:59] ERROR[21272]:
2011 Mar 21
2
1.8 realtime - segfault
Hi, I have installed Asterisk 1.8 and am using realtime dialplan contexts from a mysql table. Asterisk keeps segfaulting. When I trace the thread ids associated with the segfaults in the full log, all they have in common is netsock2.c: == Using SIP RTP CoS mark 5 which is probably a red herring since it appears so often in threads that do not segfault. When compiling, I ticked all the
2012 Jan 28
1
process_sdp: Unsupported SDP media type in offer: audio , Failing due to no acceptable offer found
Hi All, I'm trying to upgrade asterisk server to 1.8.x from my asterisk 1.6, But when making A Call from SIP Client, I got cli Warning ... and no call has been made. My Sip Client is using lib java peers client http://peers.sourceforge.net/ with standard codec PCMU/PCMA [Jan 28 23:03:32] WARNING[1654]: chan_sip.c:8942 process_sdp: Unsupported SDP media type in offer: audio 0 RTP/AVP 0 8
2016 Feb 10
2
Unexpected termination of the call when pick up (res_pjsip)
Please help find the cause of strange behavior res_pjsip. Making outgoint call to other sip server (CommuniGatePro), my asterisk suddenly sends BYE after picking up! Partial log of an outgoing call with full debug is attached and on web: http://pastebin.com/tLNCpx4d No diagnostic messages why asterisk suddenly decided to hangup i don't found :( There are suggestions or strong belief
2012 Jan 18
1
Compile error 1.8.8.1
Hi, While compiling 1.8.8.1, I met the following error: [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
2015 Jul 14
2
pjsip.conf question
I am currently running Asterisk 13.1.0-1 I have a chan_sip configuration that works fine with a 3rd party. Third party does not use authentication or registration, it's ip based authentication... When I try switching to PJSIP.conf, I seeing 488 responses from the Asterisk side. What has me really baffled is the debugging indicates [Jul 14 17:28:24] DEBUG[3620] pjsip: sip_endpoint.c
2014 Dec 23
0
Fwd: no ipv6 dns resolution for outbound registration with pjsip/asterisk13.1
3rd attempt to post it to the list, please ignore if it is duplicate I have the following problem When trying to setup asterisk 13.1 with PJSIP to connect to my IPV6 capable SIP provider the registration fails. [code][Dec 22 19:24:24] DEBUG[25247] pjsip: tsx0x110736c .Transaction created for Request msg REGISTER/cseq=36181 (tdta0x721d90) [Dec 22 19:24:24] DEBUG[25247] pjsip:
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
Hello all, mmm a bit embarrassing about not having a clue as to why we're getting this error on make of 1.8.3 [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o
2014 Mar 27
1
Asterisk SSL support broken with update from openssl-1.0.0 to 1.0.1e, recompiling does *not* help
I am having an issue that prevents WebSockets over SSL/TLS (or any kind of encrypted HTTP traffic to Asterisk) from working after an openssl library update. My setup is CentOS 6 x86_64, and initially, with openssl[-devel]-1.0.0-20.el6_2.5.x86_64 . With this openssl versions, https over TCP port 8089 initializes correctly with asterisk-11.7.0. After an upgrade to
2013 Apr 21
1
Strange problem with Asterisk 1.8.9.3
Hello List. Last month i started to face a strange issue on an asterisk server 1.8.9.3 built on Centos 5.3 x86_64 dedicated server. out of the blue UDP stops responding .. and keep getting the following output: ---------------------------------- Opening message for the problem -------------------------------------------------- [Mar 21 09:57:04] ERROR[6748] netsock2.c: