I get the same error when I make the recommended change, so for now I'm stuck with entering the VM password with each login.
vmail.php?ext=$$SIPUSERNAME$$&user=$$SIPUSERNAME$$&pin=12345678
vmail.php?ext=100&user=[B]$$SIPUSERNAME$$[/B]&pin=12345678
vmail.php?ext=100&user=100&pin=12345678
vmail.php?ext=$$SIPUSERNAME$$&user=[B]$$AA_SIPUSERNAME_AA$$[/B]
First our current phones show a directory of company extensions. This is similar to the pre configured directory. Then we each user may want to add phone numbers to a personal directory and this is also there under services. But we also have a directory that shows a list of common numbers like vendors, support agents and such that are set by an admin and show up on every phone. This was easy to do with the polycom each user had directory-xml and you could just put company contacts in the default 0000-directory.xml. How can I get this functionality on the 57i?
Second the preconfigured buttons are almost perfect for our aplication but the intercom seems lacking for instance when you hit intercom you then enter the extention and away you go. But what if you dont know the extention? When you use the directory and you get a list of extentions the bottom pane changes to show dial. It seems like it should also have an intercom button if you want to intercom the person instead of calling. Can anyone help me with setting this up?
While we are on the subject of firmware bugs let me throw this your way. Perhaps it is not in the firmware but you tell me.
I am trying to make the transition from our current old Panasonic PBX and phones to Piaf and the aastra 57i as smooth as possible. On our current phones even we have several BLF/Speeddial keys and so I want the new phones to act in a similar fashion so I set the first 5 Top soft keys to blfxfer keys like this.
topsoftkey1 type: blfxfer
topsoftkey1 lable: "Tom Jones"
topsoftkey1 value: 105
and so on it goes. I do this in the mac.cfg All of the topsoftkeys work right except for topsoftkey5 it always shows the lable of "Night Mode" even though it is functioning as a blfxfer key. It seems it is just the lable that will not take. In fact when the phone first boots it does show the right lable but quickly disapears and "Night Mode" somehow makes it's way to the label.
If I leave the lable field off and change it in the web ui then the lable takes just now from a .cfg file So for now I am having to set the label on topsoftkey5 on all the phones from the web ui.
I have noticed it does this with other types as well not just the blfxfer type but I am not sure if all types exibit this problem.
cd /var/www/html/aastra/asterisk
php read_context.php 100 daynight
daynight
Array
(
[key] => topsoftkey5
)
php set_key.php 100 daynight ''
Thank you yes I did eventually find the contacts app that uses the .csv file and it works great.
I don't know if this is a good place for suggestions but let me mention a couple of more things.
First when I pick up the phone I immediately get a dial tone and the bottom soft keys change. Is there anyway to change this. The issue that springs up is this.
What if I don't want to use my speaker phone? For instance some places are not allowed to use one such as cube workers. Let's say you want to listen to your visual voice mail over the headset, but when you pick up the handset the voice mail button goes away or perhaps you are trying to join a meet-me conference but same thing you pick up the headset and the option is no longer available. It would be nice if the options would stay put somehow and perhaps only disappear when you began to dial or something like that.
The second issue or preference which I'm sure is doable if you know how to program it but I don't know php or pearl or C yada yada yada is this.
again making it easy for my users I have opted for the following on the last 5 top softkeys.
1. Directory as set in the scripts that brings up extensions on the server.
2. Personal per phone directory for adding personal contacts this is currently under the services but I don't want them to have to navigate sub menus for such a basic feature.
3. directory for the csv file we were talking about with a shared company searchable list
4. Speed dial as set in the scripts
5. and presence as set in the scripts
It would be nice though If I knew how to combine this so that I had one Directory Button on a topsoftkey and when selected the bottom keys change to show Personal, Company, and Extensions. This would be nice but It is not the end of the world just have all three on the top just a suggestion.
For the Visual voice mail, we have done some changes in 2.2.1 which allows the user to disable auto-answer and listen to his messages via the handset (or headset).
aastra1
This is easily doable for the XML apps but I guess not that simple to include the phone local directory and guess what it does not require any programming skill. With the scripts we provide an XML application called mymenu.php which can use config files to display custom menus, this is what we use for the 'Applications' menu behind the Services key.
I will do the work for you and publish it in the forum.
aastra1
I was wondering about the phone local directory, is it really used? I personally always try to avoid to store anything in the phone in case it has to be replaced, I was wondering if the speed dial application could not be used instead, even if it is limited to 30 inputs, each input can handle 4 numbers. BTW, the speed dial application can also be used for shared speed dials, the records are stored in the cache if you send a user extension it is stored in the user context, but you can create another context such as 'corporate' and everything will be shared between users. The application also supports a mode where user cannot edit/change the records.
aastra1
Fo the meet-me conference, the button should be available but you have to press more to access it.
This is easily doable for the XML apps but I guess not that simple to include the phone local directory and guess what it does not require any programming skill. With the scripts we provide an XML application called mymenu.php which can use config files to display custom menus, this is what we use for the 'Applications' menu behind the Services key.
I will do the work for you and publish it in the forum.
aastra1
Doing the work I realized that we have a small bug in mymenu.php, if you create your own menu it interferes with the menu used by 'Applications'. The interference is minor but it can be annoying, it is fixed in 2.2.1 which will be available for beta tomorrow.Thanks that worked great! If you still want to publish this for others you can but it was easy to I just needed to go over the documentation again. I know I read that before but It did not hit me as to what it was or would be useful for at the time.
Doing the work I realized that we have a small bug in mymenu.php, if you create your own menu it interferes with the menu used by 'Applications'. The interference is minor but it can be annoying, it is fixed in 2.2.1 which will be available for beta tomorrow.
Stay tuned.
aastra1
[RESERVED]
title=Directory
[SpeedDial]
title=Personal
uri=http://192.168.0.100:80/aastra/asterisk/speed.php?user=$$SIPUSERNAME$$
info=Speed Dial
[Extensions]
title=Extensions
info=Internal Extensions Directory
uri=http://192.168.0.100:80/aastra/asterisk/directory.php?user=$$SIPUSERNAME$$
[Shared]
title=Company
info=Company Contacts
uri=http://192.168.0.100:80/aastra/asterisk/contacts.php?user=$$SIPUSERNAME$$
[RESERVED]
title=Page Groups
[Offices]
title=Offices
uri=Dial:201
info=Page All Office Extensions
[All]
title=Page All
info=Page All Extensions
uri=Dial:202
[VM]
title=Voice Mail
info=Leave a message to all users
uri=Dial:501
What is happening is that Either one will work fine. But if you use the other one then it wipes out the other one. For instance if I go to Directory is shows my three submenu items. But then when I go to page it is empty and I have to use the add key to add in my three menu items. Then that will work fine but if I chose directory it is now empty and I have to add them back in as well on the phone. So it is like I cant have two mymenu items or something.
Some of my users are paranoid and they want to have to put in a password to get their voice mail. However most of my users like myself have don't feel we are important enough that anyone would care what is on our voice mail and we want the convenience of not having to put in a password to get our visual voice mail.
That being said I do know where to set this up but it would be nice if when a user logged in say for the first time if the phone would ask "Do you want to save your password?" and then It would not need it again unless it was incorrect. That way if the user changes their VM password instead of saying that is is wrong it will ask for the old one again and if that is right then ask if they want to update or something.
This would let the user change their password and still have auto log in without having to tell the PBX admin (that is me) that they changed their password and now their voicemail does not work.
This has not happened I am just trying to think ahead.
Oh good I can't wait. Thanks for the help I can wait for the beta release.
Ha Ha. First I can't wait, then I can.
Link up your team and customers Phone System
Live Chat
Video Conferencing
Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.
Check your inbox!
We’ve sent you an email. Click on the button in the email body to verify your email address – (if you can not find it, check your spam folder).
Upon verification you will be directed to the 3CX setup wizard.