[Asterisk-Users] Limit the call & recording when pressing *1

Joseph syscon at interbaun.com
Sun Feb 27 11:20:56 MST 2005


[snip]
> Try: 
> 
> exten => 21,1,Dial(${phone1},20,rw)
> 
> Options should be combined.   
> 
> and
> 
> exten => 21,1,Dial(${phone1},20,rwL(300000:240000:60000))
> 
> This limits the call to five minutes, warning every 60 seconds when four
> minutes are remaining.  Keep in mind that time is specified in milliseconds.
> (FYI:  There are 60,000 milliseconds in a minute.)

Yes, the limit call works but the "w" doesn't work when I press "*1"
after picking up the call.

I've noticed that my file features.conf didn't have the options:
 [featuremap]
 ;blindxfer => #1                ; Blind transfer
 ;disconnect => *0               ; Disconnect
 ;automon => *1                  ; One Touch Record
 ;atxfer => *2                   ; Attended transfer

but even adding it and commenting out "automon => *1" didn't work.
and of course I restart asterisk after modifying features.conf

-- 
#Joseph



More information about the asterisk-users mailing list