Jump to content

pcapps

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by pcapps

  1. Only one combination worked, "75([0-9]{2})@.*" as a pattern, and "sip:*75\1@\r;user=phone" as the replacement. 75xx didn't work, which surprises me.
  2. We are a PBXnSIP customer using CallCentric for SIP. They have quick dial codes *7501 to *7599 and we want to use them by simply dialing 75xx into our phones through PBXnSIP. Seems like a simple dial plan right? It works if we hardcode 7501 --> *7501 (But we would have to do this 99 times). Using Regular expressions doesn?t work because of a bug in your regular expression translator. The following RegEx should match (which PBXnSIP does do properly): 75{[0-9][0-9]} And either of the following replacement strings should result in the correct replacement, but they don?t: *75\1 Or *$_ A regular expression calculator will show that the replacement strings should work. Anyone have a solution, or bug fix?
  3. With respect to #4 "requests to support specific hardware" let me clarify: I agree with you, this should be hardware independant. I used the PolyCom example because it doesn't work. However, right now this feature works on the SNOM phones but not PolyCom phones. I should have emphasised the second part of that request more "It should be user configurable". This would make it hardware independant. The way I see it working is with a field that can be filled in by the user that is then used as a hyperlink on an account by account basis. In our case, our extensions are xxx in the ip range 10.100.100.xxx. Thus, extension 127 is http:\\10.100.100.127. I would enter that into my configuration such that when I click on it in the pbx web interface I get to my phone's website. It could be defaulted to something reasonable.
  4. Feature requests... 1) Use of mulitiple email accounts to send VM to. That way, we can keep an audit trail of VMs into company by specifying both the recipient and an Audit email account. Also, allows us to send Sales calls to all sales people. 2) Drill down from Admin --> Domains --> User modes in the Web UI. It's a real PITA to have to log in and out between accounts for the Admin 3) Forwarding of VM over time. e.g., If VM not answered in 1 hour, send VM to assistant, or another sales guy. 4) Drill down from account level to Phone Web site for Polycom phones. Should be user configurable per account. 5) On the Currently Active Calls status screen it would be nice to show the following additional fields: -Trunk -Elapsed Time in parenthesis next to start time -Get rid of year from the date format to save space ? any call longer than 1 year I think would be obvious -# of packets or bytes used up or some other measure of bandwidth -Any QOS setting that can be gotten Bugs... 1) When deleting a VM from the Web Interface, the MWI light is not turned off. 2) Phone Contact Directories are really not working
×
×
  • Create New...