Jump to content

pbxuser911

Members
  • Posts

    498
  • Joined

  • Last visited

Everything posted by pbxuser911

  1. that has been added to 4.0 what you can do is manually register the cell phone as a registration under the registration tab on the extension level only problem with that is that if the cell phones voice mail picks up, then the call will be routed there
  2. doesnt show the domain name also it works much slower then the original code, this one takes time in between the results
  3. Were set up to receive the nightly CDR email to our dailycdr@company.com email account, we set up to receive on all domains the CDR to the same email address I’m seeing that some nights I don’t get the CDR's from some domains the most emails I get at midnight is 80, 78 CDR's (and I have 100 domains), 1 that the PBX has backed up (this is set in the script to email me when it was done) and 1 that has the PBX Status of the day (the one that shows the 3 graphs pie's) does anyone know if there is a limit of only 80 emails at once? or any other way to test this issue?
  4. if you have the proper equipment, doing it via VPN is the best way to do it but yes, you can allow out of office users to connect to the PBX without a problem, as long as you don’t have port 5060 and rtp ports blocked on your PBX/firewall
  5. here is what your dial plan should have in it if you want it to only be able to call an account on the domain pref: 100. trunk: not allowed. pattern: *. replacement: *. now any extension/domain that uses that Dial Plan will only be able to dial account number within that domain, not any other external calls that require the use of a trunk are you looking to block it to dial any number and only allow it to be able to dial 1 extension number for example 223? that I can’t figure out how to set up in the dial plan, I just tried a few diff ways and none blocked every extension except one
  6. is it intermitting? try on the admin/setting/port page set Lock codec during conversation: to yes do the same for /admin/domain/selectyourdomain/trunks/ Lock codec during conversation: set it to yes
  7. i also found that using the wrong power supply will cause problems with the handset speaker, just figured another point to check
  8. pbxuser911

    loop

    i set mine to 15, never had an issue since
  9. Ext 522 calls Ext 523 523 Does not answer the call System plays prompts and gives 2 options 1) to request a call back when the extension becomes available. 2) to leave a message the problem here is that 523 gave permission to 522 to listen to VM, and when pressing Option 2 to leave a message, he can't, instead he is able to listen to the messages of 523.
  10. the way I have it set up is there is a domain "local host" in there I have a trunk from let’s just say sip.carrier in MA i have the trunk enabled as global now any DID I get from sip.carrier in MA i add to the appropriate account (let’s say an Auto Attendant) in the appropriate domain name (let’s say company1.pbx.com) so let’s say I want phone number 9789998877 from sip.carrier in MA to ring to the account 5600 which is a auto attendant in domain company1.pbx.com, I add the DID to the account number. now anytime someone calls that DID it will go to that domain/account was I clear? if you want to schedule a phone call, I am available
  11. what I did now was make another script that runs the first scripts and outputs it into a file which the results of the file get sent in a email thanks so much here is the code I used #!/bin/bash date=`date "+%m%d%y_%H%M"` filename=/usr/local/pbx/pbx_did.txt ./show_did.sh > $filename echo | mailx -s "subject line" emaito@mail.com-- -r emailfrom@mail.com < $filename does anyone know how would I change the display name of what email address the email is going to come from? now it just shows emailfrom@mail.com, I want it to say Email From and if I hit reply it will go to emailfrom@mail.com
  12. I just sent you a private message I am interested in helping you out I will post final (hopefully positive) results on here
  13. try setting it to 5 seconds and see if it works seems as the agent is still in recovery mode....
  14. is the phone book uploaded to the phone? did it automaticly grab the sip password etc? or it wasnt really plug n play
  15. What did you set for your recovery time?
  16. anyone know of a dect phone that is supported with pbxnsip for PNP via HTTP like the Polycom IP650's etc
  17. when i import a CSV then the java ( i think it used) script doesnt change the phone number to the (978) 234-5678 format, it leaves it in the 9782345678 format versus if i manually enter in the phone number 9782345678 pr 19782345678 and go to the next tab, it will change over to the (978) 234-5678 format
  18. how about "call forward when not registered" ? under extension also are thsese names goingto change in 4.0? we sure hope it wont
  19. does it work using HTTP Provisioning? Plug N Play?
  20. can anyone modify the above codes and make it put the results in a file that will be overwritten every time the command is used, and then the file will be emailed?
  21. okay, what does the prefix on the trunk level do?
  22. We have an account with our carrier and they require us to send 66666 as a prefix to the number when we send calls to them The reason for that is so we can have 2 accounts with them and not have to use sip registration, just a sip gateway The problem is when I put in information in the Prefix on the trunk, it doesn’t send that prefix I wouldn’t doubt that I’m not setting it up correctly, in the log file I don’t see it send the prefix So I need to set up anything on the dial plan to also include the prefix?
  23. how do you redirect a number to the auto attendant ? usually that message is played when you call in to the IVR DID from your cell phone number that has been added as the cell phone number under the redirect tab on the extension account
  24. doesnt show the domain name also it works much slower then the original code, this one takes time in between the results
×
×
  • Create New...