Re: [asterisk-users] features.conf : feature map ==> getting feature to work

2009-09-08 Thread jonas kellens
When I enable the automon-feature (*1) the callee can start recording the conversation. No problem there. But I can't get my user-defined features to work. I have setup the following test-feature in features.conf : [applicationmap] testfeat => *3,self/callee,Playback,tt-weasels I have the follo

Re: [asterisk-users] features.conf : feature map ==> getting feature to work

2009-09-08 Thread Olle E. Johansson
8 sep 2009 kl. 10.17 skrev jonas kellens: > Erik, > > I have placed everything in features.conf in comment ( ; ). Still > when I run show features, I get this : > >> clarkconnect*CLI> show features >> Builtin Feature Default Current >> --- --- --- >> Pick

Re: [asterisk-users] features.conf : feature map ==> getting feature to work

2009-09-08 Thread jonas kellens
Erik, I have placed everything in features.conf in comment ( ; ). Still when I run show features, I get this : > clarkconnect*CLI> show features > Builtin Feature Default Current > --- --- --- > Pickup*8 *8 > Blind Transfer

Re: [asterisk-users] features.conf : feature map ==> getting feature to work

2009-09-08 Thread Erik de Wild
just a hint. you might have # assigned the moh in feature.conf and #3 to starting the recording. check your feature.conf and makesure that # isn't assigned to anything. erik de wild Tripple-o Your Asterisk migration partner the Netherlands Verstuurd vanaf mijn iPhone Op 7 sep 2009 om 20:40

Re: [asterisk-users] features.conf : feature map ==> getting feature to work

2009-09-07 Thread Anthony Messina
On Monday 07 September 2009 13:40:16 jonas kellens wrote: > [applicationmap] > > opnemencallee => > #3,self/callee,Monitor,wav,/var/samba/profiles/jonaskl/recording,m => ,[/],[,[,MOH_Class]] it looks like "/var/samba/profiles/jonaskl/recording" is in the spot for "[,MOH_Class]" -- Anthony -

[asterisk-users] features.conf : feature map ==> getting feature to work

2009-09-07 Thread jonas kellens
Hi there, I need some help with a 'custom' feature. I have following feature defined in features.conf : [applicationmap] opnemencallee => #3,self/callee,Monitor,wav,/var/samba/profiles/jonaskl/recording,m In my dialplan : [from-HostAst] exten => s,1,Set(__DYNAMIC_FEATURES=opnemencallee) exten