Displaying 20 results from an estimated 3000 matches similar to: "[Asterisk-Dev] Peter Nixon to Speak at Cluecon"
2005 Jul 21
3
[Asterisk-Dev] ClueCon in 2 Weeks!
ClueCon is coming in 2 weeks so we urge everyone who plans on
attending to register today so we get a proper headcount!
ClueCon was put together by Asterlink, the same team of people who
helped shape Asterisk into what it is today by writing features,
fixing bugs, offering IRC support and assisting with the management of
the development effort. We have produced several real-world solutions
based
2005 Jun 28
1
ClueCon, Vote?
Ok I have to get a vote of all the people that are going to come to
Cluecon so we order the beer keg's for the developers board room.
Anyone have any preference? (if you haven't registered for ClueCon
now is the time to register!)
Choices... choices... choices... I want Red Bull on tap!
/b
---
Anakin: ?You?re either with me, or you?re my enemy.?
Obi-Wan: ?Only a Sith could be an
2005 Jul 05
0
[Asterisk-Dev] Craig Southeren to speak at Cluecon!
Through the generosity of our Premier sponsor, Sangoma Technologies
we are proud to welcome Craig Southeren all the way from Australia.
Mr. Southeren.s work has pioneered the development of open source
telephony applications with his ground-breaking OpenH323 protocol
stack that stood alone as the only open source VOIP software for
quite some time. Today, Craig continues to raise the bar
2005 Jul 11
0
[Asterisk-Dev] Vikrant Mathur lead developer for the open source OSP Toolkit to speak at Cluecon.
Vikrant Mathur is the lead developer for the open source OSP Toolkit
available on SIPfoundry. Mr. Mathur began his career in
telecommunications as a software engineer at Hughes Software Systems
where he focused on softswitch development. After completing his
Masters degree in Electrical Engineering at North Carolina State
University he joined TransNexus as a senior software engineer
2005 Jul 11
0
[Asterisk-Dev] Vikrant Mathur lead developer for the open sourceOSP Toolkit to speak at Cluecon.
Vikrant Mathur is the lead developer for the open source OSP Toolkit
available on SIPfoundry. Mr. Mathur began his career in
telecommunications as a software engineer at Hughes Software Systems
where he focused on softswitch development. After completing his
Masters degree in Electrical Engineering at North Carolina State
University he joined TransNexus as a senior software engineer
2005 Jul 25
5
[Asterisk-Dev] Cluecon - Who's going ?
I'm relatively new to Asterisk and I'm hoping attending Cluecon will be
a good way to get up to speed on the project and hear about what others
are doing with it.
We currently use a Cisco IP phone system at my office, although I just
added an asterisk box to provide soft phones to our travelling users.
(IAX2 is a lot easier to get through firewalls than cisco's protocols).
Terry
2005 Jul 28
2
[Asterisk-Dev] Digium to Sponsor a Pizza party at Cluecon
Digium, the creator and primary developer of Asterisk, the industrys
first Open Source PBX, will be hosting a pizza party from 4pm to 6pm
on the first day of Cluecon. We look forward to everyone coming out
to enjoy this opportunity to meet fellow developers and users in a
more casual environment.
I would like to personally thank Mark Spencer and Digium for their
support.
Thanks,
Brian
2009 Oct 23
1
AstriCon videos: a question of method (Robin)
Robin,
Thanks for the viddler.com suggestion! I'm uploading all of the ClueCon
videos to it right now.
John, so far I'd have to give viddler.com two thumbs up. I'm adding my stuff
here:
http://www.viddler.com/explore/cluecon
Your ClueCon presentation should show up some time on Friday. I've noticed
that there's a little bit of a lag time between upload and video being
2005 Jul 07
0
[Asterisk-Dev] Cluecon, A mix of leading Open Source VoIP devlopers...
Just an FYI guys we have some of the leading open source developers
and projects going to speak/showcase at Cluecon.
These include:
Mark Spencer - Asterisk
Bob Andreasen - SIPFoundry
Craig Southeren - OpenH323
David Sugar - Bayonne
This should be an exciting event for all. Register Today!
hope to see you there!
Brian West
Asterlink.com
_______________________________________________
2005 Jul 29
0
Cluecon Next Week!
I would like to send out a reminder we do still have a few rooms
available for Cluecon Aug 3rd thru the 5th if you're still wanting to
register and go please do so ASAP.
Thanks,
Brian
2005 Sep 27
3
quick "points" question
Hi
Just one of those niggles.......
I've just been trying to plot a filled circle.
I thought that this would do it
plot(1,1,type="n")
points(1,1,pch=1,bg="blue",cex=5)
#bg: background ("fill") color for open plot symbols
But I need to do this instead
points(1.2,1,pch=19,col="blue",cex=5)
Am I misunderstanding the "bg" option in the points
2003 Apr 02
8
lm with an arbitrary number of terms
Hello folks,
Any ideas how to do this?
data.frame is a data frame with column names "x1",...,"xn"
y is a response variable of length dim(data.frame)[1]
I want to write a function
function(y, data.frame){
lm(y~x1+...+xn)
}
This would be easy if n was always the same.
If n is arbitrary how could I feed the x1+...+xn terms into lm(response~terms)?
Thanks
Richard
--
Dr.
2020 Nov 03
2
Looking for sponsors for future Icecast development
Good evening,
in order to speed up Icecast development we[0] are currently looking for
sponsors allowing us to provide more workforce to the Icecast project.
We provide commercial Icecast support. Part of this is sponsored work
with clients wanting to help the community by sponsorship. This helps
our clients by having their problem fixed with priority and the
community benefits also.
Today
2007 Dec 14
4
rcom close Excel problem
Hello,
I just discovered that I cannot close the Excel application and task
manager shows numerous copies of Excel.exe
I tried both
x$Quit() # shown in the rcom archive
and
x$Exit()
and Excel refuses to die.
Thank you very much.
S.
"You can't kill me, I will not die" Mojo Nixon
I also have a problem with saving. It produces a pop-up dialog and
does
not take my second
2001 Nov 28
2
Why are looping variables not local?
Hello,
I've had a quick look on the list and can't find an answer to this niggle.
Whilst debugging some code, I noticed that looping variables in R are not
local to the loop as seams common in procedural languages.
For example consider the following piece of code:
for(i in 1:3){
cat(i,"")
for(i in c("a","b","c")){
cat(i,"")
2005 Jul 25
0
[Asterisk-Dev] We are giving away 3 A101 single-port T1 cards during Cluecon!
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
2007 Apr 24
2
OT: Tux500 Linux Marketing Program
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I found this on my Newsforge newsletter this morning. A group has put
together a marketing program attempting to get some cash together for
Linux to get a sponsorship sticker on an Indy 500 car. CentOS is on the
list of folks who have contributed. Only $25 so far.
http://tux500.com/stats.php - Contributor list
I thought it was a neat idea, plus it
2011 Jan 11
2
Rare Find
I have a 1945 Bottle of Vintage Port Specially Bottled for the President, Richard M. Nixon.
I have a picture, just don't know how to post it on this forum.
The label says Borges&Irmao and from Portugal.
Any idea what this is worth?
2005 Jan 19
1
Troubles with Broadvoice (register)
Hi!
Are you also getting in trouble while trying to register in Broadvoice?
Cumprimentos / Best regards,
Helder Rog?rio
__________________________________________
Microrede - Tecnologias de Informa??o, Ltd.
http://www.microrede.pt
***
? There are only two types of people in the world, those who have lost data
and those who will. ?
-- Richard Nixon
2006 Nov 03
1
Dovecot-ldap doesnt reconnect if openldap restarts
Hi Guys
I have recently migrated an existing courier install to dovecot + openldap and
think dovecot is wonderfull. Great work!
However, I am seeing that dovecot-ldap doesnt reconnect if openldap restarts.
Is there an options I am missing or is this a know problem?As I am using
dovecot for sasl with postfix and pop/imap this basically completely stops my
mail sytem...
Thanks in Advance
--