similar to: Nat=yes

Displaying 20 results from an estimated 3000 matches similar to: "Nat=yes"

2011 Jun 10
2
How to remove asterisk ?
Hi List, Is there any way by which we can remove asterisk from machine without deleting folder manually? I did google and gets various solution by no success. even after deleted asterisk will be there ..... ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 25
2
Little t38 bug?
Hello List, I think I've discovered a little bug in t.38 bug in 1.6.0.22 regarding the speed (T38MaxBitRate) used to send the faxes. Asterisk always responds with a=T38MaxBitRate:2400. I've tried with Patton and Grandstream devices and the result is always the same. Patton ignores the parameter and sends the fax at 9600.
2010 Apr 06
1
SIP Dialplan Failover Solution
Hello list, I need a hand to find the best dialplan failover solution when using two SIP Trunks. My reasons to do failover are: a) one of the two providers could be unreachable b) both providers may be UP but one of them could return a SIP error message (maybe caused by DOWN E1s) Googling I found a few possible solutions: 1.
2010 May 17
1
R: new way of asterisk and kamailio(openser) realtime integration
Works for me.... Thanks, Hristo Benev -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Alexandru Oniciuc Sent: Monday, May 17, 2010 6:29 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] R: new way of asterisk and kamailio(openser) realtime integration
2009 Oct 23
1
Strange IAX2 / Iaxmodem problem
Hello. I'm having a strange problem with the IAX2 channel and IAXmodem and I was hoping to get some light from someone in these lists. On my logs and on the console I'm getting a bunch of lines with: [Oct 23 14:26:18] NOTICE[4417] chan_iax2.c: Peer 'XXX' is now UNREACHABLE! Time: 3 [Oct 23 14:26:28] NOTICE[4413] chan_iax2.c: Peer 'XXX' is now REACHABLE!
2010 Feb 16
1
Empty SIP Packet
Hello list, debugging SIP, I found many empty lines like: <--- SIP read from UDP://XXX.XXX.XXX.XXX:5060 ---> <-------------> The IP address above corresponds to one of my accounts, which is behind a firewall. Is that normal, maybe some firewall that tries to keep a port open, or is my firewall cleaning the SIP Packet? Thanks in
2010 Mar 12
1
t38 ATA
Hello, I need a hand in choosing a small ATA, even with one FXS port, that should do only fax with T38. I've tried Grandstream (ht286 model) but the faxes go out without ECM, even if the Fax machine has ECM enabled. Is there anyone that can recommend an ATA that might do the trick? Thanks, Alex -------------- next part -------------- An HTML
2010 Mar 19
1
Strange initial RING
Hello list! I'm having a strange problem with the VoIP Gateway that I'm using to go on the PSTN: if the number on the other end is busy or unavailable I hear an initial RING, generated by Asterisk from what I'm seeing and after that the line goes down with busy signal: Here is the scenario: Softphone *ASTERISK
2010 Feb 08
1
Strange Problem
Hello list! I've run into a strange problem today and I was hoping that someone here has seen this before and maybe can give me a hand: I'm using asterisk 1.6.0.22 in this config: (A)PATTON ISDN ->(B) ASTERISK -> (C)PATTON PRI -> PSTN -> (D)OTHER PBX Strange Problem: USER A calls makes a call to a PBX over the PSTN and ends into an IVR. When the user makes a selection and
2010 Mar 12
4
Can not enable sip debug because CLI flooded
Hello list, I have nat=no and qualify=no in my sip peer definition and still my CLI is flooded with : [Mar 12 10:17:26] NOTICE[20278]: chan_sip.c:12985 handle_response_peerpoke: Peer 'mysippeer' is now Reachable. (30ms / 2000ms) [Mar 12 10:17:26] NOTICE[20278]: chan_sip.c:12985 handle_response_peerpoke: Peer 'mysippeer' is now Reachable. (24ms / 2000ms) [Mar 12 10:17:26]
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2013 Jun 25
4
[LLVMdev] get value
Hi Cristianno, Thank you, it works :) with an extra cast:                                     Value *v ......                                     ConstantInt* RR = (ConstantInt *)v;                                     uint64_t VV = (RR->getValue()).getLimitedValue();                                     errs()<<"\nRR  "<<VV<<"\n";
2013 Feb 27
3
[LLVMdev] llvm get annotations
Hello everyone ! I followed http://stackoverflow.com/questions/4976298/modern-equivalent-of-llvm-annotationmanagerin order to get annotations from my target bytecode. All the examples that I give in the following is related to the code from that link. I have `__attribute__((annotate("DS"))) int f=0;` into the target C++ program and the related IR code: @.str = private unnamed_addr
2013 May 02
2
[LLVMdev] int to StringRed conversion
I think the better solution should be: LLVMContext& C = is->getContext(); Value *values[] = { ConstantInt::getSigned(Type::getInt64Ty(C), *scsr*), MDString::get(C, *"path"*) }; lnstr.setMetadata(*"your_analysis_name"*, MDNode::get(C, values)); So that you can take advantage of the type system of LLVM bitcode, and don't have to cast the integers from/to strings
2012 Dec 20
2
[LLVMdev] LLVM segmentation fault / need use Instruction instead of Instruction*
Hello, Thank you for your answer. If I want to use then I have error: ‘NodeTy* llvm::ilist_half_node<NodeTy>::getPrev() [with NodeTy = llvm::Instruction]’ is protected error: ‘llvm::ilist_half_node<llvm::Instruction>’ is not an accessible base of ‘llvm::Instruction’ Do you know any other method to access the previous instruction of a terminator instruction? PS: back() is not an
2013 Jun 06
3
[LLVMdev] CFG of a function
I think I understood that, but what I mean is what is the function responsible to do mapping is it MapValue() in ValueMapper.h? Thanks for your help On 6 June 2013 09:54, Alexandru Ionut Diaconescu < alexandruionutdiaconescu at gmail.com> wrote: > Map every basic block from the CFG to a set of integers. The successors > from the CFG can be used to make the edges in your simplified
2012 Dec 20
1
[LLVMdev] LLVM segmentation fault / need use Instruction instead of Instruction*
I solved by checking if(BB->size()>1) Thank you all for the help ! Now debugging the next segfault. On Thu, Dec 20, 2012 at 12:59 PM, Alexandru Ionut Diaconescu < alexandruionutdiaconescu at gmail.com> wrote: > getPrevNode<http://llvm.org/docs/doxygen/html/classllvm_1_1ilist__node.html#a77b897207ef0a1ae95c404695aed9a4b>() > Get the previous node, or 0 for the list
2013 Mar 01
1
[LLVMdev] llvm get annotations
Hi, I solved it. From the ConstantStruct you can call getOperand() multiple times, so "mine" as deep as you can. On Fri, Mar 1, 2013 at 1:41 PM, Alexandru Ionut Diaconescu < alexandruionutdiaconescu at gmail.com> wrote: > > Hi Sebastian, > > Thanks for the response. > > I already did this : > > I cast the entire annotated expression to Value*. Then, in
2013 Mar 01
0
[LLVMdev] llvm get annotations
Hi Sebastian, Thanks for the response. I already did this : I cast the entire annotated expression to Value*. Then, in order to avoid ugly things like getAsString(), I check if V->getValueID() == Value::ConstantArrayVal in order to cast it to ConstantArray. Because it contains only array[0], I cast array0>getOperand(0) to ConstantStruct. Therefore, from ConstantStruct you can get all the
2013 May 02
0
[LLVMdev] int to StringRed conversion
Yes, it sounds good. I can try tomorrow. Thank you for your advice ! On Thu, May 2, 2013 at 5:43 PM, Logan Chien <tzuhsiang.chien at gmail.com>wrote: > I think the better solution should be: > > > LLVMContext& C = is->getContext(); > Value *values[] = { > ConstantInt::getSigned(Type::getInt64Ty(C), *scsr*), > MDString::get(C, *"path"*) > };