I started the RTPproxy application and am still getting the error. the rtpproxt application that am running, I download it from portaone.. Is this the right version to use with SER 0.9?
thanks
mohamed
Java Rockx <javarockx(a)gmail.com> wrote:
Mohamed,
You need to actually start the rtpproxy application. You can usually do this my just typing ./rtpproxy from the location of the executable.
Regards,
Paul
On Apr 10, 2005 10:51 PM, Mohamed Omar <amatek2004(a)yahoo.ca> wrote:
I just installed ser 0.9.0 from onsip.org and compile using the script make_and_install. I also run the update_from_cvs script and the make_and_install again when I got the error below. The config that am using is the one on onsip.org
Am I missing something?
Thanks in advance
0(0) INFO: udp_init: SO_RCVBUF is initially 65535
0(0) INFO: udp_init: SO_RCVBUF is finally 131070
0(0) INFO: udp_init: SO_RCVBUF is initially 65535
0(0) INFO: udp_init: SO_RCVBUF is finally 131070
1(0) INFO: fifo process starting: 23656
1(0) ERROR: send_rtpp_command: can't connect to RTP proxy
1(0) WARNING: rtpp_test: can't get version of the RTP proxy
1(0) WARNING: rtpp_test: support for RTP proxy has been disabled temporarily
1(0) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo...
1(0) WARNING: no fifo_db_url given - fifo DB commands disabled
---------------------------------
Post your free ad now! Yahoo! Canada Personals
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
---------------------------------
Post your free ad now! Yahoo! Canada Personals
I won't pay for commercial support because of I sent
mails for infos without reply .
if i need commercial support i'll call Cisco or Nortel
Harry
--- Andres <andres(a)telesip.net> wrote:
> Klaus Darilion wrote:
>
> > You get what you pay for.
> >
> Exactly. If this is important to you why don't you
> pay for commercial
> support from Iptel and stop whinning Harry.
>
> > regards,
> > klaus
> >
> > harry gaillac wrote:
> >
> >> I won't reduce it because of i try my best but
> Serweb
> >> and ser don't work even I spend time to read
> mailing
> >> list, onsip.org,...
> >>
> >> Even serweb from iptel.org is not useable !!!!!!
> >> I'm not kidding just angry
> >>
> >> Harry
> >
>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
__________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
first, it's not about FROM tag, but TO tag...
second, it's better to do it for all provisional responses < 180 (for
183 you might mess with early media)
third, here it 's the regexp:
onreply_route[1]{
if ( t_check_status("(1[0-7][0-9])|(180)") ) {
subst('/^(To:.*)\;tag=[^;[:cntrl:]]*/\1/i');
}
break;
}
bogdan
Alistair Cunningham wrote:
> Bogdan-Andrei,
>
> Can you please give me a hint as to how to remove the tag? I've can do
> something like:
>
> onreply_route[1] {
> if ( (status=~"180") ) {
> replace( ";tag=.*", "" );
> };
> }
>
> but this would remove the tag from all headers. I could add "From:"
> into the regular expression, but this would then remove the whole From
> header.
>
> Alistair Cunningham,
> Integrics Ltd,
> +44 (0)7870 699 479
> http://integrics.com/
>
>
> Bogdan-Andrei Iancu wrote:
>
>> According to RFC 3261, the UAC *must* drop any To-tag received in a
>> provisional reply in favour of the To-tag advertised in the final
>> reply - be this it means not only to accept a final reply with a
>> different To-tag, but also to use it in generating sequential
>> messages (like ACK, re-INVITEs, etc)
>>
>> So you should report the problem to your UAC vendor. Meanwhile you
>> can do a trick in SER cfg - use a reply_route to remove the To-tag
>> from all provisional replies....this will make happy the UAC.
>>
>> bogdan
>>
>> Alistair Cunningham wrote:
>>
>>> I'm trying to implement forwarding to voicemail with a UAC that's picky
>>> about the tags in the To: headers it receives.
>>>
>>> First, I tried the following:
>>>
>>> failure_route [1] {
>>> rewritehostport("192.168.1.1:5060");
>>> append_branch();
>>> t_relay();
>>> }
>>>
>>> This failed because the UAC received a "180 Ringing" from the ringing
>>> Grandstream phone via ser that contained a To: tag. After the timeout,
>>> it received another 180 from Asterisk (the voicemail system) with a
>>> different tag. Since it doesn't support forked INVITES, it dropped
>>> the call.
>>>
>>> Then I tried:
>>>
>>> failure_route [1] {
>>> rewritehostport("192.168.1.1:5060");
>>> t_reply( "302", "Moved Temporarily" );
>>> }
>>>
>>> This time it receives the 180 from the phone as before. Then it
>>> receives
>>> the 302. Alas, SER has ignored the tag from the phone, and created a
>>> new
>>> one of it's own, so the UAC again drops the call.
>>>
>>> Does anyone know of a way round this? Can SER be persuaded to use a tag
>>> it has already received? Can I strip the tag from the To: header in
>>> one or both of the responses? I'm willing to get my hands dirty with
>>> the SER source code if necessary.
>>>
>>
>>
>>
When I try it comes up with
where/usr/sbin/ser_mysql.sh create
I have looked, and tried the fixes once again help please
Regards
Paul Dracevich
Wireless Technology Consultant
Wayby Group
Mobile +64 29 638 9675
Phone +64 9 623 2143
Fax +64 9 623 1380
email paul(a)vnet.cc
website www.vnet.cc
<file:///C:\Documents%20and%20Settings\paul\Application%20Data\Microsoft
\Signatures\www.vnet.cc>
"the freedom to communicate is the right of every individual in the 21st
century" "Intellectual Property protection is the key to the Knowledge
Economy" This email was sent to you via YOUtopia ... it's all about YOU.
The information contained in this email and any attachments is
confidential and may be legally privileged. If you are not the intended
recipient then you must not use, disseminate, distribute or copy any
information contained in this email or any attachments. If you have
received this email in error, please contact us immediately and delete
this email. Thank you.
I have almost all of the other parts of AVP functioning great but I can't
seem to get avp_db_store to work from CVSHEAD. Below is an example and the
debug. Not sure if it's my syntax or bug
Thanks for an help
if(uri=~"sip:\*78@.*") {
log(1, "LOG: Enable DND\n");
avp_write("$to/username", "$to_id");
avp_write("$from/username", "s:fromuser");
avp_db_load("$from/username", "s:7879");
avp_print();
avp_db_store("$from/username","i:7879");
rewritehostport ("xxx.yyy.83.5:5060");
route(9);
break;
};
8(22938) DEBUG:avpops:load_avps: loaded avps = 1
8(22938) DEBUG:avpops:print_avp: p=0xb61a8340, flags=B
8(22938) DEBUG: name=<7879>
8(22938) DEBUG: val_str=<>
8(22938) DEBUG:avpops:print_avp: p=0xb61a82e4, flags=3
8(22938) DEBUG: name=<fromuser>
8(22938) DEBUG: val_str=<4107358551>
8(22938) DEBUG:avpops:print_avp: p=0xb61a82a0, flags=2
8(22938) DEBUG: id=<57920>
8(22938) DEBUG: val_str=<*78>
8(22938) DEBUG:avpops:store_avps: 0 avps were stored
libmysqlclient.so.10 is needed by ser-mysql-0.8.12-0
I have looked through Google, and the only thing it refers to is
mysql-client but I have it installed help please
Regards
Paul Dracevich
Wireless Technology Consultant
Wayby Group
Mobile +64 29 638 9675
Phone +64 9 623 2143
Fax +64 9 623 1380
email paul(a)vnet.cc
website www.vnet.cc
<file:///C:\Documents%20and%20Settings\paul\Application%20Data\Microsoft
\Signatures\www.vnet.cc>
"the freedom to communicate is the right of every individual in the 21st
century" "Intellectual Property protection is the key to the Knowledge
Economy" This email was sent to you via YOUtopia ... it's all about YOU.
The information contained in this email and any attachments is
confidential and may be legally privileged. If you are not the intended
recipient then you must not use, disseminate, distribute or copy any
information contained in this email or any attachments. If you have
received this email in error, please contact us immediately and delete
this email. Thank you.
Hi guys,
I've made my first full operational SER Server, in fact there are too server talking to each other. When the call is not to another SER server, it forwards to another external server, when the requested number belongs to my other SER Server it go there and close the voip tunnel, just as usual.
So, at the moment, I'm implementing my routing logic, in order to implement it well, i need all the phone ranges and their server names or IP to route all the calls to the right server, for example, if a user calls a "1213..." begging phone number, it goes to Go2Call, and so on the all other Phone numbers.
Do anybody know where can I find a list of phone number ranges all over the world, I mean, every VoIP server has a certain range, without it my calls will be lost, and they will not end where they were meant to.
Thanks in Advance.
--
Felipe Martins
Mundivox Communications
Tecnologia e Projetos
fmartins(a)mundivox.com
Tel.: +55 +21 +3820 8839
Cel.: +55 +21 +9823 8602
Fax.: +55 +21 +3820 8844
www.mundivox.com
I won't reduce it because of i try my best but Serweb
and ser don't work even I spend time to read mailing
list, onsip.org,...
Even serweb from iptel.org is not useable !!!!!!
I'm not kidding just angry
Harry
--- "Greger V. Teigre" <greger(a)teigre.com> a écrit :
> I recommend that you reduce your aggressiveness when
> posting to the mailing
> list. You efficiently make nobody want to help you.
> g-(
>
> harry gaillac wrote:
> > Hello,
> >
> > I have the same troubles with ser+rtpproxy.
> > I think of you'll waste time because of
> rtpproxy+ser
> > documention is bad.
> > I looked at www.onsip.org in order to find help
> about
> > NAT without success but you can waste time to send
> > help to serusers mailing list.
> >
> > We can read some nat troubles in mailing list
> every
> > week.
> >
> > I do hope you'll find help.
> >
> > Regards
> > Harry
> >
> > --- Iantcho Vassilev <ianchov(a)gbg.bg> a écrit :
> >> Hello, guys!
> >>
> >> Here is my situation:
> >>
> >> I have 2 ADSL at home:
> >>
> >> I have set up a linux(debian) SER +RTPPROXY on of
> >> the ADSL
> >> and i use the other Adsl for internet
> >> here:
> >> me ----> 192.168.0.xx(SER with two ethernet int)
> >>>
> >> 192.168.0.x(default gateway)
> >>>
> >> internet
> >>
> >> I`m using Xphone-Lite.
> >> I would like to contact another person registered
> on
> >> the outside interface of Ser(i`m registering from
> >> the interior).
> >> Internet IP <---> outside
> >> interface(SER)(lan)<---->me
> >> But that`s not working
> >> What`s should be the mistake(from sipsak i got:
> >> from the internet user: sipsak -s
> >> sip:adress_registered_from_lan@myADLShere
> >> returns my other ADSL line.
> >> and from sipsak -s
> >> sip:internet_number_user@myADSLhere i got
> >> sip:internet_number_user@HIS_IP_ADDRESS
> >>
> >>
> >> rttproxy is isntalled(build from cvs this
> morning)
> >>
> >> SER.cfg is
> >>
> >
>
:------------------->>>>>>>>><<<<<<<<<<<--------------------
> >>
> >> # ----------- global configuration parameters
> >> ------------------------
> >>
> >> debug=3 # debug level (cmd line:
> >> -dddddddddd)
> >> fork=yes
> >> log_stderror=no # (cmd line: -E)
> >>
> >> #/* Uncomment these lines to enter debugging mode
> >> #debug=7
> >> #Fork=no
> >> #log_stderror=yes
> >> #*/
> >>
> >> check_via=no # (cmd. line: -v)
> >> dns=no # (cmd. line: -r)
> >> rev_dns=no # (cmd. line: -R)
> >> port=5060
> >> #Listen=83.228.8.112
> >> children=2
> >> fifo="/tmp/ser_fifo"
> >>
> >> # ------------------ module loading
> >> ----------------------------------
> >>
> >> # Uncomment this if you want to use SQL database
> >> #loadmodule "/usr/lib/ser/modules/mysql.so"
> >> loadmodule "/usr/lib/ser/modules/textops.so"
> >> loadmodule "/usr/lib/ser/modules/sl.so"
> >> loadmodule "/usr/lib/ser/modules/tm.so"
> >> loadmodule "/usr/lib/ser/modules/rr.so"
> >> loadmodule "/usr/lib/ser/modules/maxfwd.so"
> >> loadmodule "/usr/lib/ser/modules/usrloc.so"
> >> loadmodule "/usr/lib/ser/modules/registrar.so"
> >> loadmodule "/usr/lib/ser/modules/nathelper.so"
> >>
> >> #loadmodule "/usr/lib/ser/modules/domain.so"
> >> #loadmodule "/usr/lib/ser/modules/mediaproxy.so"
> >> # Uncomment this if you want digest
> authentication
> >> # mysql.so must be loaded !
> >> #loadmodule "/usr/lib/ser/modules/auth.so"
> >> #loadmodule "/usr/lib/ser/modules/auth_db.so"
> >>
> >> # ----------------- setting module-specific
> >> parameters ---------------
> >>
> >> # -- usrloc params --
> >>
> >> modparam("usrloc", "db_mode", 0)
> >> modparam("registrar", "nat_flag", 6)
> >> modparam("nathelper", "natping_interval", 60)
> >> modparam("nathelper", "ping_nated_only", 1)
> >> # Uncomment this if you want to use SQL database
> >> # for persistent storage and comment the previous
> >> line
> >> #modparam("usrloc", "db_mode", 2)
> >>
> >> # -- auth params --
> >> # Uncomment if you are using auth module
> >> #
> >> #modparam("auth_db", "calculate_ha1", yes)
> >> #
> >> # If you set "calculate_ha1" parameter to yes
> (which
> >> true in this config),
> >> # uncomment also the following parameter)
> >> #
> >> #modparam("auth_db", "password_column",
> "password")
> >>
> >> # -- rr params --
> >> # add value to ;lr param to make some broken UAs
> >> happy
> >> modparam("rr", "enable_full_lr", 1)
> >>
> >> # ------------------------- request routing
> logic
> >> -------------------
> >>
> >> # main routing logic
> >> route{
> >>
> >> # initial sanity checks -- messages with
> >> # max_forwards==0, or excessively long
> >> requests
> >> if (!mf_process_maxfwd_header("10")) {
> >> sl_send_reply("483","Too Many
> >> Hops");
> >> break;
> >> };
> >> if (msg:len >= max_len ) {
> >> sl_send_reply("513", "Message too
> >> big");
> >> break;
> >> };
> >>
> >> # !! Nathelper
> >> # Special handling for NATed clients;
> first,
> >> NAT test is
> >> # executed: it looks for via!=received
> and
> >> RFC1918 addresses
> >> # in Contact (may fail if line-folding is
> >> used); also,
> >> # the received test should, if completed,
> >> should check all
> >> # vias for rpesence of received
> >> if (nat_uac_test("3")) {
> >> # Allow RR-ed requests, as these
> may
> >> indicate that
> >> # a NAT-enabled proxy takes care
> of
> >> it; unless it is
> >> # a REGISTER
> >>
> >> if (method == "REGISTER" || !
> >> search("^Record-Route:")) {
> >> log("LOG: Someone trying to
> >> register from private IP, rewriting\n");
> >>
> >> # This will work only for
> user
> >> agents that support symmetric
> >> # communication. We tested
> quite
> >> many of them and majority is
> >> # smart enough to be
> symmetric.
> >> In some phones it takes a configuration
> >> # option. With Cisco 7960, it
> is
>
=== message truncated ===
__________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/