[Serusers] SIP Express Router now is commercial????

Mark Aiken aiken.mark at gmail.com
Tue Sep 13 19:59:53 CEST 2005


Given that Tekelec stated they wanted SER for an IMS platform I would guess 
the iptelorg employees would be quite busy with IMS developments. It would 
be really nice to see some of that work made GPL. 

Does anyone know of an open-source IMS proxy?

Mark


On 9/13/05, Greger V. Teigre <greger at teigre.com> wrote:
> 
> AFAIK, Tekelec bought iptelorg.com <http://iptelorg.com> with its 
> intellectual property
> (commercial extensions/extras/related software to SER) and its employees.
> Iptel.org <http://Iptel.org> was NOT part of the deal and is still 
> sponsored by FOKUS
> Fraunhofer (as stated on the iptel.org <http://iptel.org> website). SER is 
> an independent GPL
> project and Tekelec cannot do anything about that.
> However, iptelorg.com <http://iptelorg.com> sponsored development 
> resources on the open source
> SER. Tekelec is free to decide to stop this sponsoring. I cannot see how
> this can be in their interest, but if the focus on the development they 
> want
> to do with SER is too far away the open source project, the project may 
> not
> give Tekelec enough value. If this happens, the developers must decide
> whether to continue in their spare time, quit SER development, or look for
> employment with another company willing to sponsor hours on open source 
> SER
> development. In addition, SER has MANY other developers who were not
> involved at all with iptelorg.com <http://iptelorg.com>. Of course, as 
> some of the most active
> coders were with iptelorg.com <http://iptelorg.com>, such a decision may 
> impact SER's development.
> Also, note that the OpenSER project has branched off and is hosted and
> controlled by Voice System. The Voice System developers are not affected 
> by
> the Tekelec deal. However, as OpenSER tries to incorporate SER code
> development into its own code base, OpenSER will be equally affected if
> those contributing this SER code are prevented from working on the code in
> their day-time job.
> 
> g-)
> 
> carlos ivan grajales wrote:
> > Hi Guys,
> >
> > And now what Tekelec bought to iptelorg that it will
> > be of SER??? your users list??? and GPL software ???
> >
> > Sincerely,
> >
> > CArlos Ivan Grajales M.
> > Colombia, South America
> >
> >
> >
> > --- serusers-request at lists.iptel.org wrote:
> >
> >> Send Serusers mailing list submissions to
> >> serusers at lists.iptel.org
> >>
> >> To subscribe or unsubscribe via the World Wide Web,
> >> visit
> >> http://lists.iptel.org/mailman/listinfo/serusers
> >> or, via email, send a message with subject or body
> >> 'help' to
> >> serusers-request at lists.iptel.org
> >>
> >> You can reach the person managing the list at
> >> serusers-owner at lists.iptel.org
> >>
> >> When replying, please edit your Subject line so it
> >> is more specific
> >> than "Re: Contents of Serusers digest..."
> >>
> >>
> >> Today's Topics:
> >>
> >> 1. I cannot compile "check_from()" method
> >> although I load module
> >> "uri" (tulay sazak)
> >> 2. Compilation Error on Mac OS (Darwin) - SEMS..
> >> (Amos Nungu)
> >> 3. call me (harry gaillac)
> >> 4. SER + Mediaproxy sl_send_reply: I won't send a
> >> reply for
> >> ACK!! (GT)
> >> 5. HELP! duplicate accounting (torres lloyd)
> >> 6. Re: SER + Mediaproxy sl_send_reply: I won't
> >> send a reply for
> >> ACK!! (Greger V. Teigre)
> >> 7. Re: Re: SER + Mediaproxy sl_send_reply: I
> >> won't send a reply
> >> for ACK!! (GT)
> >> 8. Re: t_check_status in failure_route (Klaus
> >> Darilion)
> >> 9. Media proxy idle calls. (Vikash Khatuwala)
> >> 10. Re: t_check_status in failure_route (Juha
> >> Heinanen)
> >> 11. Re: t_check_status in failure_route (Andreas
> >> Granig)
> >>
> >>
> >>
> > ----------------------------------------------------------------------
> >>
> >> Message: 1
> >> Date: Sun, 11 Sep 2005 04:12:08 -0700 (PDT)
> >> From: tulay sazak <tulaysazak at yahoo.com>
> >> Subject: [Serusers] I cannot compile "check_from()"
> >> method although I
> >> load module "uri"
> >> To: serusers at lists.iptel.org
> >> Message-ID:
> >> <20050911111208.51148.qmail at web52108.mail.yahoo.com>
> >> Content-Type: text/plain; charset=iso-8859-1
> >>
> >> Hello everbody,
> >>
> >> I loaded module "uri" and my ser.cfg is as below:
> >>
> >> .....
> >> loadmodule "/usr/local/lib/ser/modules/uri.so"
> >> .....
> >> if (method=="INVITE") {
> >> if (!radius_proxy_authorize("iptel.org <http://iptel.org>")) {
> >> proxy_challenge("iptel.org <http://iptel.org>", "1");
> >> break;
> >> }
> >>
> >> if (!check_from()) {
> >> sl_send_reply("403", "Forbidden");
> >> break;
> >> }
> >> }
> >> ........
> >>
> >> When I run ser, it says:
> >>
> >> 0(10457) find_export: <check_from> not found
> >> 0(10457) find_export: <check_from> not found
> >> 0(10457) parse error (183,35-36): unknown command,
> >> missing loadmodule?
> >>
> >> Can you see what am I doing wrong ??
> >>
> >> Thanks in advance
> >> Regards
> >>
> >> Tulay
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> > ______________________________________________________
> >>
> >> Yahoo! for Good
> >> Watch the Hurricane Katrina Shelter From The Storm
> >> concert
> >> http://advision.webevents.yahoo.com/shelter
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 2
> >> Date: Sun, 11 Sep 2005 15:05:54 +0200
> >> From: Amos Nungu <amos.nungu at gmail.com>
> >> Subject: [Serusers] Compilation Error on Mac OS
> >> (Darwin) - SEMS..
> >> To: serusers at lists.iptel.org
> >> Message-ID:
> >> <86caff8805091106053263560b at mail.gmail.com>
> >> Content-Type: text/plain; charset=ISO-8859-1
> >>
> >> I'm installing SEMS-0.9 on Mac OS (Darwin 8.2.0).
> >> upon running the make
> >> all command, I got an error as shown below
> >> -------------------------------------------------
> >> # make all
> >> make[1]: Nothing to be done for `deps'.
> >> g++ -o sems AmApi.o AmAudio.o AmCmd.o AmConfig.o
> >> AmEventQueue.o
> >> AmIcmpWatcher.o AmMail.o AmPlugIn.o AmRequest.o
> >> AmRtpPacket.o
> >> AmRtpPacketTracer.o AmRtpScheduler.o AmRtpStream.o
> >> AmSdp.o AmServer.o
> >> AmSession.o AmSmtpClient.o AmThread.o AmUtils.o
> >> EmailTemplate.o
> >> SemsConfiguration.o SerClient.o SerDBQuery.o log.o
> >> sems.o -lm -ldl
> >> -lsocket -lnsl -lpthread
> >> /usr/bin/ld: can't locate file for: -lsocket
> >> collect2: ld returned 1 exit status
> >> make[1]: *** [sems] Error 1
> >> make: [all] Error 2 (ignored)
> >>
> > -------------------------------------------------------
> >>
> >> Any idea on how to go about it will be great.
> >>
> >> Regards
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 3
> >> Date: Sun, 11 Sep 2005 19:19:03 +0200 (CEST)
> >> From: harry gaillac <gaillacharry at yahoo.fr>
> >> Subject: [Serusers] call me
> >> To: serusers at lists.iptel.org
> >> Message-ID:
> >>
> > <20050911171904.17161.qmail at web25502.mail.ukl.yahoo.com>
> >> Content-Type: text/plain; charset=iso-8859-1
> >>
> >> hello,
> >>
> >> Please to call me at for tests.
> >>
> >> sip:84 at nxs;yi.org
> >> or
> >> sip:85 at nxs;yi.org
> >> or
> >> sip:86 at nxs;yi.org
> >> or
> >> sip:87 at nxs;yi.org
> >>
> >> Regards
> >> Harry
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> > 
> ___________________________________________________________________________
> >>
> >> Appel audio GRATUIT partout dans le monde avec le
> >> nouveau Yahoo! Messenger
> >> Téléchargez cette version sur
> >> http://fr.messenger.yahoo.com
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 4
> >> Date: Sun, 11 Sep 2005 20:11:26 -0800
> >> From: "GT" <geotelcom at yahoo.fr>
> >> Subject: [Serusers] SER + Mediaproxy sl_send_reply:
> >> I won't send a
> >> reply for ACK!!
> >> To: serusers at lists.iptel.org <serusers at lists.iptel.org>
> >> Message-ID: <20050911181312.D169319C6 at fox.iptel.org>
> >> Content-Type: text/plain; charset="iso-8859-1"
> >>
> >> Hello,
> >>
> > === message truncated ===
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers at lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> 
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20050913/26324156/attachment.htm>


More information about the sr-users mailing list