similar to: Debugging some DTMF Weirdness.

Displaying 20 results from an estimated 500 matches similar to: "Debugging some DTMF Weirdness."

2017 Nov 14
2
RTCP + Stasis causing high memory consumption
Hello Asterisk list, I've facing a memory allocation issue that happens occasionally but on a consistent basis. The problem happens as follow, suddenly Asterisk starts consuming a lot of memory, in a rate of more than 1GB per hour. Kernel will eventually kill it via the OOM killer when memory is really exausted... This situation does not generate backtrace because Asterisk is responsive
2019 Dec 22
2
res_rtp_asterisk.so problem with minimal (ish) chan-sip based Asterisk
Hi, For years I've been running a minimal (ish) SIP based Asterisk with the modules based on chan-sip. For various reasons unrelated to Asterisk the machine the latest incarnation of this configuration has been updated to Debian Buster and thus to Asterisk 16. Since this upgrade I have a dependency problem related to res_rtp_asterisk.so. So the old config was: [modules] autoload=no load
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
2019 Dec 12
2
asterisk pjsip webrtc rtp to private IP
examples of "interesting" information like ICE result and howto make "minimal" configuration of pjproject.conf i.e. for  debugging app_queue.so core set debug 5 app_queue.so for debugging RTP core set debug 10 rtp_engine core set debug 10 res_rtp_asterisk rtp set debug on logger.conf rtp => debug,verbose(5) so i mean in
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
2012 Dec 20
2
asterisk 11 and no RTP
I have a CentOS 6.3 machine I installed Asterisk 11, worked fine... I then tried to install on Cents 5.8, seemed to go fine... Then when I placed a call I got this: ast_rtp_instance_new: No RTP engine was found. Do you have one loaded? Did a search and found issues with ARM and this problem but did not help me, not using gtalk or anything. Just call between two polycom phones on local network.
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}" =
2012 Aug 01
2
Problem with callfile and CDR
Good afternoon list. I am experiencing a problem with the CDR and callfiles. What is happening is this: When generating a call with a callfile, everything works perfectly, but the CDR is recorded in the table when they answer the call destination. The field disposition is being recorded correctly, but the duration field is marked with the ring time and billsec is marked with 0. This just happens
2011 Aug 02
3
MixMonitor and attended transfers
Hi I'm using asterisk 1.8.3.2 (with a couple of patches) I have the following scenario... SIP call comes in and gets answered by extension A (MixMonitor is executed as part of this inbound dial plan of the number being called) Extension A puts call on hold and calls extension B Extension A then does an attended transfer of incoming call to extension B I'm finding that the recording
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
2019 Dec 12
2
asterisk pjsip webrtc rtp to private IP
thank you very much. this is exactly whats needed for debug example output for your info [Dec 12 15:39:19] DEBUG[2182][C-00000000]: pjproject: <?>:         icess0x7f5d44081e88 .Added new remote candidate from the request: 2.2.2.2:57536 [Dec 12 15:39:19] DEBUG[2182][C-00000000]: pjproject: <?>:         icess0x7f5d44081e88 .New triggered check added: 1 [Dec 12 15:39:19]
2017 Apr 21
2
Asterisk 1.8.32.3 : no video (h.264)
Hello you mean while placing a video call ? What info am I looking for in the debug output ? Kind regards. J. On 21-04-17 12:28, Marcelo Terres wrote: > Did you try to activate DEBUG and set the verbosity to a higher level > (100?) to check what Asterisk tells you about? > > Regards, > Marcelo H. Terres <mhterres at gmail.com> > IM: mhterres at
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
2016 Jul 01
2
CALLERID on pjsip doesn't work?
Asterisk 13.8 Is CALLERID(all) supposed to wok for pjsip? When I do this: exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) same => n,Dial(PJSIP/phone123, 30) I expect the callerid to be as set, but is always seems to be "phone123", the name of the endpoint. Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 01
1
AVM Fritz! mISDN with Kernel 2.6.32 - Any experiences? - Email found in subject
Hi again! > I have excellent success with the tiny "fcpci" and chan_capi, which is > also working great with capi4hylafax. See > net-dialup/fcpci-0.1-r1 in gentoo (should not be difficult to use this > on other distros, but I have never done so). Do not confuse this with > the "fritzcapi"! I managed to install fcpci and it seems to run fine (capiinfo
2013 Nov 28
1
RTP packets send, but no audio
Hello, What does it mean when "rtp set debug ip" shows RTP packets that have been send, but there is no audio ? There was no audio on my call in both directions, but "rtp set debug" shows that there were RTP packets send. There is no firewall active on my Asterisk server : [root at sip asterisk]# /sbin/service iptables status iptables: Firewall not running. Kind
2003 Aug 28
5
Router for giving more than 1 ip
Hi i have a debian box working as a router.. it works quite well, now i want to give more than 1 ip.. is it possible to do it? some of them must be an open ip.. i mean.. all ports opened is it possible? how should i do it? Here is my nat.sh script just in case someone wants it.. (comments r in spanish.. and not right) Thanks in advance, #!/bin/sh echo "AthoS LaN Generando
2018 Oct 09
2
Asterisk 16.0.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.0.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 16.0.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2014 Feb 05
0
Repeated Locally bridging messages
We have a customer reporting poor quality calls when they come to us via a particular provider. The SIP traces look perfectly normal both on the ingress to us and egress to another telco. No additional sip messages after the call has been answered until the BYE is received. However in the asterisk logs I am getting this :- 2014-02-05 13:45:03 | C-00108c80] rtp_engine.c: -- Locally bridging
2020 Mar 13
2
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
Hello, 2 asterisk servers 16.8.0 version running on Debian 10.3 On one of them, I can't compile asterisk having error    [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o res_rtp_asterisk.c:2674:3: error: ‘pj_ice_sess_cb’ {aka ‘struct pj_ice_sess_cb’} has no member named ‘on_valid_pair’   .on_valid_pair = ast_rtp_on_valid_pair,    ^~~~~~~~~~~~~ res_rtp_asterisk.c:2674:19: warning: