[asterisk-users] SERVICE CODES

2008-10-20 Thread Robert Boardman
Hi I'm trying to get the status of an extension that has DND set using the service code, or trying to disable the service codes altogether so that I can do them in the dialplan if needed any advice wout be appriciated Thanks Robb ___ -- Bandwidth and

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-22 Thread Olle E. Johansson
John Todd wrote: At 11:47 AM -0600 11/20/03, Tilghman Lesher wrote: (SIP, Zap, whatever) has their own CLASS dialplan sets, then that is a different problem - either deactivate them and use the server, or leave them enabled and ignore things for that line. How exactly did you hack your dialpla

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread John Todd
At 11:47 AM -0600 11/20/03, Tilghman Lesher wrote: [snip] (SIP, Zap, whatever) has their own CLASS dialplan sets, then that is a different problem - either deactivate them and use the server, or leave them enabled and ignore things for that line. How exactly did you hack your dialplan so that fo

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread Tilghman Lesher
On Thursday 20 November 2003 09:07, John Todd wrote: > OK, I have no complaints as long as what is in the dialplan takes > precedence over the hardcoded entries in the channel drivers. My > feelings are pretty strong that this shouldn't be channel-specific, But there are good reasons to have this

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread Mark Spencer
Let me clarify my feelings: I believe the API should look something like this: struct ast_features { /* Private data for features, which ones are enabled, state information, etc */ }; /* Apply var/value pair to the feature set, return 0 on success, -1 if this isn't a featur

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread John Todd
On Wednesday 19 November 2003 15:16, John Todd wrote: >On Wednesday 19 November 2003 10:11, John Todd wrote: >> >after testing with a MGCP phone (Swissvoice ip10s) I found the >> > following ASTERISK-based codes (VERTICAL SERVICE CODES) to >> > work - I assume that most of those will also wo

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread Tilghman Lesher
On Thursday 20 November 2003 01:54, Paul Crick wrote: > > Mark has been very emphatic about call features not > > belonging in the dialplan. > > Hmm.. I read this message, and the couple that came after it and > still have mixed thoughts.. > > My initial thought was that it didn't make sense - I'd

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread Tilghman Lesher
On Thursday 20 November 2003 02:45, Florian Overkamp wrote: > At 16:48 19-11-2003 -0600, you wrote: > >And you will have control of your devices. The problem is that many > >of the call features are intrisically related to how the channel > > type signals to devices. Hence, the functionality need

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread John Skinger
9, 2003 1:25 PM Subject: Re: [Asterisk-Users] Service codes for MGCP channels > On Wednesday 19 November 2003 10:11, John Todd wrote: > > >after testing with a MGCP phone (Swissvoice ip10s) I found the > > > following ASTERISK-based codes (VERTICAL SERVICE CODES) to work - > >

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread Florian Overkamp
Hi, At 16:48 19-11-2003 -0600, you wrote: And you will have control of your devices. The problem is that many of the call features are intrisically related to how the channel type signals to devices. Hence, the functionality needs to be at the channel driver level. Actually, I don't agree. It is

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread Florian Overkamp
At 21:17 19-11-2003 +0100, you wrote: Looking forward to more of these examples, Florian! *grin* I understand I have to find more information on the local channel construct where you use @pbx for some reason I do not understand... /Olle Oh, thats just a matter of convenience on my part. It could

RE: [Asterisk-Users] Service codes for MGCP channels

2003-11-20 Thread Paul Crick
> Mark has been very emphatic about call features not > belonging in the dialplan. Hmm.. I read this message, and the couple that came after it and still have mixed thoughts.. My initial thought was that it didn't make sense - I'd rather have control over which codes are used to activate which fea

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread Tilghman Lesher
On Wednesday 19 November 2003 15:16, John Todd wrote: > >On Wednesday 19 November 2003 10:11, John Todd wrote: > >> >after testing with a MGCP phone (Swissvoice ip10s) I found the > >> > following ASTERISK-based codes (VERTICAL SERVICE CODES) to > >> > work - I assume that most of those will als

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread John Todd
On Wednesday 19 November 2003 10:11, John Todd wrote: >after testing with a MGCP phone (Swissvoice ip10s) I found the > following ASTERISK-based codes (VERTICAL SERVICE CODES) to work - > I assume that most of those will also work with SIP, but haven't > checked that yet: > >*67 - Calling Num

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread Olle E. Johansson
Florian Overkamp wrote: Citeren Daniel ANDRE <[EMAIL PROTECTED]>: Do you have any information on how to include these functions to th dialplan? Depends on what you'd want precisely. Here's a (higly undocumented) example (I'm working on more). I used KPJ's examples on www.junghanns.net to start

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread Tilghman Lesher
On Wednesday 19 November 2003 10:11, John Todd wrote: > >after testing with a MGCP phone (Swissvoice ip10s) I found the > > following ASTERISK-based codes (VERTICAL SERVICE CODES) to work - > > I assume that most of those will also work with SIP, but haven't > > checked that yet: > > > >*67 - Calli

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread John Todd
At 5:51 PM +0100 11/19/03, Daniel ANDRE wrote: Hello, John Todd a écrit: Hi there, after testing with a MGCP phone (Swissvoice ip10s) I found the following ASTERISK-based codes (VERTICAL SERVICE CODES) to work - I assume that most of those will also work with SIP, but haven't checked that yet: *

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread Florian Overkamp
Citeren Daniel ANDRE <[EMAIL PROTECTED]>: > Do you have any information on how to include these functions to th > dialplan? Depends on what you'd want precisely. Here's a (higly undocumented) example (I'm working on more). I used KPJ's examples on www.junghanns.net to start with (thanks!) and

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread Daniel ANDRE
Hello, John Todd a écrit: Hi there, after testing with a MGCP phone (Swissvoice ip10s) I found the following ASTERISK-based codes (VERTICAL SERVICE CODES) to work - I assume that most of those will also work with SIP, but haven't checked that yet: *67 - Calling Number Delivery Blocking ... No,

Re: [Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread John Todd
Hi there, after testing with a MGCP phone (Swissvoice ip10s) I found the following ASTERISK-based codes (VERTICAL SERVICE CODES) to work - I assume that most of those will also work with SIP, but haven't checked that yet: *67 - Calling Number Delivery Blocking *70 - Cancel Call Waiting *72 - Call

[Asterisk-Users] Service codes for MGCP channels

2003-11-19 Thread Philipp von Klitzing
Hi there, after testing with a MGCP phone (Swissvoice ip10s) I found the following ASTERISK-based codes (VERTICAL SERVICE CODES) to work - I assume that most of those will also work with SIP, but haven't checked that yet: *67 - Calling Number Delivery Blocking *70 - Cancel Call Waiting