similar to: Script to Program Snom Phones

Displaying 20 results from an estimated 1000 matches similar to: "Script to Program Snom Phones"

2017 Feb 17
2
Turn on SIP debugging from DialPlan
The SIP trace will be adequate but this is on a remote system with limited disk space. I would love to turn on debugging while making the troublesome calls, then turn it off afterward. Tcpdump is great, but starting it and stopping it and keeping all that data would still be an issue. d On Fri, Feb 17, 2017 at 4:56 PM, Tim Pozar <pozar at lns.com> wrote: > Why not capture the packets
2009 Jun 10
3
Extracting Sequence Data from a Vector
Thanks in advance. I have a vector of numbers which contain sections that are sequences which increase by a value of 1 followed by a gap in the data and then another sequence occurs, etc: x<-c(1:3, 6: 7, 10:13) From the vector I need to extract 2 items of information A) the first number in the sequence (e.g., 1, 6, 10) and B) how many observations were in each sequence section (e.g., 3,
2009 Jun 16
1
Running stats on individual data.frames from the split() function list
Hello, and thanks in advance. I have a data.frame from which I want to count observations that occur on each day and determine the mean and std.error of said counts. For instance: x<-split(my.df, my.df$julian.days) Although I'm still in my R learning infancy I am under the impression that x is a list of data.frames subsetting my.df by group (i.e.,julian.day) where day 1:366 are
2005 May 05
5
snom mass deployment (probably off topic)
Hello Although not stictly a asterisk issue, any help would be apreciated. Firstly a few notes on the snom 360, which I have had on a test bed for the last week. Its a great phone, with a good user interface, both physically and its web based one. At its lastest firmware it does have a few quirks, with regards to the way it handles usernames and passwords on the physical interface. These have
2017 Feb 17
6
Turn on SIP debugging from DialPlan
I have some troublesome numbers that I would like to capture the SIP dialogue when I am calling them. When I am about to dial the number, is there any way to turn on SIP debugging in the dial plan before I make the call? (and turn it off after the call is completed?) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Dec 07
3
Snom (vs Polycom) - provisioning
Hi, I`m not actually asking for a comparaison between the two, I have one on hand and will make up my own mind. But I can't find much info on whether the Snom (370 to be exact) accepts FTP provisioning like the Polycom (but few others) do. Any Snom user can answer this one for me? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Nov 21
4
Snom 190 - dhcp - settings_server
Hi, in the Snom FAQ I found the following information: After staring up, the phone tries the URL given in the "Setting URL" of the phone. ... BTW this setting can also be set via DHCP. .... option tftp-server-name "http://192.168.0.9/snom200{mac}.htm" The documents used: FAQ-04-06-14-sf.pdf "Setting up DHCP for snom phones" FAQ-04-03-24-sf.pdf "How can I
2009 Jul 14
1
ordering dataframe for strata() (PR#13830)
I've been using strata(sampling) and found that if the dataframe to be sampled ("data") consists of repeated measures that are not sorted in order the run will fail on a given stratum. Ordering the dataframe prior to using strata() eliminates this problem. Thanks, Eric -- Eric Vander Wal Ph.D. Candidate University of Saskatchewan, Department of Biology, 112 Science Place,
2009 Jul 09
0
Sampling a dataframe based on the length of a subset of observations within
Thank you in advance for your consideration. I have a dataframe of 2000+ observations with repeated measures across approximately 300 unique individuals An event either does or does not happen (1,0) and there is a suit of independent variables associated with the event. A simplified representation follows:
2001 Apr 20
0
Fudging domain support - samba 2.2.0
Hi; There is likely a supported way around this problem, but it wasn't immediately apparent to me. So, I created the enclosed patch to fix my problem. What I would like to do is the following: - run samba in "security = domain" - not use trusted domains, but allow people to connect from other domains - not maintain a local encrypted password file for samba, but instead use our
2006 Feb 14
9
Asterisk and Snom 360
Is anyone using the SNOM 360 as a reception console with Asterisk? We are trying to have the ability to view whether an extension is on or off hook, or ringing with the Snom, which seems to work fine. The issue is that we are having difficulty picking up calls and transferring. Anyone have experience / insight? Darrell S. Long Director of Technology BestWeb Corporation Phone 877-777-2932
2007 Jan 17
3
Network\Snom phone oddity
I have a client that has 5 Snom 320s. 4 work great, one does not. I upgrade the firmware to the latest (6.5.2) and the problem goes away, but then comes back a couple days later. There is a slight packet loss on the phone (about 1%), though there is no packet loss on any of the other phones. I determine the packet loss by the Linux command "ping -f -c 10000 192.168.2.10". Outgoing
2004 Aug 24
3
Hardware for PBX with 4 incoming/outgoing lines and 20 phones
Hi I am interested in setting up an Asterisk PBX in my office with digium hardware, and I just have a few questions in regards to what I would need. It is my understanding that an FXO card is used to interface with an incoming/outgoing phone line, and an FXS card is used for interfacing with a phone within the system. Currently we have 4 incoming/outgoing phone lines and would like to have
2006 Nov 22
2
snom subscriptions issue on WRT
Hi, I've just installed asterisk 1.2.1 on my openwrt distro ( I own a WRT54GL by Linksys ) . No problem by now, but I can see that my 3 snom 320, once they started they send subscriptions to asterisk, and I can see that running: sip show subscriptions But, after one hour about, OR when I do asterisk reload , asterisk losts all th snom subscriptions. Someone can help me please? Thanks
2007 Jan 09
8
Snom side car annoyance
Has anyone got this annoying sidecar to illuminate when users are on the phone? In my function key settings I have: Context: Active Type: Extension Number: <sip:4000@serve.address.com;user=phone> (4000 is the extension I want to see/dial on the key). I can press the key and it will dial the extension, it just won't illuminate when the user is on the phone or on DND Since I have
2010 Mar 18
4
Please help with loop, thanks
Dear R helpers, I would like to write a loop that makes 4 objects (called A, B, C, and D) each of which contains ten random numbers. This attempt: individuals<-c("A","B","C","D") for(i in 1:length(individuals)) { individuals[i]<-rnorm(10) } does not work because "individuals[i]" is not the proper way to extract each letter from the
2024 Mar 22
2
Double buffering plots on Windows
Hello: I want to present a sequence of plots as an animation. As a toy example consider the code function(n){for (i in 1:n){ plot(1:100,sin(i*(1:100)),type="l") title(paste("n=",i)) segments(0,0,100,0,col=2) }} This sort-of works on a MacOS platform, but the rendering of the plots is a bit choppy. Inserting a sleep function allows the plots to evolve smoothly.
2008 Jan 23
5
Snom 320 Lost Settings
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Has anyone ever seen an Snom320 lose settings? It's been working fine for months and then I got a call this morning saying that it was asking for country, timezone etc. I logged in remotely, and it had lost the server address, username, password, mailbox and ringtone. - -- Kind Regards, Matt Riddell Director
2007 Aug 01
3
Slightly OT: SNOM & PoE
Hello All, I apologize for the slightly off-topic question, but I'm sure that the people best acquainted with the issue would be hanging around here. We recently deployed several Linksys POE switches for some smaller customers (10-24 station) and appear to be suffering from intermittent lock-ups of the SNOM phones attached. Obviously we are running Asterisk for the gateway, but I was
2008 Feb 07
4
Snom 300 Echo
We're deploying an asterisk-based phone system at all of our branch offices in an effort to eliminate long-distance costs incurred from the constant branch to branch calls. We're using the Snom 300's at all offices for the desk phones and X100P cards to interface to 2 analog lines. I'm having a problem tuning all the echo out of the system. So far two branches are using the