similar to: No subject

Displaying 20 results from an estimated 2000 matches similar to: "No subject"

2007 May 14
1
IAX2 peer unreachable in one direction - NAT problem?
The situation is one of my asterisk servers is behind a NAT firewall and one is not. Both servers have multiple IAX peers. The NAT firewall has port 4569 mapped through to the asterisk server behind. But, the natted server is almost permanently unreachable from this non-natted server, even though, the non-natted server is almost permanently _reachable_ from the natted server. Details are below
2007 May 15
0
IAX2 peer unreachable in one direction - NATproblem?
To answer my own message, I figured out a solution (untested) about 10 minutes after posting and leaving the office. Doh! Anyway, the solution (now tested) was to make the Asterisk server behind the NAT register with its peers. Despite reserving port 4569 in the firewall, that was not enough in this particular NAT firewall - it was only being reserved for one connection. Kind regards, Sebastian
2008 Jun 02
0
OT - Intel IPP 5.3
Hello, For education purpose, I would like to add G729 support to an Asterisk 1.4.19.1 system. I've read this : http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/ but when downloading Intel IPP software, it appears that latest IPP version is 5.3. As installation instructions here ( http://www.readytechnology.co.uk/open/ipp-codecs-g729-g723.1/doc-svn8.txt) relates to Intel IPP
2023 Nov 09
1
help with crash
2023-11-08 18:14:13] ERROR[571246][C-000017e2] : Got 19 backtrace records # 0: [0x5bd18a] asterisk utils.c:2800 __ast_assert_failed() # 1: [0x4618e3] asterisk astobj2.c:589 __ao2_ref() # 2: [0x58e660] asterisk stasis_cache.c:824 update_create() # 3: [0x58efed] asterisk stasis_cache.c:903 caching_topic_exec() # 4: [0x586b90] asterisk stasis.c:1380 dispatch_message() # 5: [inlined] asterisk
2016 Feb 24
4
Crash asterisk res_odbc
Dear list, i have a issue Asterisk crash (Module res_odbc exactly) after the same log who is "/ERROR[23805] astobj2.c: bad magic number.../" you will see on the log : Today [2016-02-24 16:00:38] ERROR[23805] *astobj2.c: bad magic number 0x552f302e for 0x7fe3505b3958* [2016-02-24 16:00:44] Asterisk 11.2-cert1 built by root @ Voice_server on a x86_64 running Linux on 2013-04-09
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
2005 Mar 18
0
IAX Peer/auth issues WAS: Netlogic inbound DID issue
Has something changed in the recent modifications to Asterisk that would break dialing of the IAX peer? We're getting these authority failures everywhere. Everything is configured just the way it was half a year ago, this is the message we're getting on the most recent vers of asterisk. Wiki says nothing, nor does the ast-dev list.. -lost Mar 18 12:55:23 NOTICE[3479]: chan_iax2.c:6545
2011 Mar 07
1
Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze
Hello all, Figured I'd repost this with an edited subject line, to attract attention of people with Debian On Sparc experience. Apologies in advance if this kind of thing is frowned upon :) [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
2004 Sep 30
0
Oops, a seg fault =(
Ok so it seg faults when I try to dial out through IAX(voiptalk.org), ofcourse it doesn't if I remove allow=speex :P ---- (gdb) run -c Starting program: /usr/sbin/asterisk -c [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 28283)] [New Thread 32769 (LWP 28285)] [New Thread 16386 (LWP 28286)] [Thread 16386 (LWP 28286) exited] [New Thread 32771 (LWP 28287)] Asterisk
2014 Jul 25
1
Use of undeclared identifier 'pvt' in asterisk-12.4.0
I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated 10-JUL_2014) from http://downloads.asterisk.org/pub/telephony/asterisk/. The packaged configured OK. However, I'm getting a compile error: use of undeclared identifier 'pvt'. I've found similar reports for other versions (asterisk-11 and dongle; macports; a couple others), but nothing for 12.4. Any suggestions to
2004 Jul 05
2
Failing on reading a "slightly big" dataset
I have a file with 4 columns per line, all pipe delimited. $ wc -l cmie_firm_data.text 89325 cmie_firm_data.text $ ls -al cmie_firm_data.text -rw-r--r-- 1 ajayshah ajayshah 4415637 Jul 5 15:25 cmie_firm_data.text $ awk -F\| '(NF != 4)' cmie_firm_data.text $ head cmie_firm_data.text All figures are for the year 20030331||| Company|GVA Less Interest (Rs. thousand)|Interest (Rs.
2009 Jun 08
1
Help with asterisk core dump
Hi to all, I recently upgraded a production machine to asterisk 1.4.25. It seems quite stable but after ~5 days of normal operation it core dumped with this result: (gdb) bt #0 0x00516402 in __kernel_vsyscall () #1 0x005b3d20 in raise () from /lib/libc.so.6 #2 0x005b5631 in abort () from /lib/libc.so.6 #3 0x005ebe6b in __libc_message () from /lib/libc.so.6 #4 0x005f3b16 in _int_free ()
2023 Aug 09
1
[External] Encountered a crash, what is best way to tell if it has been fixed or now
I was able to put the crash through the gdb on the original VM that encountered the problem. (Not sure why the VM I initially tried to analyze the crash dump on didn’t do this correctly, but not concerned about it now). It’s providing additional details. Would this be considered a better example of the crash? I will go through the version comparisons and see if there are any updates since
2010 May 13
0
Asterisk Crashing with ERROR[1906] astobj2.c: refcount -1 on object 0xb1aab758 Ast Ver 1.6.2.6
Hello, Anyone have any insight or fix for the error below? It was the last error in the log before Asterisk crashed. I am running Asterisk 1.6.2.6 only for the T.38 support. 06:21:49] ERROR[1906] astobj2.c: refcount -1 on object 0xb1aab758 Google has some vague references that there is a patch or something but nothing I could really follow. Anyone have any ideas? The system was up for about
2009 Mar 13
0
MOH Realtime
I've finally got it working on 1.6.0.6, but it seems to be a problem: Situation: Queue realtime musiconhold class = prueba I have default class on musiconhold.conf When a call is made to the Queue checks that is not on memory so goes to the db, I had 2 situations: 1) If digit was #. Asterisk crash 2) With no digit, when I check the classes localhost*CLI>
2020 May 14
0
[Dovecot v2.3.9.3] HTTP API Endpoint for mailbox cryptokey operations
Hello everyone, I successfully set up the mail_crypt plugin using folder keys, and require user's key to be encrypted with a password using mail_crypt_require_encrypted_user_key = yes. As I'm trying to streamline the process of creating a user, and want to develop an application in PHP to help me in that process, I'm very interested in the doveadm HTTP API. Although the
2011 Aug 11
5
Trouble with *8 Pickup
We have a client that has sporadic problems with the *8 pickup facility. The server they are using is 1.8.5 and they are using Snom phones. Every now and then when they try to do a pickup from another phone they get a forbidden message on the phone and I can see the following in the logs. [Aug 8 11:51:53] ERROR[19314] astobj2.c: user_data is NULL [Aug 8 11:51:53] ERROR[19314] astobj2.c:
2018 Feb 13
2
wbinfo -U id gives different users on same dc
Thank you for reply Rowland. Sorry for my typo. I intended to change sm--to-->test but i forget to change other lines. So my original config is below: workgroup = sm > realm = sm.pvt > server string = %h Test Host > security = ads > encrypt passwords = yes > idmap config sm.pvt : backend = ad > idmap config sm.pvt :
2003 Aug 14
1
ast_channel_alloc() losing pvt struct
I don't understand the reasoning here so could somebody please help me out? chan_h323 is causing a segmentation fault when trying to connect a call. I tracked the problem back to chan_h323.c in the oh323_new() function. the code is: tmp = ast_channel_alloc( 1 ); After this point, tmp->pvt is not allocated (null pointer). HOWEVER, in the ast_channel_alloc() function right before the
2018 Feb 13
2
wbinfo -U id gives different users on same dc
Sorry for posting 2 times. I didnt reply to all. This is my config. > [Global] > netbios name = DEV2 > workgroup = test > realm = test.pvt > server string = %h Test Host > security = ads > encrypt passwords = yes > idmap config sm.pvt : backend = ad > idmap config sm.pvt : range = 10000-20000 > idmap config sm.pvt : schema_mode = rfc2307 > idmap config * : range