Jump to content

mattlandis

Members
  • Posts

    1,254
  • Joined

  • Last visited

Everything posted by mattlandis

  1. ah, watch how you "fix" this. It is more of a conversation on how it should work in my mind. also this is not keeping our app from working. It is actually works peferctly fine. We have our client showing the dnd status of all other phones on the system--live. Petty cool. almost like Lync. ;-) it is more of a security issue.
  2. okay any extension can "GetDoNotDisturb" setting for all extensions. Should that be? Its actually nice but wondering how it should work.
  3. sorry if I'm asking a lot of questions. Trying to understand this snomONE and CSTA. Does CSTA respect extension security? for example if an extension does NOT have the permission (snomONE extension permission) to monitor another extension--will CSTA still pass the monitoring informaiton? It appears to allow anyone to see anyones DND status for example. Maybe once again I'm overlooking something or just need clarification.
  4. Which field is the gatekeeper for CSTA? SOAP trusted IP? Access Control list? SNMP? On a testing box it appears we can fire up a socket and throw CSTA XML at it and it processes it. ?
  5. it appears CSTA over tcp can access the pbx with no password/credentials. Is that correct? am i overlooking something? thanks
  6. Thanks to some very helpful tips from BillH and some things i learned the very hard way myself here are resources to get you started playing with CSTA and snomONE. #1-to use CSTA over TCP (not use soap) just send your XML using sockets. (with no headers etc.) Here is example VB.net code on how to send CSTA to snom ONE: http://forum.snomone.com/index.php?/topic/4679-trying-to-learnuse-csta/page__view__findpost__p__20860 #2- here are all the currently support CSTA commands snomONE supports: http://wiki.snomone.com/index.php?title=CSTA_api (let me edit this: not all the ones on this page are actually supported--for example "snapshot" isn't. #3- Here are nearly verbatim examples of how to form your CSTA XML requests: http://www.ecma-international.org/publications/files/ECMA-TR/TR-087.pdf #4-You will need to remove the second ? in the examples in the above TR-087.pdf if you are copying. <?xml version="1.0" encoding="UTF-8"?> <GetDoNotDisturb xmlns=“http://www.ecma-international.org/standards/ecma-323/csta/ed3"> <device>sip:tom1@domain.com</device> </GetDoNotDisturb> should be: <?xml version="1.0" encoding="UTF-8"> <GetDoNotDisturb xmlns=“http://www.ecma-international.org/standards/ecma-323/csta/ed3"> <device>sip:tom1@domain.com</device> </GetDoNotDisturb> #5-all us VB people need to double quote variables to make it work: <?xml version=""1.0"" encoding=""UTF-8""> <GetDoNotDisturb xmlns=""http://www.ecma-international.org/standards/ecma-323/csta/ed3""> <device>sip:tom1@domain.com</device> </GetDoNotDisturb> #6-some of the quotation marks used by the TR-087 document use something other than VB quotation marks so to be safe remove all quotation marks and replace them with VB quotation marks if your having trouble. #7- you may need to remove the first several characters of the CSTA XML response that snomONE sends back or VB goes haywire and won't return or pass the variable. Not sure why. just remove first couple chars of XML response using the VB mid function. I hope this saves someone about a week of fiddling. take care all,
  7. As I play with CSTA I think (as snom already suggested) that it would be a good idea to possibly offload the csta processing to a second core as a first step to utilizing more cores. If there are 100 clients getting CSTA updates this may put a little load on initial core? you know more how much load this will be more than me but it sees like it could be plenty if 100users get updates for 100 extensions. (worst case i know ;-) Also if CSTA IM is supported eventually this would take this off main core as well. just a random thot,
  8. ah, i figured it out. will post VB example once i clean it up.
  9. yes,Steve. Hoping to have transfer button. as soon we sort out CSTA. more roadmap here: http://windowspbx.blogspot.com/p/snomone-client.html
  10. hey thank for pointing out the bug. it also got us thinking about handling "empty list" senario for all items. thanks for feedback
  11. motech, patton m-ata is not a FXO, it is a FXS. take note.
  12. >clicking Edit/Delete while having an empty list and nothing to edit will throw an error This is already fixed but not released. >the Edit/add dialogue should close itself after you click edit/add actually not closing is by design. This lets you easily add one contact after another. >Send IM would be a cool feature, it could use the SnomOne interface for it and send an IM to the phone on the roadmap.
  13. Bill, You willing to share you working VB code? I'm starting down the same road and hopefully can save a little time. ;-) You can private msg me if you want and if not at all thats fine. tx
  14. Unofficial snom one client v1.00 beta is available: http://windowspbx.blogspot.com/p/snomone-client.html
  15. why don't you want to us an extension to send it from? i'm trying to get use-case. if you have unlimited edition extensions are a dime a dozen. ;-)
  16. Katerina, -install snomONE using basic snomONE free license (this is key) -delete both domains (domain and alias) -now add domain (it will work) -try to add alias (it will not) kevin at snom training had the issue too
  17. i think you need to type in all the accounts. Did you try sending it to a ring group? (just to rule out that that works)
  18. Winform at the moment. Not ruling that out. Latest shot: http://twitpic.com/56ygps http://twitpic.com/56yj0q
  19. I'm not quite sure what you are asking? it does it at least when using this syntax: http://ip/remote_call.htm if i dial a number on the phone it will make an outgoing call...i presume...didn't explicitly test now that i think.... i was looking for snom to advise me if there is an alternative/preferred programmatic way to make a call that would work when DND is on.
  20. we've integrated snomONE into a client application for dialing. I guess this means user can't make outgoing calls when they on DND. That is not expected behaviour. You have a suggested alternative ? tx
  21. Yes, its very possible to do that and much more. Balancing features and time to market is the key. Our two goals were to make something fairly immediately useable and have immediate benefits. (Adding all features to that is impossible. ;-) Features can be added.
  22. we are writting a Windows client for snomONE. If this is interest to anyone checkout screenshots of it below: http://windowspbx.blogspot.com/2011/06/screen-shots-of-snomone-windows-client.html This is a community minded project. as always, comments welcome. take care everyone and have a good weekend,
  23. Is this a bug? Can't make an outogoing call with the below command when dnd is on. http://ip/remote_call.htm Advise. Thanks
  24. hmmmmmmmmm...copying will not work.
×
×
  • Create New...