Re: [asterisk-users] The problem DIAL with option T,t

2008-08-11 Thread Russell Bryant

On Aug 11, 2008, at 2:03 AM, larry wrote:

>   This is my setup of the features.conf but it had not any reaction  
> after I
> pushed the *2 while calling was acting ! Could you tell me the  
> reason ? Or
> give my the method of the setting.
> Thanks!
>  LARRY
> [general]
> parkext => 700
> parkpos => 701-702
>
> context => parkedcalls
>
> [featuremap]
> atxfer => *2
>

The most likely cause of why it's not working is that you're not  
pressing the digits fast enough.  The default timeout is 500 ms.  So,  
if you don't press 2 within half a second of pressing *, it won't  
work.  There is an option to extend this timeout -  
featuredigittimeout, I think.

> [applicationmap]
> set(DYNAMIC_FEATURES=tranf)
>
> tranf => *2,peer,waitexten(10|m)


This is completely unnecessary for configuring call transfer.  If you  
were to configure custom features, though, you would have the Set()  
command in the dialplan (extensions.conf).

--
Russell Bryant
Senior Software Engineer
Open Source Team Lead
Digium, Inc.





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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] The problem DIAL with option T,t

2008-08-11 Thread Noah Miller
Hi Larry -

>   This is my setup of the features.conf but it had not any reaction after I
> pushed the *2 while calling was acting ! Could you tell me the reason ? Or
> give my the method of the setting.
> Thanks!
>  LARRY
> [general]
> parkext => 700
> parkpos => 701-702
>
> context => parkedcalls
>
> [featuremap]
> atxfer => *2
>
> [applicationmap]
> set(DYNAMIC_FEATURES=tranf)
>
> tranf => *2,peer,waitexten(10|m)


You've got a few problems here:

1) You have two different operations set to: *2
You can only have one feature per key combination

2) You can't set the DYNAMIC_FEATURES variable in the features.conf
file.  You can only set variables in extensions.conf (or
extensions.ael)

3) If you just need to set up attended transfer, you only need the
line "atxfer => *2" and nothing else.  Attended transfer is a
pre-defined feature.  The [applicationmap] section is for creating new
features that aren't pre-defined.


- Noah

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


[asterisk-users] The problem DIAL with option T,t

2008-08-11 Thread larry

HI
   This is my setup of the features.conf but it had not any reaction after I
pushed the *2 while calling was acting ! Could you tell me the reason ? Or
give my the method of the setting.
 Thanks!
  LARRY
[general]
parkext => 700
parkpos => 701-702

context => parkedcalls

[featuremap]
atxfer => *2

[applicationmap]
set(DYNAMIC_FEATURES=tranf)

tranf => *2,peer,waitexten(10|m)


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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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