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

Noah Miller noahisaacmiller at gmail.com
Mon Aug 11 09:27:08 CDT 2008


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



More information about the asterisk-users mailing list