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

Joseph syscon at interbaun.com
Sun Feb 27 14:40:11 MST 2005


On Sun, 2005-02-27 at 19:23 +0000, Julian J. M. wrote:
> You need to tell asterisk to stay in the media path. You must add 't'
> to the Dial options:
> 
> exten => 21,1,Dial(${phone1},20,trwL(300000:240000:60000))
> 
> Or set canreinvite=no in your sip peer definition.

Still didn't work.
I had can canreinvite=no

I added "t" to dial options:
exten => 321,1,Dial(${accounting},20,trw)

my features.conf has
automon => *1                  ; One Touch Record

Note: I added all this section manually, when I compiled * 1.0.5 this
section wasn't there (I don't know why).

 [featuremap]
 ;blindxfer => #1                ; Blind transfer
 ;disconnect => *0               ; Disconnect
 ;automon => *1                  ; One Touch Record
 ;atxfer => *2                   ; Attended transfer

Unless there are other files that were added/modified after I emerged
*-1.0.5 that asterisk need in order for [featuremap] to work

-- 
#Joseph



More information about the asterisk-users mailing list