Jump to content

mattlandis

Members
  • Posts

    1,254
  • Joined

  • Last visited

Everything posted by mattlandis

  1. You need to activate snom ONE Free (and all editions) then this will work. Home | Settings | Licesne. No difference in logging that i know of. Should be the same program. As someone who co-wrote a book on 3CX (http://www.packtpub.com/3cx-ip-pbx-tutorial/book) you'll find snom ONE very interesting. http://windowspbx.blogspot.com/2011/01/missing-3cx-feature-list-looks-like.html snom ONE is a more advanced product and is a bit more learning curve to learn.
  2. #1-to answer your question, The tcp cdr mechanism found here: http://pbx/reg_settings.htm. CDR URL: ipaddress #2- And if not there where can it be?
  3. Nathan, looks like snom is promoting two distinct ways of buying snom ONE: integrate your own server/gateway/snomONE or buy integrated snom ONE Plus. snom is positioning snom ONE plus as a closed and then the added benefit that it is fully supported IP PBX + PSTN. The operating system, telephone system is designed to be easy to use and ready-to-go out-of-the-box. The phone system is configured through a web interface as well as the telephone system. This snom ONE Plus way comes with a ready-to-go system, easy to configure and comes in a range of PSTN port connectivity using Sangoma. If you want to fully control and install a snom ONE phone system, its recommended you buy a standard server, install your preferred OS (Microsoft Windows, of course-- ;-) along with the snom ONE yellow or blue. Of course the snom ONE works on windows, linux or MAC OS. In this senario for PSTN connectivity, you use any gateway company like patton or audio codes. So trying to install other stuff on snom ONE Plus will be struggling against it's design. If you want this go with your own server.
  4. i'm sure i researched this before but i'm drawing a blank: can the MOS score be included in cdr? were working on a sQL CDR reporting tool and really think the MOS score should be with the cdr.
  5. Nathan: not for now. We are wrapping out head around CSTA and Winforms for now. Actually if we did it in webserver silverlight it might not be impossible...
  6. thanks Nathan for the feedback. great.
  7. While it would be nice if snom would list known issues it is very appreciated that they are forthright about what needs fixing when asked. I've worked with vendors who are not and that can extremely frustrating.
  8. bump ***are any more commands on the supported page not supported? *** thanks guys.
  9. Bill, I'm noticing the same. I'm certainly neither a csta or xml expert so i presume I'm the culprit but I'm starting to not do that. ;-) The cool thing is that snom has the foresight to be working on csta. some of the other vendors are not.
  10. thanks for that fix, very appreciated.
  11. Some people say fax over ata (on lan) should work fine. We have not had good success. We suggest fax over https server or pstn. We are going to test M-ata again with a PRI customer here in the next few weeks sometime.
  12. glad to know. since it was on here: http://wiki.snomone.com/index.php?title=CSTA_api i presumed it worked. thanks for that update. is there anymore on here that dont work? please save me from unessearily banging my head. ;-)
  13. actually if we can set the UserAgent identifyer in the sdk.... ;-)
  14. that would be a softphone. you can go out and get one now. ;-) actually with sip sdk's out there it could easily be done. if that is what we want it to become. i wa thinking this is a handset "helper". thanks for feedback.
  15. ah. -also finish IM with "don't reply" -have the source email not registered to a phone so they only get vm. On vm say this extension is NOT monitored -or- have no vm. just some ideas.
  16. Video of New features soon coming to Windows client for snom ONE (community client): http://bit.ly/keySQ8 leave suggestions/recommendations here: http://forum.snomone.com/index.php?/topic/4719-snomone-client-for-windows/
  17. CSTA "MakeCall" does not work when dnd is on. In otherwords a user cannot make an outgoing call using csta-makecall when his phone is set to do not disturb. I reported this issue when using "http://pbx/remote_call.htm" but csta very much cannot work this way. or am i missing something? (seems maybe like csta is in the twilight land yet? ;-) it will be incredible its all going.
  18. trying to get snapshotdevice. we're sending: (vb encoded) "<?xml version=""1.0"" encoding=""UTF-8""><SnapshotDevice xmlns=""http://www.ecma-international.org/standards/ecma-323/csta/ed3"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""><snapshotObject>101@localhost</snapshotObject></SnapshotDevice>" even though there is a call the response we're getting appears to be the no CSTA connections response. <?xml version="1.0" encoding="utf-8"?><SnapshotDeviceResponse xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed4"><crossRefIDorSnapshotData><snapshotData /></crossRefIDorSnapshotData></SnapshotDeviceResponse> some trick we're missing?
  19. Yes i did kind of mix the issues- #1-the start of this post is: should any person on the internet be able to set or get DND on snom ONE pbx. probably not and you'll fix it. thanks. #2-2nd issue i guess is even if user has a valid credentials should they be able to get / set everyone eleses DND. also probably not. and i guess None of these are keeping our super cool client ;-) from working...just security items snom should look at. http://windowspbx.blogspot.com/2011/06/snom-one-ip-phone-system-gets-windows.html
  20. Please communicate what the change will be because this will change how our app works I'm sure. Actually being able to get the dnd status of all extensions for the client app is great because this is something I've been asking for for awhile. So the key is please communicate what change will happen. take care,
  21. here is code to get others heading in the right direction with vb.net. you may not be able to use it verbatim. Public Sub CSTAPost() Try Dim PBX_Port As Int32 = 80 Dim PBX_IPAddress As IPAddress = IPAddress.Parse("192.168.1.10") Dim TCP_Client As New TcpClient() Dim TCP_Encoder As New UTF8Encoding TCP_Client.Connect(PBX_IPAddress, PBX_Port) Dim TCP_Stream As NetworkStream = TCP_Client.GetStream Dim bytes(TCP_Client.ReceiveBufferSize) As Byte Dim responseData As String ' Dim aresponse As String Dim message As String = "<?xml version=""1.0"" encoding=""UTF-8""><StartApplicationSession xmlns=""http://www.ecma-international.org/standards/ecma-354/appl_session/"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""><applicationInfo> <applicationID>My App</applicationID> <applicationSpecificInfo> <tns:SessionLoginInfo xmlns:tns=""http://www.pbxnsip.com/schemas/csta/login""> <tns:userName>40</tns:userName> <tns:password>40</tns:password>40<tns:domain>localhost</tns:domain> <tns:sessionCleanupDelay>60</tns:sessionCleanupDelay> </tns:SessionLoginInfo> </applicationSpecificInfo></applicationInfo><requestedProtocolVersions> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed3</protocolVersion> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed4</protocolVersion> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed5</protocolVersion></requestedProtocolVersions><requestedSessionDuration>1800</requestedSessionDuration></StartApplicationSession>" Dim data As Byte() = TCP_Encoder.GetBytes(message) TCP_Stream.Write(data, 0, data.Length) ' MsgBox(m_stream.DataAvailable) TCP_Stream.Read(bytes, 0, CInt(TCP_Client.ReceiveBufferSize)) ' Output the data received from the host to the console. responseData = Encoding.ASCII.GetString(bytes) CSTAResponseData = responseData CSTAResponseData = Mid(responseData, InStr(responseData, "<sessionID>"), 45) ' Close everything. TCP_Stream.Close() TCP_Client.Close() Catch e1 As ArgumentNullException 'Console.WriteLine("ArgumentNullException: {0}", e) MsgBox("argument null " & e1.ToString) Catch e1 As SocketException ' Console.WriteLine("SocketException: {0}", e) MsgBox("socket exp" & e1.ToString) End Try End Sub
  22. its okay but i can see someone sometime being concerned about security issues.
×
×
  • Create New...