Hi,
If Asterisk CANCEL a call to OpenSer then Asterisk resends the CANCEL many
times because it ignores the 200 OK from OpenSer.
I think this is an OpenSer bug because the 200 OK to the CANCEL contains a
To_tag different of the To_tag in the 180 (RFC 3261 in 9.2 says they SHOULD
be the same To tag).
I've reported the bug but sincerely I'd like you to read it since I'm sure
many people work with Asterisk and OpenSer and could know something about
this CANCEL issue:
http://sourceforge.net/tracker/index.php?func=detail&aid=1818469&group_id=1…
Thanks for any comment.
--
Iñaki Baz Castillo
Hi, using LCR module and modparam("usrloc", "db_mode", 3) I can insert
manually entries in "location" table with q value greater than 1.00 (as 2.00
or 50.00).
LCR next_contacts() function allows these "extrange" values and respect them
(contact with "q" = 50.00 is called before contact with "q" = 2.00).
This is not exactly a bug since it's an human error to set an entry
in "location" table with "q" value greater than 1.00, but maybe LCR module
could ignore values grater than 1.00 and assume 1.00 in these cases?
--
Iñaki Baz Castillo
On Friday 26 October 2007, Gregorio wrote:
> Hi.
>
> I am afraid I lost my previous version because the machine broke and I
> don't know the revision number. I am using a CentOS 5, the same system that
> worked for me previously, my bash version is: GNU bash, version
> 3.1.17(1)-release (i686-redhat-linux-gnu).
Hi,
i've did some tests with the svn trunk from today, either from debian packages
and installed in a tmp directory too. The "openserdbctl create" command works
just fine for mysql for me.
My bash version is: GNU bash, version 3.2.13(1)-release (i486-pc-linux-gnu)
Did you installed from source? Did you specify the prefix in all commands?
E.g.:
make all --prefix=/$prefix
make --prefix=/$prefix install
Cheers,
Henning
On Thursday 25 October 2007, Gregorio wrote:
> Hi.
>
> I am trying to install HEAD svn version of OpenSer. After 'make install'
> including some modules , I tried to create the Data Base with
> '/usr/local/sbin/openserdbctl create'
Hello Gregorio,
> But this is not working, that is the log:
> : command not foundser/openserctl/openserdbctl.mysql: line 33:
contains the error message really "ser/openserctl/openserdbctl.mysql: line
33:"? That is strange.
> 'usr/local/lib/openser/openserctl/openserdbctl.mysql: line 57: syntax error
> near unexpected token `
>
> 'usr/local/lib/openser/openserctl/openserdbctl.mysql: line 57: `prompt_pw()
>
> /usr/local/sbin/openserdbctl: line 239: openser_create: command not found
>
>
> I have read the script and I don't see anything wrong, It is strange
> because I tried with former versions of OpenSer and I had no problem.
It works for you with svn trunk before? Can you give me the time or revision
when its worked?
Cheers,
Henning
Hi,
I have a number of users behind cisco ADSL routers which have ALG on by
default, and are causing problems.
If I ask the broadband company to add:
no ip nat service sip udp port 5060
no ip nat service H225
to the general config on their Ciscos everything works ok, but getting
them to change each one individually is a pain, and I know some SIP
carriers are working fine even with the ALG on.
There are a few errors that happen, one is a 19 second call cut.
The invite is sent, authenticated and connected to the PSTN, but when the
cisco-gateway sends the 200-OK to say the call is connected things go
wrong:
1.2.3.201 = Openser proxy
1.2.3.204 = Cisco gateway
81.1.2.218 = User agent IP.
U 1.2.3.204:51431 -> 1.2.3.201:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 1.2.3.201;branch=z9hG4bKf233.b0309086.0,SIP/2.0/UDP
81.1.2.218:2020;branch=z9hG4bK-13d1535f.
From: %5 <sip:101000000@sip.example.com>;tag=32750c901739579ao0.
To: <sip:00243999049102@sip.example.com>;tag=F48836B0-608.
U 1.2.3.201:5060 -> 81.1.2.218:2020
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 81.1.2.218:2020;branch=z9hG4bK-13d1535f.
From: %5 <sip:101000000@sip.example.com>;tag=32750c901739579ao0.
To: <sip:00243999049102@sip.example.com>;tag=F48836B0-608.
U 81.1.2.218:2020 -> 1.2.3.201:5060
ACK sip:202000243999049102@81.1.2.218:2021 SIP/2.0.
Via: SIP/2.0/UDP 81.1.2.218:2020;branch=z9hG4bK-a8d9ae6f.
From: %5 <sip:101000000@sip.example.com>;tag=32750c901739579ao0.
To: <sip:00243999049102@sip.example.com>;tag=F48836B0-608.
U 1.2.3.201:5060 -> 81.1.2.218:2021
ACK sip:202000243999049102@81.1.2.218:2021 SIP/2.0.
Record-Route: <sip:1.2.3.201;lr=on;ftag=32750c901739579ao0>.
Via: SIP/2.0/UDP 1.2.3.201;branch=z9hG4bKf233.b0309086.2.
Via: SIP/2.0/UDP 81.1.2.218:2020;branch=z9hG4bK-a8d9ae6f.
From: %5 <sip:101000000@sip.example.com>;tag=32750c901739579ao0.
To: <sip:00243999049102@sip.example.com>;tag=F48836B0-608.
So for some reason the ACK sent by the useragent is:
ACK sip:202000243999049102@81.1.2.218:2021 SIP/2.0.
instead of:
ACK sip:202000243999049102@89.202.141.204:5060 SIP/2.0.
so openser sends the ACK back to the useragent instead of to the cisco
gateway.
The cisco gateway then keeps sending the 200 OKs because it is not getting
the reply, and finally the call times out after 19 seconds and the cisco
send a BYE.
The full trace is attached.
Sometimes this problem does not occur, but the same thing happens with the
final BYE, so the useragent sends:
BYE sip:202000243999174148@81.241.251.218:2022 SIP/2.0.
instead of:
BYE sip:202000243999174148@89.202.141.204:5060 SIP/2.0.
So openser sends the BYE back to the useragent instead of to the gateway.
Sorry for the long mail, and thanks for any pointers.
Richard
Dear all
I have issuse of multidomain support with openser anybody have example configuration file or doucment for setup
Regards
satish patel
----PGP Signature--
Satish Patel
mobile:- +91-9818875535
http://www.linuxbug.org
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hello,
the migration of mailing lists to new server is completed. With this
change the default domain for mailing lists is "lists.openser.org".
However, "openser.org" should still work. If you encounter problems you
should address the questions to sysadmin(a)openser.org (you will get
bounced because the anti-spam is not in place, but your email will get
through once a moderator will check it) -- just for the next two days,
to speed things up, you can address the issues to me.
Cheers,
Daniel
Hello,
On 10/26/07 15:42, Daniel-Constantin Mierla wrote:
> Hello,
>
> the mailing lists will be stopped in 15min to migrate the archives and
> the users to the new server. Hope won't take longer than 30min.
all should be back online. If you have sent messages in last 15min and
you do not see it on the web archive, please resent. It is useless to
say "if you subscribed in the last 15min and you don't get, subscribe
again" :-)
Please report any problem with the mailing list to me for today.
Cheers,
Daniel
>
> Cheers,
> Daniel
>
>
> _______________________________________________
> Users mailing list
> Users(a)openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
Hi All,
I want to use SER which works with TLS and MySql - 5.0.*+ both. I think
that is there in Release 2.* of SER.
While testing with the CVS Release of SER dated 22/10/2007, we faced lot
of problems, as there was no provision for sending challenge to the
Calling Party at the time of Registration.. And there is no Provision to
make subscriber and uri_db table at the time of creation of Data Base
schema...
Has anybody used this release???? Plz tell me if there is anything to do
with the configuration or what????
plz reply me ASAP.....
thanx in advance..
regds,
--Piyush Bansal
Hi, after upgrading to OpenSer SVN trunk the conexion with RtpProxy (0.3-2 in
Debian Sid) gives an error:
ERROR:nathelper:send_rtpp_command: can't send command to a RTP proxy
ERROR:nathelper:send_rtpp_command: proxy <udp:localhost:22222> does not
respond, disable it
WARNING:nathelper:rtpp_test: can't get version of the RTP proxy
WARNING:nathelper:rtpp_test: support for RTP proxy <udp:localhost:22222> has
been disabled temporarily
Do I need a latest version of RtpProxy? which version exactly?
PD: It's funny to read that nathelper module needs no external applicationto
run XDD:
-----------
1.4.2. External Libraries or Applications
The following libraries or applications must be installed before running
OpenSER with this module loaded:
**None.**
-----------
¿and RtpPrpxy? XD
--
Iñaki Baz Castillo