Dear all,
First of all I would like to say thanks to all of you who has given me some helps and suggestions to solve my problem in configuring my openser system. Thank you very much.
I have some questions in configuring the TLS now, I do hope anybody can help me. These are the questions:
1. Now, I try to configure the openser system for using the TLS. So, as Klaus Darilion said before, I must configure openser.cfg file first. So, I uncomment (enable) the TLS by deleting "#" in openser.cfg file. After that, I try to restart the openser again. But, when I run it again (after restarting), I get 3 error messages. Here are the error message:
[root@localhost openser]# openser restart
0(5783) parse error (27,12-13): parse error
0(5783) parse error (27,12-13): unknown config variable
0(5783) parse error (27,14-15):
ERROR: bad config file (3 errors)
0(5783) destroy_tls: Entered
0(5783) shm_mem_destroy
[root@localhost openser]#
As I see, the error is at line 27. I see that it contain "tls_verify=1" and "tls_require_certificate=0". I don`t know what is wrong with this line because As I see from all mailinglist`s messages, they didn`t change this line and if they change it, they just change the value, for example :
tls_verify = on
tls_require_certificate = on
I have tried this effort, but I get the same error message.
Does anybody can give me a suggestion what sould i do? Please...
2. If the error can be solved, how can I test my TLS configuration? I mean how I can test whether it can run correctly ( It can secure the communication system in openser)?
Please help me..I do hope anyone can help me to solve this problem. Thank you.
Regards with cheers,
Ferianto
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
Hi,
I would like to know the typical design to use openser in order to
increase the performance. Since openser is a proxy server and it can
be used together with another sip server to provide more function such
as asterisk. As I have tested using sipp in a normal PC, only openser
can handle about 60 concurrent calls. I have no idea where is the
bottleneck. I have searched that someone will use openser with
asterisk to provide a complete (nearly) solution in voip system. I
want to have more information about that combination, such as the
design, performance after integration, etc. Does anyone can give me
some idea if you are using such combination?
unplug
On Thu, July 20, 2006 21:50, JThompson(a)westell.com said:
>
> Hi
> I am trying to use the SMS module with a Motorola V600 phone attached via
> USB. Linux sees the phone as ttyACM0. In the config file i set the
> device
> as "d=/dev/ttyACM0". When the module loads it says "NOTICE:initmodem:
> Waiting 2 sec. before retrying" then it says the modem is not connected
> to
> the network. Is it possible to use a USB modem with the SMS module? What
> do I need to do? Thank you.
> ~Jacob
>
You can try if it works with the nowsms gateway under Windows. If this
doesn't work too, maybe there is a problem with the phone.
You can also try minicom and test if you can set up the typical modem
commands (AT..., )
regards
klaus
>
>
> _______________________________________________
> Users mailing list
> Users(a)openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
Hi,
As far as i know, there are mostly commercial SIP presence servers
available, but not open source. One open source presence (old one) is
written in java JAIN-SIP api called JAIN-PRESENCE-SERVER or smth.
I dont know what your objective is, but you can try a client-to-client
(mesh, peer-to-peer) presence instead of server presence. If you are
making a client on your own, then you'll have a hard time, if you dont
need to make a client, just use new version of X-Lite for Win. It has
a presence built it for both peer-to-peer and server-side.
Alternatevly, you can use Jabber presence instead of SIP presence.
There are plenty of resources available for Jabber already as opposed
to SIP. Moreover, SER has a jabber module to function as a gateway
when subscribtions and notifications arrive from SIP clients (I dont
know if it works fine, because I havent tried it yet myself). So, you
can have registrations and calls handled by SIP and presence and IM
handled by Jabber.
Bests,
Andrey.
On 7/21/06, Jason Terry <jterry(a)airvana.com> wrote:
> Hi Andrey,
>
> I'm having a rough time installing this version of SER. Do you know of another good free presence server?
>
> Thanks,
> Jason
>
> -----Original Message-----
> From: serusers-bounces(a)lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Andrey Kouprianov
> Sent: Thursday, July 20, 2006 11:04 AM
> To: serusers(a)iptel.org
> Subject: Re: [Serusers] Presence issue with SER
>
> Hi,
>
> SER 0.9.6 is not a presence server and pa.so is an incomplete module.
> You can try installing test persence version of CVS or FTP under
> /pub/ser/presence directory.
>
> Andrey.
>
> On 7/20/06, Jason Terry <jterry(a)airvana.com> wrote:
> >
> >
> >
> > Hi,
> >
> >
> >
> > I am testing a sip application and I'm using SER as a presence server.
> > I see two issues in notifies generated by SER. Here is the actual notify
> > that I receive after my app sends a subscribe:
> >
> >
> >
> >
> >
> > NOTIFY sip:Google@10.4.12.10:50600 SIP/2.0
> >
> > Via: SIP/2.0/UDP 10.4.12.11;branch=z9hG4bK6c01.a4670966.0
> >
> > To: <sip:Google@127.0.0.1>;tag=2cb6000467458b6bc623
> >
> > From:
> > sip:test@10.4.12.11;tag=5e359e0a74af9df0dcf075250e57d0d9-d5fe
> >
> > CSeq: 1 NOTIFY
> >
> > Call-ID: 2cb6000567458b6bc623
> >
> > Content-Length: 240
> >
> > User-Agent: Sip EXpress router(0.9.6 (i386/linux))
> >
> > Event: presence ß The ID from the subscribe is missing
> >
> > Content-Type: application/pidf+xml
> >
> > Subscription-State: active;expires=597
> >
> >
> >
> > <?xml version="1.0"?>
> >
> > <!DOCTYPE presence PUBLIC "//IETF//DTD RFCxxxx PIDF 1.0//EN"
> > "pidf.dtd">
> >
> > <presence entity="sip:test@10.4.12.11">
> >
> > <tuple id="9r28r49">ser"> ß XML Error
> >
> > <status>
> >
> > <basic>closed</basic>
> >
> > </status>
> >
> > </tuple>
> >
> > </presence>
> >
> >
> >
> > Are these known issues? If so can someone point me to where I can get a
> > fix?
> >
> >
> >
> > Regards,
> >
> > Jason
> > _______________________________________________
> > Serusers mailing list
> > Serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
> >
> >
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
Dear all,
First of all I would like to say thanks to all of you who has given me some helps and suggestions to solve my problem in configuring my openser system. Thank you very much.
I have some questions in configuring the TLS now, I do hope anybody can help me. These are the questions:
1. Now, I try to configure the openser system for using the TLS. So, as Klaus Darilion said before, I must configure openser.cfg file first. So, I uncomment (enable) the TLS by deleting "#" in openser.cfg file. After that, I try to restart the openser again. But, when I run it again (after restarting), I get 3 error messages. Here are the error message:
[root@localhost openser]# openser restart
0(5783) parse error (27,12-13): parse error
0(5783) parse error (27,12-13): unknown config variable
0(5783) parse error (27,14-15):
ERROR: bad config file (3 errors)
0(5783) destroy_tls: Entered
0(5783) shm_mem_destroy
[root@localhost openser]#
As I see, the error is at line 27. I see that it contain "tls_verify=1" and "tls_require_certificate=0". I don`t know what is wrong with this line because As I see from all mailinglist`s messages, they didn`t change this line and if they change it, they just change the value, for example :
tls_verify = on
tls_require_certificate = on
I have tried this effort, but I get the same error message.
Does anybody can give me a suggestion what sould i do? Please...
2. If the error can be solved, how can I test my TLS configuration? I mean how I can test whether it can run correctly ( It can secure the communication system in openser)?
Please help me..I do hope anyone can help me to solve this problem. Thank you.
Regards with cheers,
Ferianto
---------------------------------
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.
Yes my problem is that i am using a older version version (0.8.12), how can
i use this module in an older version?
-----Original Message-----
From: Michal Matyska [mailto:michal@iptel.org]
Sent: Jueves, 20 de Julio de 2006 02:29 p.m.
To: serusers(a)lists.iptel.org
Subject: Re: [Serusers] Number registe red
If you use the FROM header like in the example you will get the
originator of the call... the called uri is in the request uri and/or TO
header.
Michal
On Thu, Jul 20, 2006 at 01:58:07PM -0500, Teran Jesus wrote:
>
> But the uri have the username or telephone number of the person who i am
> calling, not the username of the ip phone registered, and i want the
number
> of the person who generate the call.
>
>
> -----Original Message-----
> From: Michal Matyska [mailto:michal@iptel.org]
> Sent: Jueves, 20 de Julio de 2006 12:03 p.m.
> To: serusers(a)lists.iptel.org
> Subject: [SPAM header] - Re: [SPAM header] - [Serusers] Number
> registered - Email found insubject - Email found in subject
>
>
> Well, with the CVS head version, you can use eval module to do that....
>
> eval_push("x:%@from.uri.user"); # get from uri username and put to stack
> eval_push("1"); #starting point
> eval_push{"2"); #length
> eval_oper("substr");
>
> then you can use the result as @eval.get[0] e.g.
>
> if (@eval.get[0]=="55") {...}
>
> Michal
>
> On Thu, Jul 20, 2006 at 11:46:20AM -0500, Teran Jesus wrote:
> > Does anybody have an answer to my questions, i really apreciate any
help.
> >
> > -----Original Message-----
> > From: Teran Jesus [mailto:jteran@mcmtelecom.com.mx]
> > Sent: Miércoles, 19 de Julio de 2006 11:33 a.m.
> > To: serusers(a)lists.iptel.org
> > Subject: [SPAM header] - [Serusers] Number registered - Email found in
> > subject
> >
> >
> > Hello
> > I want to validate and get the 2 first digits of the telephone number
> > registered, if i have a ip phone registered with a number like this
> > 5556000000, when i recieve a INVITE from this number, i want to get 55
and
> > validate the number, are there something to do this?
> >
> > Can you help me?
> >
> >
> > _______________________________________________
> > Serusers mailing list
> > Serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> > _______________________________________________
> > Serusers mailing list
> > Serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________
Serusers mailing list
Serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hi
I am wondering how to get SER to use multiple PSTN gateways for load
balancing purposes.
Does anyone have any ideas?
Regards
Jon
--
Jon Farmer
Telford, Shropshire, UK
Hi
I am trying to use the SMS module with a Motorola V600 phone attached via
USB. Linux sees the phone as ttyACM0. In the config file i set the device
as "d=/dev/ttyACM0". When the module loads it says "NOTICE:initmodem:
Waiting 2 sec. before retrying" then it says the modem is not connected to
the network. Is it possible to use a USB modem with the SMS module? What
do I need to do? Thank you.
~Jacob
But the uri have the username or telephone number of the person who i am
calling, not the username of the ip phone registered, and i want the number
of the person who generate the call.
-----Original Message-----
From: Michal Matyska [mailto:michal@iptel.org]
Sent: Jueves, 20 de Julio de 2006 12:03 p.m.
To: serusers(a)lists.iptel.org
Subject: [SPAM header] - Re: [SPAM header] - [Serusers] Number
registered - Email found insubject - Email found in subject
Well, with the CVS head version, you can use eval module to do that....
eval_push("x:%@from.uri.user"); # get from uri username and put to stack
eval_push("1"); #starting point
eval_push{"2"); #length
eval_oper("substr");
then you can use the result as @eval.get[0] e.g.
if (@eval.get[0]=="55") {...}
Michal
On Thu, Jul 20, 2006 at 11:46:20AM -0500, Teran Jesus wrote:
> Does anybody have an answer to my questions, i really apreciate any help.
>
> -----Original Message-----
> From: Teran Jesus [mailto:jteran@mcmtelecom.com.mx]
> Sent: Miércoles, 19 de Julio de 2006 11:33 a.m.
> To: serusers(a)lists.iptel.org
> Subject: [SPAM header] - [Serusers] Number registered - Email found in
> subject
>
>
> Hello
> I want to validate and get the 2 first digits of the telephone number
> registered, if i have a ip phone registered with a number like this
> 5556000000, when i recieve a INVITE from this number, i want to get 55 and
> validate the number, are there something to do this?
>
> Can you help me?
>
>
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________
Serusers mailing list
Serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hello everybody...
I´m just starting with OpenSER and I´m in trouble!
I would like your help to configure my openser just like this:
- Peers 54XX only can call peers 54XX
I have no idea of how do this.
Best regards
Gustavo