similar to: standalone NOTIFY message handling for Asterisk

Displaying 20 results from an estimated 100 matches similar to: "standalone NOTIFY message handling for Asterisk"

2001 Jul 31
1
ed felton broadcast
Dr. Dobbs will be broadcasting a Usenix security conference soon that will feature Ed Felton talking about the DMCA. They wish to use Icecast2 and Ogg Vorbis to do the live broadcast, but are wondering if there is any temporary available bandwidth on which to host the stream, since it's likely to be mildly popular. Please contact me offlist if you have bandwidth to spare (at least a few
2011 Jun 19
10
validates_numercality_of with allow_nil.
In the model I have: validates :square_meters_public_land, :barrier_meters, :numericality => { :greater_than_or_equal_to => 0 }, :allow_nil => true but if, in the field, on create, I don''t insert a value I have the error "field is not a number". -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2003 Aug 11
1
Entropy coding in Vorbis
I have developed a flexible arithmetic coder implementation and I am now looking to incorporate it into a compression system for some proper testing. It is my intention to incorporate the coder into the Vorbis codec to attempt to improve on the current Huffman tree system. It would be useful if someone could point me at the main c and h files that deal with the entropy coding as I am currently
2003 Sep 12
2
Vorbis overview
I intend to finish my Vorbis document on Monday so I will leave it over the weekend to see if there are any more modifications suggested. Although the document will be internal I will put a copy of the final version at the same address - I know firsthand how annoying it is to find loads of dead links when trying to find background info on Vorbis (I know google has probably already got a link
2003 Sep 10
1
A new introduction attempt.
I have been using libvorbis for the past few weeks and have been asked to summarise what I have discovered about the codec. There is an early draft of the document at http://www.geocities.com/gatewaystation/vorbis/vorbis.htm - Please forgive the dodgy formatting (it was formerly a MS word document that got converted with their 'save as html' feature). I still have some additions to
2013 Apr 12
4
Dovecot / Postfix
Ave Maria! I have Dovecot and Postifx setup with MySQL - emails seem to go through the server but for some reason the pipe into the wrong Virtual Domain any ideas? Also I notice If you need any other configurations please let me know... mail.info logs: Apr 12 13:30:14 Server1 postfix/smtpd[21411]: connect from mail-qe0-f48.google.com[209.85.128.48] Apr 12 13:30:14 Server1
2004 Oct 04
1
update.packages() with R 2.0.0
Good day to all of you and thank you for reading this. I certainly must have done something awfully wrong when I downloaded and installed R 2.0.0 on a PC with Windows 98. You will find below what happens when I try to 'update.packages()'. I know what the first 'warning message' means. About the others, I ain't got no clue. Thank you very handsomely for your wisdom. And
2011 Dec 31
1
Histogram omitting/collapsing groups
I have two large datasets (156K and 2.06M records). Each row has the hour that an event happened, represented by an integer from 0 to 23. R's histogram is combining some data. Here's the command I ran to get the histogram: > histinfo <- hist(crashes$hour, right=FALSE) Here's histinfo: > histinfo $breaks ?[1] ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9 10 11 12 13 14 15 16 17 18 19 20 21
2005 Mar 18
3
Asterisk handling of SIP info
We encouter a situation where we need to use SIP info to convey infomation for one end point to another endpoint. I use asterisk to do the test and find asterisk does not forward the SIP info to another endpoint, but act as UAS and returns a 4xx error message. I think asterisk is not right to handle this SIP info message. In RFC 3261 Page 70 "This protocol is designed to be extended.
2005 Mar 22
1
RE: Asterisk-Users Digest, Vol 8, Issue 152
I understand Asterisk is more like a B2BUA. But when this INFO request is sent to asterisk, asterisk is supposed to bridge the request to the other endpoint, right? In what situation, it decides to send a reply; in what situation, it decides to bridge the request? What is the role of gateway in SIP world, a proxy, a B2BUA or something else? Thank you, Wei Date: Fri, 18 Mar 2005 12:51:28 -0600
2015 Feb 23
2
Asterisk does not listed to port 5060
Hi Friends, I encountered a strange issue. I am running Asterisk 11.8.1 on Cent OS with no firewall running. It has 3 NIC interfaces. in my sip.conf I have allowguest=yes bindaddr=0.0.0.0 udpbindaddr = 0.0.0.0 But my Asterisk instance does not pick the call at all. When I check the listening apps using lsof -i I get asterisk 3046 asterisk 7u IPv4 1191172 0t0 TCP *:5038 (LISTEN)
2008 Jan 26
5
autoprovision 200+ linksys phones setup
Hi there, We have plans to install an office (not call center) with the following setup: 200 linksys 942 phones (sip + g711) on a LAN a server with a dual port E1 sangoma and a remora card with 4 fxo modules. So far when we want to setup a linksys phone, we need to use the http interface of each phone, disable/enable a lot of things and plug it into the network. this is not the best scenario for
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close: x <- list() keys <- LETTERS[1:6] # create for (i in keys){ x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5) } # output output <- file('tempxx.txt', 'w') for (i in keys){ write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE) write.table(x[[i]], file=output, quote=FALSE) } close(output) On Wed, Jul 2,
2008 Feb 01
2
Asterisk 1.6 - Problems with SIP/REFER
I am having issues with transfers (SIP/REFER) using Asterisk 1.6. You will find the SIP debug below. There are three phones in this setup. 5253 and 5258 are Aastra 53i telephones, 101 is a standard phone connected through an Audiocodes gateway. All phones are registered in context "phones" and are set to not allow reinvites. All phones can dial each other directly. The dialplan
2011 May 05
4
Insert values to histogram
I'm trying to add the exact value on top of each column of an Histogram, i have been trying with the text function but it doesn't work. The problem is that the program it self decides the exact value to give to each column, and ther is not like in a bar-plot that I know exactly which values are been plotting. If anyone have any new idea on how to do this Thanks Matias -- View this
2008 Apr 11
0
problems in REFER request to a different machine
Hi everyone, Sorry if I'm repeating the e-mail, but I'm having problems with the list. I'm currently trying to enable call transfer to different domains in asterisk box (Asterisk 1.2.13 running on Debian etch). I have a configuration that requires me to transfer call to separate domains like ext at 10.10.10.10:5050. My calls come from a R2 channels in a board installed in the machine.
2011 Jan 05
1
Blind Transfer not working - 1.4.38
Hi We've been running asterisk 1.4.17 (deb package) in a production environment for some while now and are finally taken the plunge to update to 1.4.38 (Ubuntu servers). All of this is using the RealTime Architecture I have upgraded the asterisk version in one of our test environments and blind transferring seems to have suddenly stopped working. It was working fine under 1.4.17 So, call
2010 Jan 20
2
Call Xfer issue between DataCenter and User Site
Hi, I am running a Asterisk 1.6 box in our Data Centre, and have a number of users connecting to that box, as their PBX. Calls in and out work fine, as does voicemail. The PBX at the Data Centre has an External IP, Nat?d to it by the firewall, and the relevant ports are open. The Office users have a dedicated internet connection for the phone lines, and calls are seen to traverse this
2004 Aug 09
0
:) do you know the bedroom secret
tirosien dfstype over-intense'jepp ~cscs m'e.ds from e,u.ropean & 0v^er.n_ight s.hippi^ng http://pharm-martworld.com Suddenly the minister cried, Ha! and, pointing to the figure of a man disembarking from an English boat at Calais, he said, excitedly: That, your Excellency, is the Duke of Orleans, in disguise! I must leave you for a time, that I may issue some necessary orders to
2008 Jul 02
1
randomForest training error
While trying to train randomForest with my dataset, I am ending up with the following error Error in randomForest.default(datatrain, classtrain) : length of response must be the same as predictors My data looks like: A,B,C,D,Class 1,2,1,2,cl1 1,2,1,2,cl1 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,12,3,cl2 3,2,1,2,cl2 Actual dataset has around 4000