Hi all,
i´m a new user of ser and i belive that ser is working properly, but i
can´t login with X-LITE i only have unauthorized message.
Please Help me.
Tanks
Marcelo Vasconcelos
And the beat goes on...
I 've got a bunch of Snom's that have a minimum register interval of 1
minute.
I *know* that I can get them to register every 30 seconds if I set the
'expires' value in the Contact header of the '200 OK' response to the
REGISTER request appropriately (whew)
e.g., instead of returning
Contact: <sip:jake.foobaz@1.2.3.4:49154>;expires=60
I return
Contact: <sip:jake.foobaz@1.2.3.4:49154>;expires=30
The question is - how do I change the 'expires' value?
append_to_reply() isn't relevant - i don't want another header
subst() on the request's 'Expires' header isn't useful since
build_contact() seems to extract it's values from the original request.
Any changes I made to it seem to be ignored
Any ideas?
cheers
I say because alterations and configuring was done from many peoples works
on lists and forums, the work is already published and is covered by the GPL
and if any is not published it must be publish under the GPL.
I don't see how they can deny me or any person working under the GPL the
right to use alter or distribute the applications again from the original
source code. As a contractor I believe if any source code is developed its
owned by the contractor and he is obligated under the license he developed
it the GPL for example.
If the person is an Employee then the code developed would be owned by the
company Employing the staff member and the company would be obligated under
the license that applies example GPL.
I believe the outcome of this injunction places developers in the position
that once they develop something under the GPL then the company it was
developed for then has the right to say they can never use it again.
I don't believe the GPL was intended to allow this.
-----Original Message-----
From: Iqbal [mailto:iqbal@gigo.co.uk]
Sent: Saturday, 6 August 2005 9:55 AM
To: Mr Greg Plater
Subject: Re: [Serusers] Open source Legal Issue
Also
On one hand they dont want you to disclose, however on the othe hand
they accepted GPL, if they argue GPL, and that you must handover, then
the handover is to the public in general, hence you will be disclosing,
which they do not want, they are contradicting themselves.
Iqbal
Mr Greg Plater wrote:
> 5th Aug 2005 an order was handed down from a supreme court judge in
> Brisbane Australia at 10am.
>
> Injunction restraining the defendant his servants or agents from
> directly using, disclosing, selling, transferring or in any other
> manner dealing with the software written or developed or configured by
> the defendant relating to the VOIP network proposed by the plaintiff
> including any correspondence, notes , records or other documentation
> relating to such software, and any variations on the same.
>
> The complete solution was based on open source applications and they
> received a copy of the GPL before the project commenced and had been
> given access to the source code used. I am unable to disclose the open
> source applications used.
>
> I note i was required to shutdown the servers and the platform used
> yesterday including private projects because the same base linux
> version was used.
>
> The issue started when i was contracted to create a network based on
> open source applications, the party contracting myself decided to drop
> the project and items in the agreement between them and i are still
> outstanding including payment and this is an on going battle in the
> courts.
>
> Until that is all settled I'm not required to hand over the hardware
> or applications, source code, notes etc... but under the license GPL i
> am required to provide it so i have provided the source code etc
> including all alterations made and there source code... This allowing
> myself to stay within the license GPL.
>
> I don't believe they are able to give the injunction and need advice
> on what or if anything i can do.
>
> My understanding of Open source. It is free to use alter or distribute
> under the GPL and its conditions.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>
>
5th Aug 2005 an order was handed down from a supreme court judge in Brisbane
Australia at 10am.
Injunction restraining the defendant his servants or agents from directly
using, disclosing, selling, transferring or in any other manner dealing with
the software written or developed or configured by the defendant relating to
the VOIP network proposed by the plaintiff including any correspondence,
notes , records or other documentation relating to such software, and any
variations on the same.
The complete solution was based on open source applications and they
received a copy of the GPL before the project commenced and had been given
access to the source code used. I am unable to disclose the open source
applications used.
I note i was required to shutdown the servers and the platform used
yesterday including private projects because the same base linux version was
used.
The issue started when i was contracted to create a network based on open
source applications, the party contracting myself decided to drop the
project and items in the agreement between them and i are still outstanding
including payment and this is an on going battle in the courts.
Until that is all settled I'm not required to hand over the hardware or
applications, source code, notes etc... but under the license GPL i am
required to provide it so i have provided the source code etc including all
alterations made and there source code... This allowing myself to stay
within the license GPL.
I don't believe they are able to give the injunction and need advice on what
or if anything i can do.
My understanding of Open source. It is free to use alter or distribute under
the GPL and its conditions.
Hello,
I'm with accounting in ser and I noticed, that in some calls the BYE message
doesn't reach my server. In the most cases yes, but in 5% of the cases not.
Is there any way to force the caller/callee to send the BYE message back?
Thanks!!
Sebastian
Hi,
I understand both Xlite (or any other SIP client such as a Cisco 7960) and
SER support TCP but I am not clear how to force a UAC starts a call via TCP.
I've been searching over internet but couldn't find anything yet (Forgive my
bad searching skills). I am really appreciate if anyone can show me some
information of testing SER and UAC with TCP. Thanks,
Have a nice weekend,
Pat
Hi!
It would be nice to have a list of all functions inside openser (core +
modules). Is it possible to autmatically generate this?
e.g. for the core parsing the lex files, for the module functions
parsing the sgml files
regards,
klaus
Hi!
Has anyone of you tried to use the database to make routing? I need to get
information of the database and then rewritehost with the result...
Thanks!
Sebastian
Hi,
I m using mediaproxy for NAT traversal for client phones. I m using the
following code straight out of book from ser-0.9.0 source package, but still
the natted clients are showing their internal IPs in their AOR when I run a
"serctl ul show ".
Can anyone tell me where is the problem-
route{
if (!mf_process_maxfwd_header("10")) {
if (method!="ACK") {
sl_send_reply("483", "Too many hops");
};
break;
};
if (msg:len >= max_len) {
if (method!="ACK") {
sl_send_reply("513", "Message too big");
};
break;
};
if (method=="REGISTER") {
if (client_nat_test("3"))
{setflag(2);force_rport();fix_contact();};
if (!www_authorize("", "subscriber")) {www_challenge("",
"0");break;}
if (!save("location")) {sl_reply_error();};
break;
};
if (method=="INVITE") {
if (!(is_from_local() || is_uri_host_local())) {sl_send_reply("403",
"Relaying is forbidden");break;};
t_on_failure("1");
} else if (method == "BYE" || method == "CANCEL")
{end_media_session();};
if (loose_route()) { if (method=="INVITE" || method=="ACK")
{use_media_proxy();};
t_relay();
break;
};
# Force subsequent messages to pass trough this proxy
if (method == "INVITE") {record_route();};
if (client_nat_test("3") && !search("^Record-Route:"))
{force_rport();fix_contact(); };
if (method=="INVITE") { t_on_reply("1");
};
if (!lookup("location")) { sl_send_reply("404", "User not found");
break; };
if (method=="INVITE" || method=="ACK") { use_media_proxy();
};
if (!t_relay()) { if (method=="INVITE" || method=="ACK") {
end_media_session(); }; sl_reply_error();};
}
failure_route[1] {
end_media_session();
}
onreply_route[1] {
if (status=~"(183)|(2[0-9][0-9])") {
if (client_nat_test("1")) { fix_contact(); };
use_media_proxy();
};
}
Regards,
Ashutosh Kumar
Chetu, Inc.
Hi
Just to get this straight, you want to add logging to Mysql, if yes,
have to edited the Makefile, in the /modules/acc/ directory, by default
it allows logging with Radius, you need to comment out that line, and
uncomment the mysql line.
If this is done, then if you follow the docs in onsip.org, you will get
logging into mysql.
Also post a copy of ur ser.cfg file, so that we can take a look
Iqbal
Hernando Maisano wrote:
> Thank you very much, it lowers east file to me:
> http://www.onsip.org/modules/mydownloads/singlefile.php?cid=7&lid=26
> and raises the "SER" but it gives errors me, and I had q to remove a
> pair from line. But what I want is to add log to base MYSQL.... and
> there is no case. I am using RED HAT 7,3 with SER 0.8.12
> HELPP!
>
> Nando
> ----- Original Message ----- From: "Iqbal" <iqbal(a)gigo.co.uk>
> To: "Hernando Maisano" <nando(a)cps.com.ar>
> Cc: <serusers(a)lists.iptel.org>
> Sent: Friday, August 05, 2005 12:52 PM
> Subject: Re: [Serusers] Logs in mysql
>
>
>> goto www.onsip.org, there is a gettng started guide with mysql and
>> all, it will be of use
>>
>> Iqbal
>>
>> Hernando Maisano wrote:
>>
>>> Hello, they recien I am beginning in the "SER" and the truth I am
>>> lost. What I need to do now is to leave a registry of the calls, but
>>> in MYSQL? Somebody can help me..... Thanks
>>> PS: pardon my pesimo Ingles but I am of Latinoamerica
>>> Nando
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> _______________________________________________
>>> Serusers mailing list
>>> serusers(a)lists.iptel.org
>>> http://lists.iptel.org/mailman/listinfo/serusers
>>>
>
>
> .
>