Displaying 20 results from an estimated 100 matches similar to: "routing title in url"
2004 Jun 18
1
Iaxy issue
Folks,
Randomly, when the phone is taken off-hook, the the Iaxy produces a
irritating banshee scream as opposed to a dial-tone. Cycling the power
fixes the issue, & sometimes it magically goes away by itself.
Has anyone experienced this issue & potentially fixed it?
I'm using asterisk CVS head as of jun 17 2004.
Thanks,
Glen
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org //
Hi,
My name is Jai, I am a Technical Recruiter with International Business
Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical
Consultant. I have included a description of the project below. Please take
a few moments to review, and let me know if this is something you might be
interested
2006 Aug 07
1
DirHandler escaping (patch)
fiddled around a bit and got DirGHandler to work for both files and directories with spaces in them, and plusses in them (on disk).
eg:
<a href="/files/usr/portage/packages/All/gtk%2B-2.10.1.tbz2">gtk+-2.10.1.tbz2</a><br/>
<a href="/files/root/hey+whatsthis+dir">hey whatsthis dir</a>
both end up at the right place now..
..c.
--------------
2009 Jul 20
2
asterisk freepbx difference or solutions..
Hello, for a long time i am using asterisk 1.6 with astgui.
but for production system i intend to use asterisk 1.4 which i think might
be more robust. And for a more developed service options i preferd to
install with freepbx.
But still there are big plusses and minusses for both system.
My complain about astgui+1.6 was..
For example there were no backup trunk config running on that version.Even
2020 Jun 23
3
Codifying our Brace rules-
On Tue, 23 Jun 2020 at 03:30, Mehdi AMINI via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On Mon, Jun 22, 2020 at 2:38 PM Steve Scalpone via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Me? I would modify the first sentence from:
>>
>> > When writing the body of an if, else, or loop statement,
>> > omit the braces to avoid unnecessary
2007 Dec 11
2
RoR Error When Doing: rake db:schema:load
Hey, I am new to this and I thought I had finally set up everything
perfectly after three days of trying to configure it. However I run this
command:
rake db:schema:load
and I get an error "syntax error on line 23, col 11: `''". The error
however is now with the schema it''s with the ruby install itself as you
can see with the trace I ran:
2003 Mar 02
1
Models used in mp3 and Ogg Vorbis?
Hi again.
Since mostly stupid people gave me stupid answers last time, I will try
again.
MP3 and Ogg Vorbis use different models in order to remove most of the bits.
What is the names of these models and how do they differ?
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2020 Jun 23
2
Codifying our Brace rules-
On 6/23/20 9:39 AM, Robinson, Paul via llvm-dev wrote:
>
>> -----Original Message-----
>> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Jay Foad via
>> llvm-dev
>> Sent: Tuesday, June 23, 2020 4:47 AM
>> To: Mehdi AMINI <joker.eph at gmail.com>
>> Cc: llvm-dev at lists.llvm.org; Matt Arsenault <arsenm2 at gmail.com>
2005 Dec 13
4
Hi everyone .. need some pro-dovecot arguments :-)
Hi,
i never used dovecot so far, but i heard a couple good things about it
.. for one the debian maintainer of the exim package recommended it :-)
so i want to change our mailserver (currently using ipop3 and uw-imap)
to dovecot ... now my boss seems to favour cyrus.
i could use some good arguments for dovecot, also your experiences with
it and with other mailservers so i can make a
2006 Apr 18
0
[LLVMdev] LLVM-based JVM JIT for libgcj
On Tue, 18 Apr 2006, Tom Tromey wrote:
> I recently wrote an LLVM-based JIT plugin for libgcj and I thought
> it'd be worthwhile to mention it here.
Cool!
> Exception handling definitely does not work, I didn't even try to
> implement it yet. I've been thinking about having some kind of simple
> bridge between the LLVM and GCC worlds here -- very inefficient, but
>
2008 Feb 10
3
R on Mac PRO does anyone have experience with R on such a platform ?
I saw there exists an R version for Mac/OS.
I'd like to hear from someone who is running R on a Mac/OS before venturing
on getting the following computer system.
I am in the process of choosing a powerful laptop 17" MB PRO
2.6GHZ(dual-core) 4GBRAM ....
Thank you so much,
--
Maura E.M
[[alternative HTML version deleted]]
2006 Apr 18
2
[LLVMdev] LLVM-based JVM JIT for libgcj
>>>>> "Chris" == Chris Lattner <sabre at nondot.org> writes:
>> FWIW I actually did this work twice, once for libjit and once for
>> LLVM. I'm happy to provide a comparison, from a jit-writing
>> perspective, if you're interested.
Chris> Given your experience with both, I'd be very interested in any
Chris> thoughts you have on
2000 May 21
4
Postscript Printing Problems.
I've searched both the archives and dejanews, to no avail. I'm trying
to get a hp 4mp (PostScript) print out sane output. I've got a old
machine running Red Hat Linux, hooked up to the 4MP. The printcap
prints up postscript just fine. I make the printer a share, tell it
that the printer is postscript, then go to the win98 box, choose the HP
4MP driver and try printing and get
2006 Jun 16
3
Does HABTM support non "id" FKs?
Quick question. Say I have a geographical database with counties and zip
codes where counties have and belong to many zip codes.
zip_codes (id, zip_code)
counties (id, name)
When I create the association table, the Rails way says to do the
following: counties_zip_codes (county_id, zip_code_id).
However, given that zip_codes.zip_code is itself a candidate key, I
would much prefer to do the
2008 May 14
3
New blog application post slugs
Hello. I''m creating my own RESTful blog app. I am wondering about
creating post slugs. I think Wordpress creates a slug at post
creation time and stores the string in the database, then uses that
for URLs.
I read about the acts_as_sluggable strategy (http://
agilewebdevelopment.com/plugins/acts_as_sluggable) but I don''t like
having a number (the ID) in the URL.
Any
2006 Apr 18
4
[LLVMdev] LLVM-based JVM JIT for libgcj
I recently wrote an LLVM-based JIT plugin for libgcj and I thought
it'd be worthwhile to mention it here.
It is in cvs on sourceforge, but afaics anonymous cvs there is pretty
broken at the moment... so if you want a copy, ask and I will email it
to you.
Basically I hacked libgcj to (optionally) dynamically load JIT module
at startup. If a JIT is loaded then bytecode is passed to it rather
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
There seems to be a bug with RFC822 processing in ltmp proxying that doesn't
quote local parts that, for example, contain spaces.
director config:
director_username_hash = %Ln
lmtp_proxy = yes
recipient_delimiter = +
protocol lmtp {
auth_socket_path = director-userdb
auth_username_chars =
auth_username_format = %Ln
passdb {
2019 Sep 20
5
deprecations leading up to C8
Am 2019-09-20 12:06, schrieb Randal, Phil:
> When I migrated our mx boxes from CentOS 5 to 7 I made the leap to
> postfix.
>
> I built a test server with postfix etc on it and threw everything I
> could think of at it before going live.
>
> The key is, like in learning a new language, to start thinking in
> postfix terms instead of thinking in sendmail terms.
Exactly, I
2008 Jan 12
1
Sendmail and the $h (solved)
I feel dirty after trolling throught the .cf file.
Plussed addresses will not work w/ procmail if there is a typo in the
sendmail.mc
Works:
/etc/mail/sendmaill.mc
Addr 0 1 2 3 4 5 6 7 8 9 A B C D E F 0 2 4 6 8 A C E
-------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
00000610 ---- ---- --0a 4645 4154 5552 4528 6d61 -----.FEATURE(ma
00000620 7371 7565 7261 6465
2007 Sep 26
2
Subaddress Extension in sieve plugin
Hello!
With many MTAs it is possible to use a special form of adressing: subaddresses or "plussed
addresses". For sendmail you can read some information on
http://www.sendmail.org/m4/misc_features.html
http://www.unix.org.ua/orelly/networking/sendmail/ch24_04.htm#SML2-CH-24-SECT-4-3
In a sieve filter you can analyse these special detail values, the syntax is described in
RFC3598