HI 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)
Hi, I've just followed http://www.voip-info.org/wiki/view/Asterisk+Speaks+with+Google+Talkinstructions from wiki, And i always get my jabber (GoogleTalk account for asterisk server) not registred: -------------------------------------------------------------------------------- -------- asterisk1*CLI> jabber show connected Jabber Users and their status: User: myasteriskaccount - Disconnected asterisk1*CLI> jabber test
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
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.