Displaying 20 results from an estimated 4000 matches similar to: "disable client side hangup after dialing 911"
2005 Aug 18
4
static noise with this hardware any advice
Hi
We have static noise problem on our asterisk server. latest stable release.
The card is a new TDM04B
We have it installed on the following hardware
Motherboard Intel SE7520BD2SCSI
2x POWER SUPPLY 730W INTEL
I will not mention the other hardware because we have desactivated/changed 
all the other items
The only 2 items that we have not changed is the mobo and the power supply.
At first it
2007 Jun 14
6
Revisiting mime-types and file extensions
Hi,
I'm in the process of adding support for Markdown to a minimal CMS in
Rails, [Railfrog][railfrog], which uses mime types to select appropriate
processing. I have had a look through the archives but have not been
able to see that a consensus has emerged as to what such a mime type for
Markdown should look like. My reading of the RFCs suggests that it
should be within the "text/*"
2008 Nov 28
2
force channel hangup
Hi guys,
I have 1 zap channel in my house shared among couple people. If someone dials 911, I want that zap channel to be disconnected right away to make way for the 911 call.
I dug through voip-info.org and didn't find much.
Any hints?
kel
2008 May 09
5
Markdown Extra Spec: Parsing Section
Hello all,
I've began writing the parsing section of the spec, and I though I'd  
let you know about where I'm heading with all this.
Basically, parsing is defined as three consecutive passes: parsing  
document elements, parsing block elements and parsing span elements.  
Each pass is going to contain a set of rules the parser should attempt  
to match while parsing the input. Rules
2012 Aug 09
5
All combinations possible in a mutliple regression
Hi,
I want to use four independent variables to predict the output of one
dependent variable using a linear model lm. I want to compare all possible
combinations of the 4 independent variables, including singles, pairs and
triples.
I was thinking of using the AIC test to compare all models and pick the best
one.
The model looks like this : 
lm(Y ~ X1 + X2 + X3 + X4)
Thanks for your help
2007 Oct 08
5
Flat code block syntax
>>> I'm not sure the indentation feature is so useful. After all, you  
>>> can use the old syntax if you want indentation. What do you think?
>>
>> I'd prefer to keep it simple and leave out the indentation feature.
I would also prefer to leave this out.
>>> Perhaps an alternative would be to use ++++s instead of ~~~~s.
>> Advantages: Not
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
This update to PHP Markdown fix a bug that slipped in the WordPress  
interface with the last update. It also introduce a new "feature":  
you can now instruct the parser to ignore HTML tags and/or entities  
in the input. You can do this by instantiating yourself the parser  
and setting the `no_markup` or `no_entities` properties to true:
     $parser = new Markdown_Parser;
    
2008 Feb 20
2
spelling with <g>?
Hello,
What should the following input produce?
Dutch has shifted Germanic g to the velar fricatives [?] and [x], but  
retained the spelling with <g> and thus at least a visual similarity  
to German; English and Frisian have shifted g to [j] before palatal  
vowels
The Dingus says:
<p>Dutch has shifted Germanic g to the velar fricatives [?] and [x],  
but retained the spelling
2012 Feb 17
8
Puppet syntax check for Komodo Edit
Hi folks,
Recently I''ve been using a MacBook Pro (Lion) as a workstation, I''m
feeling good even if still missing some tool (coming from Ubuntu
environment).
I''d like to have a cross platform IDE with basic Puppet syntax
highlight, so far the one that seems to better fit my needs is Komodo
Edit v7, that is mentioned here:
2006 Sep 16
5
PHP Markdown 1.0.2b7
This is a new release for PHP Markdown, following Markdown.pl 1.0.2b7  
from a few weeks ago. It fix the same bugs, and some more; it also  
introduce more radical backend changes. It can be downloaded here:
<http://www.michelf.com/docs/projets/php-markdown-1.0.2b7.zip>
and you can test it on the PHP Markdown Dingus:
<http://www.michelf.com/projects/php-markdown/dingus/>
This
2008 Mar 22
7
Babelmark
I'm currently attempting to write a spec for parsing Markdown Extra,  
and since one goal is to minimize the differences in output between  
implementations, I've made a tool allowing me to compare who does what  
for any given input. I hope this can also facilitate future  
discussions about the syntax.
So here's Babelmark, a testbed for various Markdown implementations  
were you
2004 Jan 06
2
911
FYI there is a way to do 911 its called E-911 enhanced 911 
the user has to set it up with the local emergency services 
to it and you setup your pbx to xmit the data.
Here is the fcc rule about it
http://www.fcc.gov/911/enhanced/
2006 May 14
2
911 @ Zap Channel Breakin
Ok here is one for you.
I know we all do the this for 911:
exten => _911,1,Dial(Zap/1/911)
exten => _9911,1,Dial(Zap/1/911)
And this probably is more then acceptable for most of us.  However I
have a system setup that uses SIP for most calls and 1 POTS line.  We
use a "least cost" routing that uses the POTS line for local calls AND
SIP when appropiate.  What I want to do is
2010 May 03
5
New parser-based Markdown implementation for Java
Markdowners,
just a short heads-up to a newly released Markdown implementation:
"pegdown" (http://github.com/sirthias/pegdown) implements a Java Markdown-to-HTML processor based on a PEG parser with the grammar being based on John MacFarlanes C implementation "peg-markdown".
pegdown uses "parboiled" (http://www.parboiled.org) for the actual parsing work and, as
2007 Oct 27
2
UTF-8 BOM
I'v encountered what seems to be a bug in PHP Markdown v1.0.1k. Given  
a UTF-8 with a BOM, the first line is not parsed.
A brief search revealed a bug report for a similar issue in python- 
markdown:
> I'm using the markdown.py command to generate HTML from Markdown  
> documentation and I've found that if a utf-8 file starts with a BOM  
> a paragraph is generated
2007 Aug 27
2
Benchmarks with TextMate's manual
The following benchmarks have been obtained using the TextMate manual  
as the input source:
  <http://macromates.com/textmate/manual/source.tbz>
Using PHP Markdown, parsing the 24 files separately (with the  
reference file appended to each of them), I get this (on an iBook G4  
1.2 Ghz):
                        Total   Avg.   Min.    Q1.   Med.    Q3.   Max.
     Parse Time (ms):   
2007 Aug 08
2
Backtick Hickup
I'm using Michel Fortin's MDTest cases to rewrite my html2text.php script. 
Just now I stumbled upon this bug (in PHP Markdown at least):
# Input:
    Backtick: ``\```
# Output:
<p>Backtick: `````</p>
# Should-Be Output:
<p>Backtick: <code>`</code></p>
If you (Michel) are already aware of this, just ignore me ;-)
-- 
Milian Wolff
2005 Jun 03
3
911 context, is this right?
I have 3 analog trunks zap/1, zap/4 and zap/5.  zap/5 is the least used
line.  Would the following work for 911 calls?
[e911]
exten => 911,1,ChanIsAvail(Zap/1)
exten => 911,2,Dial(Zap/1/911)
exten => 911,3,Hangup()
exten => 911,102,ChanIsAvail(Zap/4)   
exten => 911,103,Dial(Zap/4/911)
exten => 911,104,Hangup()
exten => 911,203,ChanIsAvail(Zap/5)
exten =>
2008 Jan 05
2
replacing " with "
Python-markdown currently replaces all straight quotes (`"`) with the
html entity (`"`). Someone recently complained about this in a
[bug report][]. As it turns out the quote was the symptom that brought
the real problem to light[^1]. In any event, the reporter pointed out
that markdown.pl does not replace straight quotes with the html
entity. I know John Gruber has mentioned before
2006 Aug 15
2
PHP 5 port of Markdown, plugin-based
Hi,
First of all, thanks to John Gruber for the fantastic Markdown syntax  
and parse/render system.  Also, thanks to Michel Fortin for his PHP 4  
version of Markdown.
Based on those two works, I have completed a **plugin-aware** PHP 5  
version of Markdown.  You can see it in Subversion here:
* <http://solarphp.com/svn/trunk/Solar/Markdown.php>
*