Re: [asterisk-users] Unable to use # as feature key prefix

2009-06-17 Thread martin f krafft
also sprach Danny Nicholas da...@debsinc.com [2009.06.16.1656 +0200]:
 The problem is the Asterisk Read function.  It is set to accept as
 many 0-9 and * as you want to throw at it, then stop on # or
 timeout.  Unless you disable the # stops, you can't use # in
 features.  I would strongly caution against that because you would
 almost certainly break something else.

I am not sure I entirely understand, but I think you are talking
about such things as finalising a pin entry with #, stopping Echo(),
or halting a voice recording.

If that's the case, then the default features.conf file is mightily
misleading:

[featuremap]
;blindxfer = #* ; Blind transfer  (default is #)
;disconnect = * ; Disconnect  (default is *)
;automon = *1; One Touch Record a.k.a. Touch Monitor
;atxfer = #0; Attended transfer
;parkcall = #7; Park call (one step parking)

-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
it may look like i'm just sitting here doing nothing.
but i'm really actively waiting
for all my problems to go away.
 
spamtraps: madduck.bo...@madduck.net


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Unable to use # as feature key prefix

2009-06-16 Thread Jonathan Moore
On Tue, Jun 16, 2009 at 9:56 AM, Danny Nicholasda...@debsinc.com wrote:
 The problem is the Asterisk Read function.  It is set to accept as many 0-9
 and * as you want to throw at it, then stop on # or timeout.  Unless you
 disable the # stops, you can't use # in features.  I would strongly caution
 against that because you would almost certainly break something else.

Is that a configuration change or a let's to edit source code change?

-jonathan

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to use # as feature key prefix

2009-06-16 Thread Danny Nicholas
The problem is the Asterisk Read function.  It is set to accept as many 0-9
and * as you want to throw at it, then stop on # or timeout.  Unless you
disable the # stops, you can't use # in features.  I would strongly caution
against that because you would almost certainly break something else.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of martin f
krafft
Sent: Tuesday, June 16, 2009 2:29 AM
To: asterisk users mailing list
Subject: [asterisk-users] Unable to use # as feature key prefix

Hi folks,

I was using the following featuremap:

  blindxfer = *1
  disconnect = *9
  atxfer = *2
  parkcall = *7
  automixmon = *0

and everything worked.

Then the need arouse to use some features like automixmon during
a conference, but MeetMet has the * key bound to the
(admin) menu. Thus, in order to enable features like automon and 
transfers even during a conference, I tried to swap * fro # in the
featuremap:

  blindxfer = #1
  disconnect = #9
  atxfer = #2
  parkcall = #7
  automixmon = #0

Unforunately, I cannot seem to make any of the features happen,
neither during a normal call, nor during a conference.

I've tried with multiple phones.

What could be the problem?

-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
and if the cloud bursts, thunder in your ear
 you shout and no one seems to hear
 and if the band you're in starts playing different tunes
 i'll see you on the dark side of the moon.
   -- pink floyd, 1972
 
spamtraps: madduck.bo...@madduck.net


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Unable to use # as feature key prefix

2009-06-16 Thread Danny Nicholas
LESC - proceed at your own peril...

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan Moore
Sent: Tuesday, June 16, 2009 10:03 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Unable to use # as feature key prefix

On Tue, Jun 16, 2009 at 9:56 AM, Danny Nicholasda...@debsinc.com wrote:
 The problem is the Asterisk Read function.  It is set to accept as many
0-9
 and * as you want to throw at it, then stop on # or timeout.  Unless you
 disable the # stops, you can't use # in features.  I would strongly
caution
 against that because you would almost certainly break something else.

Is that a configuration change or a let's to edit source code change?

-jonathan

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users