Jump to content

Bill H

Members
  • Posts

    356
  • Joined

  • Last visited

Everything posted by Bill H

  1. Try using the information in the attached document. Snom IP Route.zip
  2. OK Thank you. Now I have a better understanding of how it works.
  3. I looked at this (http://wiki.snomone....to_the_Database) and it shows the cobjs in the Database. When I look at my Database (2011-4.5.0.1016 Alpha Monocerotids (Win32)) it is not in there. ???????????????????????
  4. I have a Snom 370 and I have tried using the Wiki info to reset the browser access password. snom370-SIP 8.4.18 Any ideas???
  5. I did not read all the posts concerning this issue but I have a possible solution. I had a similar type of trouble with another type of phone system. Try changing the DNS Address in the computer running Snom Software from "Use the following DNS Addresses" in Windows (ex. 192.168.1.1) to a Public DNS Server address like 8.8.8.8 (Google DNS). Or where ever the equivalent is in Linux. Once I did that I no longer had any trouble with Callcentric.
  6. We have PBXNSIP 3.4.0.3198 (Win32) running on Windows server 2008 R2. If we stop and restart the server, PBXNSIP does not start running even though we have the Start up Type: set for Automatic. Has anyone else seen this or know of a solution?? Thanks
  7. Yes. In this area: o=root 1821 1821 IN IP4 173.175.145.252 <<<--- Your Public IP Address should be here. Although it, 173.175.145.252, is just an IP Address I made up for demonstration purposes.
  8. There is no need to change anything else in the Snom One. Your local (LAN) IP Address is in the upper portion of the Invite. 10.10.1.13 in this example. Look at the second part of the Invite. This is known as the Session Description Protocol and it tells the receiving party where to reach you. INVITE sip:13@10.10.1.13 SIP/2.0 Via: SIP/2.0/UDP 10.10.1.99:5060;branch=z9hG4bK343bf628;rport From: "Test 15" <sip:15@10.10.1.99>;tag=as58f4201b To: <sip:13@10.10.1.13> Contact: <sip:15@10.10.1.99> Call-ID: 326371826c80e17e6cf6c29861eb2933@10.10.1.99 CSeq: 102 INVITE User-Agent: Snom One Max-Forwards: 70 Date: Wed, 21 Dec 2011 14:12:45 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Supported: replaces Content-Type: application/sdp Content-Length: 258 (The Session Description starts here) v=0 o=root 1821 1821 IN IP4 173.175.145.252 <<<--- Your Public IP Address should be here. s=session c=IN IP4 173.175.145.252 t=0 0 m=audio 11424 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv o= Owner/creator and session identifier. (This where your Public IP Address will appear) c= Connection information. Optional. (It will appear here too)
  9. Go to Admin / Settings / Ports and use the IP Routing List. I attached a Screen Shot... Bill Snom IP Route.zip
  10. I have attached something I wrote up some time ago to remind myself of how a PBX behind a router needs to be set up. Look it over and let me know if it helped you. Bill IP Routing List Info.doc
  11. Are they using Wireless Headsets? I use one and every so often my Wireless Weather Station Remote unit sends data. I usually hear a brief but distinct click which some people may call static. Do they have anything like that at their location?? Or maybe their neighbor?? Some Electronic Fences for dogs can do it too...
  12. Thank you for the prompt response and fix. I downloaded the fixed version and it works OK.... I will continue testing and I will let you know if I find any more bugs. Thanks again, Bill H
  13. I normally go here for the download http://downloads.snom.net/snomONE/win32/snomone-win32-installer.zip Where should I go to get the version that works correctly??? Bill H
  14. Yes, the XML I placed in my original post was what I received from the CS-410. I think I had a licensing problem once before when I tried to upgrade the PBXNSIP CS-410 to a newer version of SnomOne. I can send you my existing License Key and maybe it can be updated as well if I have a problem??? Thanks, Bill H
  15. Matt, I know what you mean. I went on for a few hours checking and double checking and testing my code until I finally looked in the other direction towards the PBX. I think that the big difference with Snom, concerning CSTA, is that they can control both ends of the technology from a hardware point of view. The phones and the PBX (software) that is. Other manufactures can easily fall into the "Interoperability" zone or don't fully appreciate the added value CSTA brings to the Telecom industry. The introduction of CSTA, or any other type of computer control of the phones or PBX, is welcome here and allows a variety of exciting applications to be developed. If I discover any more bugs, I will post them in this forum. Bill H
  16. SnomOne Free 2011-4.2.0.3981 (Win32) <?xml version="1.0" encoding="UTF-8"?> <MakeCallResponse xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed4"> <callingDevice> <callID></callID> ======================= The CallID info is missing here... <deviceID>42@localhost</deviceID> </callingDevice> </MakeCallResponse> --------------------------------------------------------- Oddly, it is there when I switch to the PBXNSIP CS-410 running 4.0.1.3499 (Linux) <?xml version="1.0" encoding="UTF-8"?> <MakeCallResponse xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed4"> <callingDevice> <callID>a9c7d623@pbx#2041776462</callID> ========================= The CallId is here..... <deviceID>42@localhost</deviceID> </callingDevice> </MakeCallResponse> Looks like a bug.....
  17. As I dig a little deeper each day or so into CSTA, find a few more obstacles. It looks like there may be some bad XML in one of the responses from SnomOne (Actually a PBXNSIP CS-410 with 4.0.1.3499 (Linux)) Please keep in mind that I am not an expert with XML. I just know how to parse it. ========================================================================================= <?xml version="1.0" encoding="UTF-8" ?> <OriginatedEvent xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed4"> <monitorCrossRefID>301206368</monitorCrossRefID> <originatedConnection> <callID>3c26845888ba-mqiegnxohpne#8b8f84f477</callID> <deviceID>42@localhost</deviceID> </originatedConnection> <callingDevice> <deviceIdentifier>42@localhost</deviceIdentifier> </callingDevice> <calledDevice> <deviceIdentifier>41@localhost</deviceIdentifier> </calledDevice> <localConnectionInfo>connected</localConnectionInfo> <cause>normal</cause> </OriginatedEvent> ============================== Should be at the end of the XML ??? </callID> <deviceID>41@localhost</deviceID> </connection> =================================== Is this needed ??? <alertingDevice> <deviceIdentifier>41@localhost</deviceIdentifier> </alertingDevice> <callingDevice> <deviceIdentifier>42@localhost</deviceIdentifier> </callingDevice> <calledDevice> <deviceIdentifier>41@localhost</deviceIdentifier> </calledDevice> <lastRedirectionDevice> <notKnown /> =========================================== Extra White Space </lastRedirectionDevice> <localConnectionInfo>alerting</localConnectionInfo> <cause>normal</cause> </DeliveredEvent> ========================================== Is this needed ??? =================================================================================== Thanks
  18. OK I am now able to communicate with the PBX. The main trouble was that the characters preceding the XML were affecting my display of the received data. Here they are '\x00\x00\x01\xc0l ve<?xml version="1.0" encoding="UTF-8"?> Once I removed them, I could see the data. Thank you for your assistance. Bill H
  19. I think the trouble in my Post/Header Method. There are no examples when Posting to the PBX. I see Posting to the phone, but I want to go to the PBX. I tried another Post way and I get this in return: HTTP/1.1 302 Moved Temporarily Location: login.htm Content-Type: text/html Cache-Control: no-cache Cache-Control: no-store Set-Cookie: session=848j1vjhpscwlorsjszk Content-Length: 156 <html><head> <title>Redirect</title> </head><body> If you don't get redirected automatically, please click <a href="login.htm">here</a> </body></html> Pcap Attached Thanks again for your response... csta1.zip
  20. Thanks for the response. That is what I originally used, but it did not work for me. Any other ideas???
  21. I have been trying to use CSTA to the PBX not to the phones. I followed the examples as best as I could and when I POST to the PBX this is what I receive from the Logfile: [8] 2011/05/18 09:59:33: SOAP: Request from IP address 192.168.111.123 without a session [5] 2011/05/18 09:59:33: Receive SOAP request via HTTP interface <?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> <SessionLoginInfo xmlns="http:// www.pbxnsip.com/schemas/csta/login"> <userName>41</userName> <password>12345</password> <domain>localhost</domain> <sessionCleanupDelay>60</sessionCleanupDelay> </SessionLoginInfo> </applicationSpecificInfo> </applicationInfo> <requestedProtocolVersions> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed2</protocolVersion> <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> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta</protocolVersion> </requestedProtocolVersions> <requestedSessionDuration>180</requestedSessionDuration> </StartApplicationSession> [5] 2011/05/18 09:59:33: SOAP: Unrecognized type StartApplicationSession, expect envelope I am using VB6 with XMLHTTP to POST. It says that I am sending in a SOAP Request, but I am not sure why. I can post the source code if needed. Thanks...
  22. OK, Thank you for the response. This pbx is using the Double NIC Method and is directly on the Internet. I will let you know if it gets flooded again and if the "Automatic" mode worked OK...
  23. OK Then if I understand you correctly, does the "Automatic" mode require any input from me? That is, do I need to enter anything to activate the "Automatic" mode or is it activated by default? I believe that is how I had it set (blank) in the past and it did not stop unwanted packets.
  24. I have the following setting in the Access area 0.0.0.0/0 Allow I thought this was the correct setting to block the dreaded "Scanner" / "Flooder" but it does not seem to work. Is there something else that I should do? Windows with Version 3.4.0.3198 (Win32)
  25. The Aastra 480i is an older model, but here is a basic idea. You need to create 2 files. You can use Windows Notepad. aastra.cfg (a common file for all Aastra phones) macaddress.cfg (the MAC Address of your Aastra phone) In the aastra.cfg file place something like this # # this is the aastra.cfg file # Then save it as aastra.cfg (NOT A TEXT FILE) Then paste your Local config into another Notepad page and save it as the MAC Address of the phone .cfg Example: 00085D19ABCD.cfg I am more familiar with the (older) PBXnSIP and not the Snom One, but you should place these two files in the tftp folder in the root directory of the pbx along with all the other folders like extensions, acds etc... If there isn't a tftp folder, create one. I am assuming that the TFTP server still works the same as it did before. Now you need to go into the phones User Interface. You need to discover the IP Address of the phone then open a web browser using its IP Address. Logon: admin The password (Default) is 22222 (There is a provision through the Options and keypad to read the phones IP Address) I don't remember it. It was a long time ago. You will need to "fish" around and find it. Using the web browser, search around for the Primary TFTP Server and enter the IP Address of your Snom One computer. Enter that address into the tftp primary address and restart the phone. Note: The Local.cfg only contains a configuration that was previously,MANUALLY created/entered through the phones web browser. It does not contain any configuration that the phone may have previously downloaded from a TFTP server. Well, that is just an idea of what you need to do. You can go to aastra.com and download a manual. Aastra manuals are written in a clear and simple manner and should be easy to understand. Hope this helps....
×
×
  • Create New...