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

Russell Bryant russell at digium.com
Mon Aug 11 19:58:12 CDT 2008


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.







More information about the asterisk-users mailing list