Re: [asterisk-dev] dial plan in a queue call ?

2006-02-15 Thread md
I log my operator with this dial plan: exten = _422,1,Answer exten = _422,2,AddQueueMember(cola1,SIP/${EXTEN:3}) exten = _422,3,Hangup Thank you - Original Message - From: Saudi Jone V. Gilbolinga To: 'Asterisk Developers Mailing List' Sent:

[asterisk-dev] Calls not queued

2006-02-15 Thread md
Hello, when a agent logged into a queue is busy with a queue call, if another call is delivered in the queue that call is routed to the busy agent. That is not correct. The second call must be stay in the queue. The queues.conf is: [queue1] wrapuptime=0 timeout=60 strategy=ringall

Re: [asterisk-dev] ENUM changes: discussion

2006-02-15 Thread Klaus Darilion
Hi! I agree with John. regards Klaus On Wed, February 15, 2006 5:44, John Todd said: I saw the changes to the ENUMLOOKUP function below, and one of them raises a question in my mind. It seems to be going backwards to continue using the enum.conf file when this is easily specified in the

Re: [asterisk-dev] ENUM changes: discussion

2006-02-15 Thread Mark Elkins
On Tue, 2006-02-14 at 20:44 -0800, John Todd wrote: I saw the changes to the ENUMLOOKUP function below, and one of them raises a question in my mind. It seems to be going backwards to continue using the enum.conf file when this is easily specified in the function call itself, or assuming

[asterisk-dev] Outgoing call from MeetMe?

2006-02-15 Thread Tony Mountifield
Has anyone done any work on enhancing the MeetMe keypad menu to allow the initiation of an outgoing call which will be connected to the conference? e.g. *5 followed by the number to call. This would be very useful for adding participants to the conference without the aid of some external control

Re: [asterisk-dev] ENUM changes: discussion

2006-02-15 Thread Klaus Darilion
On Wed, February 15, 2006 11:00, Mark Elkins said: On Tue, 2006-02-14 at 20:44 -0800, John Todd wrote: I saw the changes to the ENUMLOOKUP function below, and one of them raises a question in my mind. It seems to be going backwards to continue using the enum.conf file when this is easily

Re: [asterisk-dev] ENUM changes: discussion

2006-02-15 Thread Denis Smirnov
On Wed, Feb 15, 2006 at 11:57:11AM +0100, Klaus Darilion wrote: KD Just because of having e164.arpa the default one does not restrict the KD usage to other trees. Any tree is supported. But if there is a default KD tree, which one should it be? e164.org? e164.info?... IMO, the default KD tree

Re: [asterisk-dev] Outgoing call from MeetMe?

2006-02-15 Thread BJ Weschke
On 2/15/06, Tony Mountifield [EMAIL PROTECTED] wrote: Has anyone done any work on enhancing the MeetMe keypad menu to allow the initiation of an outgoing call which will be connected to the conference? e.g. *5 followed by the number to call. This would be very useful for adding participants

Re: [asterisk-dev] Outgoing call from MeetMe?

2006-02-15 Thread Sean Cook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This would not be hard... something that would generate an outgoing spool file that would drop the user into the appropriate context... Channel: Zap/g0/XXX MaxRetries: 6 RetryTime: 60 WaitTime: 5 Context: conference-dropin Extension: 4711

Re: [asterisk-dev] Outgoing call from MeetMe?

2006-02-15 Thread Jeffrey C. Ollie
On Wed, 2006-02-15 at 10:44 +, Tony Mountifield wrote: Has anyone done any work on enhancing the MeetMe keypad menu to allow the initiation of an outgoing call which will be connected to the conference? e.g. *5 followed by the number to call. This would be very useful for adding

[asterisk-dev] Re: Outgoing call from MeetMe?

2006-02-15 Thread Tony Mountifield
In article [EMAIL PROTECTED], Jeffrey C. Ollie [EMAIL PROTECTED] wrote: On Wed, 2006-02-15 at 10:44 +, Tony Mountifield wrote: Has anyone done any work on enhancing the MeetMe keypad menu to allow the initiation of an outgoing call which will be connected to the conference? e.g. *5

[asterisk-dev] any way to interact with mantis through email ?

2006-02-15 Thread Luigi Rizzo
is there a [gate]way to post notes so that they end up into mantis ? e.g. now i got a note on a bug i submitted, and would like to reply, but have no web access... cheers luigi ___ --Bandwidth and Colocation provided by Easynews.com --

Re: [asterisk-dev] any way to interact with mantis through email ?

2006-02-15 Thread Kevin P. Fleming
Luigi Rizzo wrote: is there a [gate]way to post notes so that they end up into mantis ? e.g. now i got a note on a bug i submitted, and would like to reply, but have no web access... Unfortunately there is not. That is one of the requirements we have in mind for switching to a new issue

[asterisk-dev] [EMAIL PROTECTED]: Re: [Core Asterisk 0004377]: [patch] [post 1.2] improved loader]

2006-02-15 Thread Luigi Rizzo
this is for corydon76, given that i have no good access right now... - Forwarded message from Luigi Rizzo [EMAIL PROTECTED] - Date: Wed, 15 Feb 2006 10:29:58 -0800 From: Luigi Rizzo [EMAIL PROTECTED] Subject: Re: [Core Asterisk 0004377]: [patch] [post 1.2] improved loader To: [EMAIL

Re: [asterisk-dev] ENUM changes: discussion

2006-02-15 Thread John Todd
John Todd wrote: I was rather hoping to have enum.conf become depreciated, and this change seems to go backwards a few steps and solidify it's rather confusing position in the config file directory. That's fine... that change came out of a discussion on IRC, and it can certainly be put