emmartins.blogspot.com
Eduardo Martins: January 2012
http://emmartins.blogspot.com/2012_01_01_archive.html
Tuesday, January 03, 2012. The Future of Mobicents, from Sunset to Sunrise. October 2010, I wrote here. How good was the 2010 Mobicents Team Meeting, how it was the best Mobicents event ever, how the event was morphing itself by including customers and community for the first time, etc. But a month before Red Hat decided to sunset JBoss Communications Platform, the product built from Mobicents, and then part of the team, including Ivelin Ivanov. Also decided to stay, which means that the whole Mobicents ...
emmartins.blogspot.com
Eduardo Martins: The Future of Mobicents, from Sunset to Sunrise
http://emmartins.blogspot.com/2012/01/future-of-mobicents-from-sunset-to.html
Tuesday, January 03, 2012. The Future of Mobicents, from Sunset to Sunrise. October 2010, I wrote here. How good was the 2010 Mobicents Team Meeting, how it was the best Mobicents event ever, how the event was morphing itself by including customers and community for the first time, etc. But a month before Red Hat decided to sunset JBoss Communications Platform, the product built from Mobicents, and then part of the team, including Ivelin Ivanov. Also decided to stay, which means that the whole Mobicents ...
ivelinivanov.blogspot.com
Ivelin Ivanov - blog: 06/01/2010 - 07/01/2010
http://ivelinivanov.blogspot.com/2010_06_01_archive.html
Ivelin Ivanov - blog. Thursday, June 24, 2010. OKI Japan becomes core contributor to Mobicents. The home page of the new Mobicents based framework by OKI is here: http:/ www.mobicents.org/mss/ssf/sf-api/site/en/. Links to this post. Subscribe to: Posts (Atom). A Technology Entrepreneur's Blog. Austin, Texas, United States. Http:/ www.linkedin.com/in/ivelinatanasoffivanov. View my complete profile. Ringful Health selected as a finalist in IBM Watson Challenge. My new life @ home. Meanwhile, in Russia.
ivelinivanov.blogspot.com
Ivelin Ivanov - blog: 11/01/2010 - 12/01/2010
http://ivelinivanov.blogspot.com/2010_11_01_archive.html
Ivelin Ivanov - blog. Wednesday, November 17, 2010. We are looking to bring onboard several A players with track record in the Mobicents community. We are building the next generation telecom infrastructure. Are you up to the challenge to join full time the Top Open Source Telco Team? It doesn't matter where in the world you are located. Drop me a line: ivelin117 at gmail. Links to this post. Subscribe to: Posts (Atom). A Technology Entrepreneur's Blog. Austin, Texas, United States. My new life @ home.
sachinparnami.blogspot.com
Sachin Parnami's Blog: January 2010
http://sachinparnami.blogspot.com/2010_01_01_archive.html
Thursday, January 7, 2010. SS7 ( Sangoma A102 Wanpipe Zaptel Mobicents ). Thanks to Amit Bhayani. If you are looking for Sangoma A102 Dhadi Astrisk then give it a try. This is how i was able to configure my sangoma A102 card on Ubuntu 8.10, was trying it on Ubuntu 9.10 but its karnel version is still not supported by Sangoma drivers :( , so had to move back on 8.10. Insert your card in PCI/PCI-E slot. Svn checkout http:/ svn.digium.com/svn/zaptel/branches/1.4/. Sudo apt-get install build-essential. Mobic...
sachinparnami.blogspot.com
Sachin Parnami's Blog: Track the releases of Mobicents
http://sachinparnami.blogspot.com/2010/10/track-releases-of-mobicents.html
Monday, October 4, 2010. Track the releases of Mobicents. Since my last blog. Tired of compiling mails to know about the current releases, or if there is any other best way for which i am not aware of :( . Hope this would help to locate . Mobicents JAIN SLEE 2.2.1.FINAL Released! Mobicents JAIN SLEE 2.2.0.FINAL Released! Mobicents JAIN SLEE 2.1.2.FINAL Released! Mobicents Diameter v1.3.1.FINAL Released! Sip Servlets 1.4.0.FINAL. Sip Servlets 1.3.2. Protocols Suite 1.0.0.B5. View my complete profile.
sachinparnami.blogspot.com
Sachin Parnami's Blog: September 2009
http://sachinparnami.blogspot.com/2009_09_01_archive.html
Tuesday, September 29, 2009. Devlopement testing using JPA JUnit. After hours of fight i am able to run Unit tests using JPA. So this is how it goes. I am using in memory DB. C3p0 is a ComboPooledDataSource more details here. And of course HSQLDB. Persistence xmlns=http:/ java.sun.com/xml/ns/persistence. Xmlns:xsi=http:/ www.w3.org/2001/XMLSchema-instance. Xsi:schemaLocation=http:/ java.sun.com/xml/ns/persistence. Http:/ java.sun.com/xml/ns/persistence/persistence 1 0.xsd. Subscribe to: Posts (Atom).
sachinparnami.blogspot.com
Sachin Parnami's Blog: Devlopement testing using JPA + JUnit
http://sachinparnami.blogspot.com/2009/09/devlopement-testing-using-jpa-junit.html
Tuesday, September 29, 2009. Devlopement testing using JPA JUnit. After hours of fight i am able to run Unit tests using JPA. So this is how it goes. I am using in memory DB. C3p0 is a ComboPooledDataSource more details here. And of course HSQLDB. Persistence xmlns="http:/ java.sun.com/xml/ns/persistence". Xmlns:xsi="http:/ www.w3.org/2001/XMLSchema-instance". Xsi:schemaLocation="http:/ java.sun.com/xml/ns/persistence. Http:/ java.sun.com/xml/ns/persistence/persistence 1 0.xsd". Public void setUp() {.
sachinparnami.blogspot.com
Sachin Parnami's Blog: October 2009
http://sachinparnami.blogspot.com/2009_10_01_archive.html
Sunday, October 25, 2009. Running JBoss as SERVICE on LINUX. While working on remote servers and running JBoss AS on it, sometimes gives hard bite to manage. What if you encounter mentioned problems after starting JBoss AS:-. Connection lost to remote server? Power failure at your end? Connection failure at your end? And what if you dont want to stop JBoss AS at remote server but you have to turn off your local system from where you have given command like ./run.sh -b xxx.yyy.zzz.aaa? Now how to do that.