No it's not you.... it's me.
What I'm looking for is a way to add Classes of Service (COS) to an extension and an outbound route so that I can restrict phones from dialing 1+ (Long Distance) or 011+ (International) I need to select a specific outbound route (dial plan) based on the extension configuration
The default context for an extension is [from-internal] ?
I want to be able to change this to [COS_Local] or [COS_LongDistance] or whatever In the context of [COS_Local] this would only dial-out using the Outbound Route "Local_Routes"
with a dial plan of :
416NXXXXXX
647NXXXXXX
905NXXXXXX

I not very good at config files so I do quite know how to get from A to B


TTFN

Henry




On Trixbox (Maint)
Asterisk->Config Edit->extensions_custom.conf

Go down to the bottom and enter:
[henrys_custom_context_for_restricted_phones]
include => ext-local

and update it.

The config editor will automatically see the new context heading and
make it directly available on the left side menu. This context doesn't
have _any_ vision to the rest of the system at this time until you
"include => xxxxxx"

Only include the contexts that have the dial macros you want the
restricted phones to have.

I don't understand what that package offers that you can't do this way?
(Modify the phones so that this is their default context.)

Remember if context only has access to others which is specifically
includes. It doesn't include what was already included. In other words,
it includes a context but ignores that context's includes.

Make sense? Clear as Guinness :-)



David Cook wrote:
Henry, what am I missing? I don't understand why you need this custom
contexts thing?

On Trixbox (Maint)
Asterisk->Config Edit->extensions_custom.conf

Go down to the bottom and enter:
[henrys_custom_context_for_restricted_phones]
include => ext-local

and update it.

The config editor will automatically see the new context heading and
make it directly available on the left side menu. This context doesn't
have _any_ vision to the rest of the system at this time until you
"include => xxxxxx"

Only include the contexts that have the dial macros you want the
restricted phones to have.

I don't understand what that package offers that you can't do this way?
(Modify the phones so that this is their default context.)

Remember if context only has access to others which is specifically
includes. It doesn't include what was already included. In other words,
it includes a context but ignores that context's includes.

Make sense? Clear as Guinness :-)
--
David Cook


Quoting "Henry L.Coleman " <[EMAIL PROTECTED]>:

Thanks Dave and Martin, I'm checking into the COS thing on
Aussievoip.(looks promising)
Still  no handle on DTMF though

Henry

Martin Glazer wrote:
Henry,

Sorry I can't help you on number one either, but for number 2,
there
is an unofficial module called "Custom Contexts" available for
FreePBX
(used by Trixbox), which will allow you to do what is needed, all
via
the GUI.

Take a look at
http://www.aussievoip.com/wiki/freePBX-CustomContexts
for more details.

HTH

Martin

David Cook wrote:
For #2 just create a new context in extensions_custom.conf and
don't
give it access to the standard outbound dial macro but give it
access
to a restricted one that you write there.

Never really thought much about #1. Sorry on that one.
--
David Cook


Quoting "Henry L.Coleman " <[EMAIL PROTECTED]>:

Hi all,  ....got two problems (sorry "challenges")

1.  A three way conference call is set up by party "B" between
"A"
and
"B"and  "C"
party "A" has to navigate party "C"'s IVR but the DTMF signaling
doesn't
work.
Party "B" is a Grandstream GXP 2000 (SIP) with signalling set to
<via
RTP (RFC2833)>  The trunks are IAX (unlimitel)

2. I need to set a class of service (COS) for specific extensions
 using Trixbox I need to be able to have some phones restricted
to
Canada only while others can dial US and international

Hoping for some enlightenment on these issues

Henry Coleman



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to