Dear all!
We are doing this the soft way: Launching when everybody is on vacation :-D
We have for some time now been working on putting up a new
community-based framework for the iptel.org open source projects. Our
aim is to step-wise address lack of documentation, roadmap, release
plans, transparent management and so on.
The new http://iptel.org/ site contains quite a lot of content. There
is still plenty to migrate from the old iptel.org site, ONsip.org, as
well as better organize …
[View More]documentation around SER development and
releases. You can help out with that by adding a small FAQ, how-to,
copy something from ONsip.org that you found particularly helpful and so on!
We have created some basic content that we hope you will help comment
and develop further. Here are some pointers to content on the new site:
========================================
About the new site and how to contribute content
http://www.iptel.org/iptelorgsite/intro
How to get started with SER?
http://www.iptel.org/ser/using
Overview of documentation
http://www.iptel.org/doc
The old ONsip.org Getting Started document
http://www.iptel.org/ser/doc/gettingstarted
Contributed modules and patches
http://www.iptel.org/ser/contributions
A beginning skeleton for a roadmap
http://www.iptel.org/ser/roadmap
A wishlist for future versions
http://www.iptel.org/ser/wishlist
Release policies
http://www.iptel.org/ser/development/release_policies
======================================================
Below is the launch announcement.
Best regards,
Greger Teigre
g-)
---------------------------------------------------------
The new http://iptel.org/, home of SER, SEMS, and SERWeb is now up. If
you have an account from ONsip.org, you can log in using your old
ONsip.org username/password. However, all content is available without
registration.
The new site is supported by the joint efforts of the iptel.org and
ONsip.org teams. Our aim is to dramatically improve the project
communication, documentation, and development process. The start is
already up there, and we have many plans. The best thing of all: The new
http://iptel.org site is a great basis for contributions from anyone.
We are working on migrating and organizing the remaining content from
the old site, but meanwhile you can access everything from the old site
from http://dog.iptel.org/
We look forward to a revitalised SER open source project!
[View Less]
> yes, it was fixed in the past, but I reintroduced by mistake with the
> new version of openserctl. It was reported on bug tracker as
> well and it
> is now fixed on CVS (both head and rel_1_1_0 branches).
Yep, I unconsciously posted to the bug tracker with my non-work
pseudonym ... :) I've followed the posts on there, as well.
> You can use the /usr/local/etc/openser/openserctlrc (or
> ~/.openserctlrc)
> to set the AWK variable to the appropriate path to gmd5sum.
…
[View More]> Most of the
> tool used inside openserctl can be set via env variables.
>
> Cheers,
> Daniel
Yes, but it makes more sense on my system to have an md5sum available,
so I'm happy to symlink.
Cheers for the assistance,
Peter.
--
This Personal email contains my own opinions, sent In
Confidence and does not represent the views of British
Telecommunications plc.
__________________________________________________________________
British Telecommunications plc
Registered office: 81 Newgate Street London EC1A 7AJ
Registered in England no. 1800000
This electronic message contains information from British
Telecommunications plc which may be privileged and
confidential. The information is intended to be for the use of
the individual(s) or entity named above. If you are not the
intended recipient, be aware that any disclosure, copying,
distribution or use of the contents of this information is
prohibited. If you have received this electronic message in
error, please notify us by telephone or email (to the number
or address above) immediately.
Activity and use of the British Telecommunications plc
email system is monitored to secure its effective operation
and for other lawful business purposes. Communications using
this system will also be monitored and may be recorded to
secure effective operation and for other lawful business purposes.
[View Less]
hi all
hi guys please help me out how to start SER and what will be best way to start SER
thanks
vijay
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
Hi All,
I am using the following if statement to allow certain calls from pre authorized IPs.
if ( method == "INVITE" && src_ip != 195.xxx.xxx.xx && src_ip != 195.xxx.xxx.xx && src_ip != 195.xxx.xxx.xx && src_ip != 195.xxx.xxx.xx) {
My issues is the number of IPs that need to be authorized this way is getting large and was wondering if there's a module that can be used to read config date from a config file ?
regards,
Ron
…
[View More]________________________________________________________________________
Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.
[View Less]
> Hello,
>
> you need a tool called md5sum. On Linux/Debian it comes with
> coreutils
> package. It computes the md5 of a string and it used mainly
> to check the
> files if they were corrupted after a download. Maybe it exists under
> other name in solaris, although nobody reported so far.
>
> For solaris 8 I found the following:
> http://www.sun.com/software/solaris/freeware/pkgs_download.xml#md5sum
>
> Hope it helps.
>
> Cheers,
> …
[View More]Daniel
Thanks, Daniel.
I was skipping over the md5sum errors (I already had it installed, but
under Solaris it becomes gmd5sum - a quick symlink sorted it out)
because I thought the awk errors were quite serious.
Should've looked a bit closer before posting because it turns out,
again, to be another Linux-biased script ...
Lines 135 and 136 in /usr/local/lib64/openser/openserctl/openserctl.base
need the space removing before the @ sign. Solaris awk does not allow
whitespace before the parameter.
After sorting that out and symlinking gmd5sum, the add user script
worked and I can now register a SIP User Agent - which is a great leap
fwd ...
Many thanks,
Peter.
--
Peter Edwards
tel +44 (0) 1473 606492
This Personal email contains my own opinions, sent In
Confidence and does not represent the views of British
Telecommunications plc.
__________________________________________________________________
British Telecommunications plc
Registered office: 81 Newgate Street London EC1A 7AJ
Registered in England no. 1800000
This electronic message contains information from British
Telecommunications plc which may be privileged and
confidential. The information is intended to be for the use of
the individual(s) or entity named above. If you are not the
intended recipient, be aware that any disclosure, copying,
distribution or use of the contents of this information is
prohibited. If you have received this electronic message in
error, please notify us by telephone or email (to the number
or address above) immediately.
Activity and use of the British Telecommunications plc
email system is monitored to secure its effective operation
and for other lawful business purposes. Communications using
this system will also be monitored and may be recorded to
secure effective operation and for other lawful business purposes.
[View Less]
I'm trying to append an rpid header to enable caller ID blocking at my
gateway. I started by adding the following commands but a quick check
with ser -c -f <filename> produces the following errors. Everything in
the documentation suggests use_rpid does indeed exist in the auth_db
module. Does anyone know what might be causing this error?
Thanks,Steve
modparam("auth_db", "rpid_column", "remote_party_id")
modparam("auth_db", "use_rpid", 1)
0(20424) set_mod_param_regex: parameter …
[View More]<rpid_column> not found in
module <auth_db>
0(20424) parse error (162,20-21): Can't set module parameter
0(20424) set_mod_param_regex: parameter <use_rpid> not found in module
<auth_db>
0(20424) parse error (163,19-20): Can't set module parameter
--
ISC Network Engineering
The University of Pennsylvania
3401 Walnut Street, Suite 221A
Philadelphia, PA 19104
voice: 215-573-8396
215-746-8001
fax: 215-898-9348
sip:blairs@net.isc.upenn.edu
[View Less]
Hi again,
I start rtpproxy like this:
rtpproxy -2f -l 193.55.55.55/10.245.x.x
can someone give me a quick hint what problem could cause this output:
outgoing calls work & have this output:
received command "U 5e04ce62ad145445YTczODQwZGYxMDVhODNjODYwZWE0YzQxOTA3OGEwMmM.10.245.16.55 45746 6879e139"
new session 5e04ce62ad145445YTczODQwZGYxMDVhODNjODYwZWE0YzQxOTA3OGEwMmM., tag 68 9 requested, type strong
new session on a port 35000 created, tag 6879e139
pre-filling caller's address with 10.…
[View More]245.16.55:45746
sending reply "35000 193.77.54.68
"
incoming calls dont work & have this output:
received command "L 30e096903015a6b321b8fcbe29eafda8(a)217.10.67.4 10.245.16.55 44 224 as15976aa3 71195064"
lookup request failed: session 30e096903015a6b321b8fcbe29eafda8(a)217.10.67.4, tags as15976aa3/71195064 not found
sending reply "0 193.77.54.68
"
Thanks
Sebastian
> -----Ursprüngliche Nachricht-----
> Von: Sebastian Gabris <Sebastian.Gabris(a)web.de>
> Gesendet: 11.08.06 13:47:11
> An: serusers(a)lists.iptel.org
> Betreff: [Serusers] Problem with incoming calls
> Hi everybody,
>
> Like told in the subject i got problems with incomnig calls, SIP signalling works but RTP doesnt.
> When I make a call from my UA to the VoIP-Provider all works well, sip & rtp.
> I start rtpproxy in bridged mode: rtpproxy -l publicIP/privateIP.
>
> I use this scenario:
>
> UA(private IP) <-> (privateIP) SER (publicIP) <-> VoIP-Provider
>
> i try to figure out where my mistake is in this config file:
>
> route[1]
> {
> if(dst_ip == 10.245.104.68)
> {
> force_rtp_proxy("","193.77.54.68");
> }
> else
> {
> force_rtp_proxy("","10.245.104.68");
> };
>
> t_on_reply("1");
>
> if (!t_relay()) {
> sl_reply_error();
> };
> }
>
> onreply_route[1] {
> if (status =~ "(183)|2[0-9][0-9]") {
> if(dst_ip == 10.245.104.68)
> {
> force_rtp_proxy("","193.77.54.68");
> }
> else
> {
> force_rtp_proxy("","10.245.104.68");
> };
>
> };
> }
>
>
> By the way, is there a option to view rtpproxy debug info?
>
>
> Thanks in advance!
>
> Sebastian
> ______________________________________________________________
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
>
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000071
[View Less]
Thanks for your quick reply, Weiter
And how is that local number format?
Thanks again.
-----------------------------------------------
> Date: Mon, 14 Aug 2006 23:07:47 +0200
> From: bp4mls(a)googlemail.com
> To: rosadesantis(a)hotmail.com
> Subject: Re: [Serusers] Adding area codes to dialed number
> CC: serusers(a)lists.iptel.org
>
> Yes, it is possible.
> If geographical user distribution is mapped to domains, using domain attributes.
> Otherwise, you would …
[View More]have to store this information (country code, area code) per user, as user attributes. When the user originates a call, check if using local number format and load his attributes and fix the uri otherwise.
> On 8/14/06, Rosa De Santis <rosadesantis(a)hotmail.com> wrote:
> Hello all.
> Please, I'd like to know if there is a way in SER to add the appropriates area codes (country and city) to a PSTN dialed number, based in the location of the calling user, using avpops and/or databases values, so that the user can dial local numbers without adding country and city codes.
> For example, the user has location prefixes for his country=11 and city=222, when he dials the PSTN number 123456 that is local based in his location, then the SER action adds 11 + 222 to this dialed number, to dial the complete number 11222123456 ?
> Is this possible? How can be done?
> Please, any hint is appreciated...
> Thanks
> _________________________________________________________________
> Descubre Live.com - tu mundo en línea reunido: noticias, deportes, el tiempo, y mucho más.
> http://www.live.com/getstarted_____________________________________________…
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
_________________________________________________________________
Descubre Live.com - tu propia página de inicio, personalizada para ver rápidamente todo lo que te interesa en un mismo sitio.
http://www.live.com/getstarted
[View Less]