Summary: | ASTERISK-13878: Users defined in users.conf can not use feature codes defined in features.conf | ||
Reporter: | Herb (herb) | Labels: | |
Date Opened: | 2009-04-01 16:00:15 | Date Closed: | 2009-06-10 12:43:13 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Resources/res_features |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | Aloha, I have run into another bug trying to get orbit/call parking working. Peers/users defined in users.conf can not use features defined in features.conf. I mainly want to use the parking feature, but the blind and attended transfer feature codes don't work either. I have tried both 1.6.1-rc3 and 1.6.0.7-rc2 Users/peers defined in sip.conf only work just fine. [quote] [featuremap] blindxfer => #1 disconnect => ##0 atxfer => #2 parkcall => *[/quote] [quote] [users.conf] [594] username = 594 transfer = yes mailbox = 594 call-limit = 100 fullname = Test registersip = yes ;host = static callgroup = 1 context = default cid_number = hasvoicemail = yes vmsecret = 1234 email = threewaycalling = yes hasdirectory = yes callwaiting = yes hasmanager = no hasagent = no hassip = yes hasiax = yes nat = no canpark = yes canreinvite = yes dtmfmode = rfc2833 insecure = no pickupgroup = 1 autoprov = yes label = 594 macaddress = 001122334455 linenumber = 1 LINEKEYS = 1 disallow = all allow = ulaw,gsm [/quote] ****** ADDITIONAL INFORMATION ****** Again this server has been installed and is currently being used. I finally just deleted users.conf and everything is working as expected. Thanks! | ||
Comments: | By: Leif Madsen (lmadsen) 2009-04-01 19:47:42 Can you provide us with your dialplan (extensions.conf), features.conf, and the console output of you trying to make this work? Also if you can enable 'dtmf' on the console line of your logger.conf and provide that in your console output, that'd be great. I find this is a good way to get console output: asterisk -cvvvvng | tee /tmp/console_output.txt Thanks! By: Herb (herb) 2009-04-02 15:30:38 Aloha, Unfortunately that server is installed and operating at our remote site. I realize that I might have caused the problem with the config, but I didn't have a lot of time to fully troubleshoot the problem. However, I will try and setup a test box today or tomorrow so I can help out with this and the other issue I posted. By: Leif Madsen (lmadsen) 2009-04-13 12:22:28 Let me know if you have any additional information, or if it ended up just being a configuration issue. Thanks! By: Leif Madsen (lmadsen) 2009-06-10 12:43:13 Closed due to lack of response from the reporter. If you can provide the requested information, please reopen this issue and attach the information. Thanks! |