Bug#475178: asterisk-config: 911/other emergency call not included in extensions.conf

xavier.reportbug-debian.asterisk-config.natch.2008.04.09.10.49.42 at pecos.8d.com xavier.reportbug-debian.asterisk-config.natch.2008.04.09.10.49.42 at pecos.8d.com
Wed Apr 9 16:05:43 UTC 2008


On Wed, Apr 09, 2008 at 06:16:46PM +0300, Tzafrir Cohen wrote:
> On Wed, Apr 09, 2008 at 10:55:32AM -0400, xavier renaut wrote:
> 
> > i noticed a lot of stuff is included in extensions.conf for making calls
> > and all, but not the 911. i think it's important enough to add it, and
> > maybe add comments for people not in a country which accept 911. 
> 
> 911 is used in the US and canada, but on other coutries there are
> different numbers.

yes. this is why the comment.

or maybe put all the stock in comment. or at least add something in the doc,
(usr/share/doc/asterisk-config/examples) ...




> 
> > 
> > something like :
> > 
> > [emergency]
> > exten => 911,1,Dial(${TRUNK}/${EXTEN})
> > exten => 9911,1,Dial(${TRUNK}/911)
> > 
> > and in [local]
> > include => emergency
> 
> This is both US-specific, and requires TRUNK to be useful.


there is a lot of stuff us-specific. 

internationnal code : 011, us specific

[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${GLOBAL(TRUNK)}/${EXTEN:${GLOBAL(TRUNKMSD)}})

us-specific . france is 01 31 12 12 12 

[trunkld]
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXXX,n,Dial(${GLOBAL(TRUNK)}/${EXTEN:${GLOBAL(TRUNKMSD)}})

us-specific . france is 01 31 12 12 12 
[trunklocal]
exten => _9NXXXXXX,1,Dial(${GLOBAL(TRUNK)}/${EXTEN:${GLOBAL(TRUNKMSD)}})



and they use TRUNK too...

> 
> Upstream (which happen to be from the US) don't like it either.

what about in comments ?

thanks



-- 
xavier renaut, 514 906 1212 x315 





More information about the Pkg-voip-maintainers mailing list