search for: reverse

Displaying 20 results from an estimated 7604 matches for "reverse".

Did you mean: reversed
2009 Mar 16
0
Ignore switch to REVERSED Polarity on channel 1, state 4
Hi, Trying to trace an asterisk hang on a production (it had to be didn't it) system. The last thing before it crashed was [Mar 16 12:32:42] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED Polarity on channel 1, state 4 [Mar 16 12:54:34] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED Polarity on channel 2, state 4 [Mar 16 12:54:35] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED Polarity on channel 2, state 4 [Mar 16 12:55:09] DEBUG[7754] chan_zap.c: Ignore switch to REVE...
2014 Jun 26
2
[LLVMdev] -gcolumn-info and PR 14106
On Thu, Jun 26, 2014 at 3:39 PM, Robinson, Paul <Paul_Robinson at playstation.sony.com> wrote: > The main motivation for turning it off is that no known consumer (debugger) > took advantage of it. > > Turning it on does more than slightly increase the object file size, it can > cause the same source line to be listed multiple times in the .debug_line > table (with different
2011 Mar 18
3
[LLVMdev] Reversing a function's CFG?
Hello, I was wondering if there was a quick way to reverse a function's CFG and, in turn, all basic blocks within it. Assuming all variables are globals, is there a quick way to generate a function's reversal? I highly doubt such functionality exists but I figured it was worth asking. I'm trying to develop an "undo function" genera...
2004 Jul 15
1
"Reverse Hold" feature prototype...
I have no idea what this really should be called, so for lack of a better name, I called it "reverse hold". Hopefully someone else can make use of it, or even make it better, as its the first thing of its kind I've made for asterisk. Like most people, I'm very busy, so when I call other companies, sitting on hold really sucks. If you have speaker phone, its not so bad, but then you h...
2006 Jun 16
0
CALLERID problems asterisk segfaults
Hi all, i use asterisk 1.2.7 and i have a problem with callerid. i use sangoma a200 cards. one fxo one fxs module i have these scenario - bob calls adam, where bob calls into my asterisk and adam picks up "from" my asterisk - bob and adam are speaking to each other - meanwhile eve calls adam, adam hears a beep, and knows there is an other caller on line. - bob and adam stop seaking
2011 Mar 23
0
[LLVMdev] Reversing a function's CFG?
Hi Justin, I take the fact that nobody has replied as a sign that nobody really understands what you are asking. > I was wondering if there was a quick way to reverse a function's CFG and, > in turn, all basic blocks within it. Assuming all variables are globals, is > there a quick way to generate a function's reversal? I highly doubt such > functionality exists but I figured it was worth asking. I'm trying to > develop an "undo f...
2020 Apr 27
2
Questions about reverse zone
Hi Guys, I've two DC (Zentyal Samba 4.7.6) and put new DC (Centos 7, Samba 4.7.6) with additional domain controller and works fine. My question is about reverse zone. The original DC (zentyal1 and zentyal2) have a reverse registres ``` root at zentyal1:/etc/bind# dig +noall +answer -x 10.13.250.110 110.250.13.10.in-addr.arpa. 259200 IN PTR zentyal1.example.com. root at zentyal1:/etc/bind# dig +noall +answer -x 10.13.250.111 111.250.13.10.in-addr.arpa. 259...
2010 Jul 14
4
reverse string
Dear all, Are there any functions in R to reverse the order of the string. smth like reverse("abc") to get "cba"? Thanks a lot. [[alternative HTML version deleted]]
2014 Mar 05
3
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
...e same names? I don’t see any reason to reinvent the wheel here. > > Because I think that algorithms (and functions more generally) should be verbs. The names will be very similar all the same. I agree. Algorithms should be verbs. However, I disagree that range adaptors are algorithms. “reverse” sounds like an algorithm. Consider, from the STL: template <class Iterator> void reverse(Iterator F, Iterator L); I’d expect a range version of the algorithm to look like this: template <class Range> void reverse(Range &R) { reverse(std::begin(R), std::end(R));...
2011 Mar 24
0
[LLVMdev] Reversing a function's CFG?
...ll experience This is what I see (1) There will be functions which cannot be inverted. Identifying them is the principle task. They are the locations where in addition to control information, data checks are necessary (2) In the instrumented code you know the locations where the results have to be reversed. You can infer the location in the actual code. Construct the paths based not on the instrumented code, but the actual code (3) There are probably only a finite number of paths, each identified by a different instrumentation configuration (ie a state variable). You reverse the erroneous result by...
2016 Oct 26
3
Automated population of Reverse PTR on Samba 4.4.5 integrated with Bind 9.9.4
Hi experts , Is it possible to have automated population of Reverse PTR on Samba 4.4.5 integrated with Bind 9.9.4 ? I have tried creating the Reverse zone too . When a client ( windows ) joins the SAMBA domain the forward lookup is populated with correct host-name and present IP , but reverse zone does not have any entry . Although I can create reverse PTR man...
2014 May 21
2
Icecast2, ezstream and reverse proxy
Hello Ezstream is working well locally with Icecast2 on port 8000 on a Debian Wheezy platform. However, I use a reverse proxy (Pound) to pass all requests from the Internet for x.mysite.com to backend localhost:8000 i.e. my Icecast2 server. This works fine, i.e. x.mysite.com brings up the Icecast2 Status page. My problem is with the ezstream xml configuration <url></url> setting which must have a port nu...
2014 Mar 03
3
[LLVMdev] C++11 reverse iterators (was C++11 is here)
On 3 March 2014 12:32, Pete Cooper <peter_cooper at apple.com> wrote: > Would those work with a foreach construct? Perhaps I forgot to mention that was what I'm trying to work out here. > > In example 3 I was wondering if we could define a method reverse(). We could use sfinae to wrap that around rbegin/rend if people like that style? Sorry, I was too terse... ;) If MF is a reverse_iterator, it'd just work, no? But to get the reverse iterator, I think reverse() would be the best general pattern, since you can adapt it to each container needs....
2011 Oct 22
1
Creating a reverse socket often (not always) fails.
Hi, I'm a little stuck on getting reverse connection working reliably from embedded devices running dropbear 0.51 to Ubuntu 8.x openssh. Connecting to local reverse socket often fails (not always) with "ssh_exchange_identification: Connection closed by remote host" My devices can reverse ssh and open a port on my server always,...
2006 May 09
1
Reverse sorts by score
The docs for Sort.new say: reverse: pass true if you want the sort order to be reversed. Only works if you pass the field names. Does this mean it''s not possible to do a reverse sort by score? If it is it seems to be broken as I don''t seem to be able to reverse the order of the sort. I''ll write a test cas...
2014 May 23
3
Icecast2, ezstream and reverse proxy
...ttpd/sites/radiom.fr/stream_access.log combined ErrorLog /var/log/httpd/sites/radiom.fr/stream_error.log ServerName live.radiom.fr SetEnv downgrade-1.0 1 SetEnv force-response-1.0 1 ProxyRequests Off ProxyPass / http://localhost:8800/ ProxyPassReverse / http://localhost:8800/ ExtFilterDefine fixplaylistport mode=output cmd="/usr/bin/sed -e 's/localhost:8800/live.radiom.fr/g' -e 's/live.radiom.fr:8800/live.radiom.fr/g'" <Location /> Order allow,deny Allow from all...
2011 Mar 23
0
[LLVMdev] Reversing a function's CFG?
...at event >> (and such situations can be detected by our system), you need to undo all of >> the changes you made in your event handler. Most approaches use some form >> of state-saving. We opt for an approach coined by my advisor (Chris >> Carothers, actually) called "reverse computation." The reverse function is >> basically the inverse of the forward event handler e.g. if in the forward >> event handler you increment a variable, the reverse handler would need to >> decrement it. That's an extremely simple case. A more complicated case: if...
2008 Oct 10
3
Got event 17 (Polarity Reversal)...
Can anyone tell me what this message means? Got event 17 (Polarity Reversal)... I'm running DAHDI 2.0 with a TDM401 card. Asterisk version 1.6.0. It appears that I get this Polarity Reversal each time an inbound call hangs up. This results in another ring, but no one is there. It appears as an unknown caller, but I believe its a phantom. Thanks, Jim [Oct 10 12:47:54] NOTICE[6669]:
2014 Mar 05
2
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
...; > On 3 March 2014 12:32, Pete Cooper <peter_cooper at apple.com> wrote: > >> Would those work with a foreach construct? Perhaps I forgot to mention that was what I'm trying to work out here. > >> > >> In example 3 I was wondering if we could define a method reverse(). We could use sfinae to wrap that around rbegin/rend if people like that style? > > > > Sorry, I was too terse... ;) > > > > If MF is a reverse_iterator, it'd just work, no? But to get the > > reverse iterator, I think reverse() would be the best general pattern,...
2007 Jul 06
2
Make #underscore reversible
Hello All, I''ve submitted a patch (http://dev.rubyonrails.org/ticket/8898) to enable #underscore to be reversible. I had trouble creating a class named "CRSContact", and it turns out that underscore and camelize are not reversible in cases where there are 3 or more capital letters. As there is a dependency between class name and file name I think it would be beneficial for