similar to: Differences between Chan_SIP and PJSIP with NAT and STUN

Displaying 20 results from an estimated 900 matches similar to: "Differences between Chan_SIP and PJSIP with NAT and STUN"

2016 Mar 07
4
Differences between Chan_SIP and PJSIP with NAT and STUN
I'm dialling from the snom and every few calls asterisk sends media to the phones external IP and it works! And then now and again it sends the media to the phones internal IP and I hear nothing. I'm really at a loss. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Mar 07
3
Differences between Chan_SIP and PJSIP with NAT and STUN
So I see: EXTERNAL_SNOM_IP -> EXTERNAL_ASTERISK_IP (UDP, length 218, src: 60798, dst 11128) EXTERNAL_ASTERISK_IP -> INTERNAL_SNOM_IP (UDP, length 218, src: 11128 dst 60478 So i see udp from the phone, but there's no audio. I do also see some packets :: EXTERNAL_ASTERISK_IP -> EXTERNAL_SNOM_IP (ICMP, length 246, Destination unreachable (Host administratively prohibited)
2015 Mar 04
1
PJSIP works on UDP but not TCP
Hi all, I have Asterisk 13 running and I'm currently trying to get PJSIP working on TCP. My transport looks like this. My box is not behind NAT. [transport-tcp] type=transport protocol=tcp bind=0.0.0.0:5061 My endpoint looks like this: [user1] type=endpoint transport=transport-tcp context=local_out disallow=all allow=alaw allow=ulaw allow=g722 auth=user1 aors=user1 direct_media=no
2015 Mar 09
1
PJSIP and Kamailio without registration
Hi, I want to have Kamailio in front of one or more Asterisk boxes. I don't think it is necessary for Kamailio and Asterisk to register with one another. I'd like for PJSIP to recognise Kamailio by its IP address. I have two boxes, both have public IP addresses, they also have private IP addresses and can communicate with each other. I have a Snom phone accessing Kamailio via its
2016 Jul 21
3
Asterisk 13 High CPU usage
Hi all, I was using 13.5 but upgraded today to 13.9 (13.10 came out a few hours after I upgraded). On both 13.5 and 13.9 asterisk seems to use 100% of the CPU. This usually happens a few hours after starting asterisk. A restart of asterisk gets the CPU back down, but only for a little while. There asterisk box has no call traffic flowing through it, just 15 or so registrations. I'm sure
2016 Mar 24
2
OPUS support in Asterisk 13
Hi all, Sorry if this has been asked before. I searched a lot, but found conflicting answers, so hoping for some clarification. My question is does Asterisk 13 support OPUS? If so which version exactly? If asterisk 13 requires a patch, which is the correct one and where do I get it? Kind regards, C -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Feb 20
2
[LLVM][DISubprogram][LL format updation query] Question regarding moving DISubprogram DIFlags to DISPFlag.
> Could you please describe what is the benefit of that? Currently there are two ways to provide DISPFlagDefinition, via bool and SPFlag, I would like to make it only via SPFlags, it will be NFC and it will make the changes in parser simpler for moving five flags from from DIFlags to DISPFlags. Currently parser checks the presence of SPFlags to see if the definition is present in bool or spflag
2019 Dec 03
2
addition of vendor dwarf operator extension.
Hello, Thanks for prompt reply. Motivation, In case of debugging of bi-endian dwarf and value known at runtime some of the raw values needs to be byte swapped to change the endianity. We have a llvm based compiler which generates such dwarf, TAG_variable marked as big endian and debugging on little endian host using lldb. The listed operator on dwarf issues does that, one operator instead of
2020 Feb 20
3
[LLVM][DISubprogram][LL format updation query] Question regarding moving DISubprogram DIFlags to DISPFlag.
Yes, removing the support for isLocal, isDefinition fields completely from ll files, currently the LLParser still parses it. I want to remove it and update the all the ll files which still uses it. Also the metadata read will support old format, no changes in that. so if ll file has isLocal and isDefinition it will result in parser error. But the bitcode read will work as usual. - Chirag.
2015 Mar 04
1
PJSIP works on UDP but not TCP
Joshua Colp wrote: <snip> > Remove "transport=transport-tcp" from your endpoints. Joshua...I did that but now my endpoints won't register. Kind Regards, Chirag -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150304/ea40a0bd/attachment.html>
2018 Aug 23
4
[DebugInfo] DIBuilder missing interface to generate DWARF info for packed_decimal basic type.
Hello Paul, Thanks for the reply. Yes, I am only looking for dwarf support at the moment and planning to support both PLI/COBOL decimal types. Also thanks for the suggestion, you are right as it is going to be rare cases, so it will be better to implement a separate subclass to avoid memory overhead for others. >> (Somebody is actively working on scaled binary operations, although they
2011 Jul 05
7
error of "rake test" command
Hi, I have an error when i use rake test, plz help akyen@ubuntu:~/Desktop/p$ rake test WARNING: Global access to Rake DSL methods is deprecated. Please include ... Rake::DSL into classes and modules which use the Rake DSL methods. WARNING: DSL method Pictographs::Application#task called at /usr/local/ lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/application.rb: 215:in
2019 Dec 02
3
addition of vendor dwarf operator extension.
Hello all, There is one enhancement request open for dwarfv5, http://dwarfstd.org/ShowIssue.php?issue=191107.1 The request is for addition of dwarf expression operator to swap the top of the dwarf stack, the response seems positive but it may take some time till v6. I like to add that operator as vendor extension but I am not sure how to go about it for llvm/lldb. Currently I am using it as
2020 Feb 20
3
[LLVM][DISubprogram][LL format updation query] Question regarding moving DISubprogram DIFlags to DISPFlag.
Hello, In regard to the review request https://reviews.llvm.org/D74470, I am trying to move five of the DIFlags to DISPFlag for the moment namely DIFlagExplicit, DIFlagPrototyped, DIFlagNoReturn, DIFlagThunk, DIFlagAllCallsDescribed. The llvm ir format for DISubprogram currently has backword compatibility where the isLocal, isDefinition, virtuality, isOptimized and SPFlags are mutually exclusive.
2011 Jul 27
9
Migration to rails2 rails3
Good evening everyone, I went to change the Rails version of my project, and saw that many things have stopped working. As the "rake routes", which is giving the following error: rrmartins rodrigo @: ~ / Documents / vota_prato $ rake routes rake aborted! no such file to load - tasks / rails (See full trace by running task with - trace) What do you think you can be? thanks -- *
2018 Aug 22
2
[DebugInfo] DIBuilder missing interface to generate DWARF info for packed_decimal basic type.
Adding tags on subject line From: Chirag Patel Sent: 22 August 2018 11:20 To: llvm-dev at lists.llvm.org Subject: DIBuilder missing interface to generate DWARF info for packed_decimal basic type. Hello, I am working on a llvm based compiler frontend in which, I am using the packed_decimal type encoding. During using the llvm DIBuilder, I found out that the interface to create BasicType with
2007 Jun 30
8
attachment_fu not working on Textdrive
I have attachment_fu working on my local Windows machine (localhost: 3000) But when I transfer it to Textdrive (Solaris), it doesn''t work. Any ideas? Give it a shot: http://haloresearch.textdriven.com:8217/raw_data_files/new I haven''t got the logger working yet on TextDrive, but that will be my next step. Any suggestion on what things to look at first? Chirag
2015 Mar 12
1
PJSIP and Kamailio without registration
From: Matthew Jordan <mjordan at digium.com> > > > >> If the INVITE request is not shown in the CLI with 'pjsip set logger > >> on', then Asterisk is not actually receiving the request. > >> > >> Does a pcap show the message being sent to the correct IP/port? If you > >> change the transports to bind to port 5060, does that change
2013 Jul 12
2
Upgrade from R 2.11 to R 3.0.1
Hi I am trying to upgrade R version 2.11 to 3.0.1 on Linux server. I downloaded the latest version it installed correctly. Now when I run R and check the version, it still shows an older version. I am new to Linux. If anyone can tell me how to remove/uninstall R completely from the server, I can try and re-install the newer version and try. Thanks. -- *Chirag Gupta* Department of Crop, Soil,
2014 Oct 09
1
SIP over 3G Mobile Network using NAT
Dear, Kindly guide with the 2 issues mentioned below *#1* - *Host unreachable 0 last qualify 0 (only in 3G**)* I am trying to use SIP client over 3G. It registers and call can be initiated from the client but it can't receive call; cause *asterisk sever *marks it as unreachable immediately after registration. "[2014-10-08 14:32:47] NOTICE[1610]: chan_sip.c:29596 sip_poke_noanswer: