When I add my dictionary.openser to Freradius v 1.0.1-3 on Centos 4.3,
and after following all the steps outlined on the webpage:
http://www.openser.org/docs/openser-radius-1.0.x.html
When I get to testing the configuration, radiusd -X
i get this:
read_config_files: reading dictionary
Errors reading dictionary: dict_init: No ATTRIBUTE "Sip-Method" defined
for VALUE "Other"
Errors reading radiusd.conf
Unfortunately freeradius.org is now a parked domain (seems like a rather
large oversight on their part...) so I can't ask them..
Has anyone here ever seen an issue like this?
BTW, I'm using openser 1.1.0-notls compiled from source. Not that seems
to apply here though.
Hello!
Somebody using mediaproxy with t38?
Can you provide me some configuration examples?
Thank you.
--
Pavel D.Kuzin
System Administrator
Nodex ISP
St. Petersburg, Russia
pk(a)nodex.ru
http://nodex.ru
So... I followed the instructions on OnSip on how to set up RTPProxy.
However, I made a modification because I'm running it on a different
machine... changing the
modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpptoxy.sock")
to
modparam("nathelper", "rtpproxy_sock", "udp:XX.XX.XX.XX:22222")
I've run RTPproxy on the remote machine as such:
./rtpproxy -f -l XX.XX.XX.XX -s udp:* 22222
And it's running.
I start the ser server, and I see a slew of commands hit the RTPProxy console:
received command "26742_0 V"
sending reply "26742_0 20040107
"
received command "26745_0 V"
sending reply "26745_0 20040107
"
received command "26791_0 V"
sending reply "26791_0 20040107
"
received command "26797_0 V"
sending reply "26797_0 20040107
"
received command "26748_0 V"
sending reply "26748_0 20040107
"
received command "26750_0 V"
sending reply "26750_0 20040107
"
received command "26751_0 V"
sending reply "26751_0 20040107
"
received command "26752_0 V"
sending reply "26752_0 20040107
"
received command "26784_0 V"
sending reply "26784_0 20040107
etc, etc ad infinitum
After a moment, the SER console spits back:
ug 30 14:07:48 death ser[26742]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:48 death ser[26742]: WARNING: rtpp_test: can't get version of the
RTP proxy
Aug 30 14:07:48 death ser[26742]: WARNING: rtpp_test: support for RTP proxy
has been disabled temporarily
Aug 30 14:07:48 death ser[26745]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:48 death ser[26745]: WARNING: rtpp_test: can't get version of the
RTP proxy
Aug 30 14:07:48 death ser[26745]: WARNING: rtpp_test: support for RTP proxy
has been disabled temporarily
Aug 30 14:07:49 death ser[26791]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26791]: WARNING: rtpp_test: can't get version of the
RTP proxy
Aug 30 14:07:49 death ser[26791]: WARNING: rtpp_test: support for RTP proxy
has been disabled temporarily
Aug 30 14:07:49 death ser[26797]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26797]: WARNING: rtpp_test: can't get version of the
RTP proxy
Aug 30 14:07:49 death ser[26797]: WARNING: rtpp_test: support for RTP proxy
has been disabled temporarily
Aug 30 14:07:49 death ser[26748]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26748]: WARNING: rtpp_test: can't get version of the
RTP proxy
Aug 30 14:07:49 death ser[26748]: WARNING: rtpp_test: support for RTP proxy
has been disabled temporarily
Aug 30 14:07:49 death ser[26750]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26751]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26752]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26784]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26789]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
Aug 30 14:07:49 death ser[26792]: ERROR: send_rtpp_command: timeout waiting
reply from a RTP proxy
etc, etc, ad infinitum
I've done a search on this on Google and found a couple of people with the
same questions and NO people responding with answers.
Any ideas what's going on?
N.
I have ser sitting on my iptables nat box and my asterisk box on the lan .
Ser does forwarding so that any requests (register,invite,ack,...) to the
nat box at 5060 r sent to my asterisk box on the lan .I can register from
outside
to my asterisk box but there is only one way audio , reason being that
when the asterisk box send a sip packet whith session description the sdp
part of the sip packet is not natted . I have tried :
fix_nated_contact();
fix_nated_sdp("3");
I'm trying to install rtpproxy. It usually works, but there are some
cases that don't work.
For example, when a Cisco PSTN gateway is called, RTP traffic is proxied
in one direction only. I think the problem is in the handling of the
reply received from the gateway: it have two "c" lines but only one is
modified.
Here it is the body of the original reply:
v=0.
o=CiscoSystemsSIP-GW-UserAgent 2199 2489 IN IP4 83.211.2.216.
s=SIP Call.
c=IN IP4 83.211.2.217.
t=0 0.
m=audio 18850 RTP/AVP 8 13 101.
c=IN IP4 83.211.2.217.
a=rtpmap:8 PCMA/8000.
a=rtpmap:13 CN/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-11.
a=direction:passive.
And here it is the body modified by rtpproxy:
v=0.
o=CiscoSystemsSIP-GW-UserAgent 2199 2489 IN IP4 83.211.2.216.
s=SIP Call.
c=IN IP4 83.211.2.217.
t=0 0.
m=audio 35086 RTP/AVP 8 13 101.
c=IN IP4 195.120.250.49.
a=rtpmap:8 PCMA/8000.
a=rtpmap:13 CN/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-11.
a=direction:passive.
a=nortpproxy:yes.
Only the secondo "c" line contain the IP of our rtpproxy. I don't know
RTP enough to understand if the problem is in rtpproxy or in the gateway.
Thanks for any info.
--
___________________________________________________
__
|- giannici(a)neomedia.it
|ederico Giannici http://www.neomedia.it
___________________________________________________
Is an error like this normal when doing the db install?
ERROR 1064 (42000): You have an error in your SQL syntax; check the
manual that corresponds to your MySQL server version for the right
syntax to use near 'VIEW usr_preferences_view AS SELECT id, username,
domain, attribute, type AS att' at line 1
By the way, while ruby on rails might be a great development platform,
it's a right pain in the behind to install.
Hello,
I'm new to this server, and I ask for help! I don't undertand for now
how to configure openSER.
Can someone send me simple configuration file "openser.cfg" wich
included:
-- accounting loggoing to a specific file ( like "/home/agb/acc.log")
-- authentication from simple text file (if possible), or using SQL
-- routing numbers started with 00 to specific gateway with ip
(123.123.123.123)
Another question is: how to enable debugs of this server?
Please reply ASAP and best regards,
Vladimir Orehov
SIA Velkoms
Support engineer
Dear all,
First of all, I would like to say thanks to all of you for your help and suggestion to solve my problem untill now. Thank you very much.
Now, I try to install serweb_2004-07-27 in my openser server. I have read the installation note that I got from the serweb packet carefully.
So, I can build the serweb in my openser server successfully. It means that it can display a login screen in the browser.
But, I have a problem when I try to login by using username "admin" with password "openserrw". (This is based on the installation note that I have read before)
I got error message. This is the error message :
Database error: Invalid SQL: select username, perms from subscriber where phplib_id = '721153ca8942ea1a08900f5b61b69a6c'
MySQL Error: 1054 (Unknown column 'perms' in 'field list')
Session halted.
As I try to understand from the error message, it says that there is no "perms" column. So I try to check it in the subscriber table in mysql.But, I did not find "perms" column in the subscriber table.
I just see these columns in the subscriber table:
-phplib_id -last_name - sendnotification - rpid
-username - phone - greeting -domn
-domain - email_address - ha1 -uuid
-password - datetime_created - hdb1
-first_name - datetime_modified - allow_find
-confirmation - flag - timezone
What should i do to solve this problem? What should I do if there is no "perms" column in the subscriber table?
I do hope anybody can give me a suggestion because this is my first time to build the serweb and mysql. Please help me....Please...
Note: I user openser1.1.0-tls and serweb_2004-07-27
As I see from the error message that the phplib_id is exactly matched with phplib_id where username "admin" with password "openserrw" (from the subscriber table).
Thank you very much
Regards,
Ferianto
---------------------------------
Get your email and more, right on the new Yahoo.com
Hi all
I have VoIP CDrouter running
But i have seen lot of limitation
How can i migrate from SER to Open Ser
with out lossing any data of users information and CDR
Help will be appriciated
Ram
Hi list,
I am running a NATing proxy. Everything works fine, except that
some of my neighbour proxies send me BYE requests with an incorrect
Route header containing their own IP address.
The result is naturally that my proxy sends back the request and
the call is never ended.
I know this is a wrong behaviour and I have contacted the remote
administrator to have him fix his proxy. But in the meantime
I would like to find a workaround for my users.
I tried to do the following, before calling loose_routing(). I am
not sure if it's relevant or not nevertheless:
% if (method == "BYE") {
% # XXX Remove buggy Route header from BYE packets.
% xlog("L_ALERT", "Removing buggy Route header from BYE request");
% remove_hf("Route");
% lookup("location");
% }
However, I raised the verbosity level and found that the Route header
is read as soon as the packet is received, therefore the above
block is not really useful.
Thank you for your ideas.
Regards,
--
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >