Hi Fatih,
you could spoof the natping's source-ip so it would apear to come from the
same host. I created a patch for that. It uses raw-sockets and works for me
on linux.
The patch is made against trunk. To use it, just set the udpping_from
parameter of module nathelper.
modparam("nathelper", "udpping_from" , "myhost:myport")
Feedback on this would be welcome.
Best regards,
Marcus
Fatih Cerit wrote:
> Hi all
>
> I am testing nat pinging. I have a natted UA and 2 opensers with
> diffrent ips. I decided to ping same nat from 2 opensers. I am going to
> have ability to increase ping interval from 15 seconds to 30
> seconds. But I don't have any idea that cross pinging works or not. Is
> there any one at there whom tested before or any suggestions??
>
> Thanks
> Fatih Cerit
--
Marcus Hunger - hunger(a)sipgate.de
Telefon: +49 (0)211-63 55 55-61
Telefax: +49 (0)211-63 55 55-22
indigo networks GmbH - Gladbacher Str. 74 - 40219 Düsseldorf
HRB Düsseldorf 39841 - Geschäftsführer: Thilo Salmon, Tim Mois
Steuernummer: 133/5838/1589, Umsatzsteuer-ID: DE219349391
www.sipgate.de - www.sipgate.at - www.sipgate.co.uk
Hi Guys
What is going to be faster:
if (avp_db_load("$ruri/username", "$avp(s:callfwdimmediate)")) {
....
};
if (avp_db_load("$ruri/username", "$avp(s:callfwdbusy)")) {
....
};
if (avp_db_load("$ruri/username", "$avp(s:callfwdnoanswer)")) {
....
};
or (if it works):
avp_db_load("$ruri/username", "*");
if( is_avp_set("$avp(s:callfwdimmediate)")) {
....
};
if( is_avp_set("$avp(s:callfwdbusy)")) {
....
};
if( is_avp_set("$avp(s:callfwdnoanswer)")) {
....
};
If the second was valid I would have thought it would be quicker.
Thanks
Mike
Hello, I am getting the message
register_watcher(): Domain 'location' not found
logged in my /var/log/messages file. Any idea what this is and to what it
could be pointing to.
I am running ser-2.0 daily-snapshop from Feb24.
Thanks in advance
_________________________________________________________________
Windows Live Spaces: share your New Year pictures!
http://spaces.live.com/?mkt=en-ca
Hello, I'm Sergio...
Can anybody tell me if OpenSer could be used in the following way:
ANY SIP REQUEST != REGISTER
(to port 5060)
----------------------------> OpenSER --------> SOME PROXY_SIP (To port 5060)
and the REGISTERs Request, redirected to another PROXY SIP and to
another port...
REGISTER REQUEST (to port 5060)
--------------------------------> OPENSER------> REGISTRAR PROXY (to port 5062)
I need to use it as some kind of Firewall SIP, REGISTER redirected to
some IP and to some port, and the other
requests redirected to another IP and port diferent.
If this could be done, How? Where should I start reading?
Thanks any help,
Sergio
hi, is there a way to cancel or terminate an INVITE or call upon receipt of the OK reply. my configuration invokes an external program which either return success or failure for OK message (response to INVITE). when failure is returned, i want the script to terminate the call or cancel the INVITE (OK message will not be forwarded to the calling UA). is there an existing function or module to realize this? the scenario is drawn below with provisional messages removed.
UAC1 ------------------ proxy1 ----------------- proxy2 --------------- UAC2
call:
INVITE
---------------------------> INVITE
----------------------> INVITE
----------------->
OK
<----------------
*XXX
- error occurred
during processing
OK message
thanks,
sho
---------------------------------
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
After fixing that Query error I tried to add 2 user to openser. The
first was successfully added to database. the 2nd failed with:
ERROR 1062 (23000) at line 1: Duplicate entry '' for key 3
ERROR: introducing the new user '103(a)sip0.en.ewetel.de' to the database
failed
I looked into the database table subscribers and saw that column
phplib_id is of type UNIQUE.
I looked into the detailed mysql.log file and find out that the executed
INSERT statement doesn't set the column phplib_id, so the 2nd user would
have the same phplib_id value ('' or NULL) as the first. Because of
column typ UNIQUE this will lead to that error above.
Maybe someone of the developers can fix this.
regards
Helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFF5Etw4tZeNddg3dwRAiX3AJwKD0DDVwKDxbeX1/9fVitIxQSaKgCgliv5
u5IIkongIw3a16e4uu+vm4A=
=kV49
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
the openserctl of the latest SVN trunk seems to has an error in the user
add command. Line 1544 looks like this:
UERY="insert into $SUB_TABLE ($
instead of
QUERY="insert into $SUB_TABLE ($
regards
helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFF5EdQ4tZeNddg3dwRAr7xAKCjGVi++E6eX3EhDVOj3Bm85FHSZACfd3OA
6xeUy4rZ7urCebfmALAjApQ=
=93G4
-----END PGP SIGNATURE-----
Hi List,
we are trying to do authentication with SER -> RADIUS -> KERBEROS
following draft-kaushik-radius-sec-ext (Radius Secutity Extensions Using
Kerberos)
has anyone succeeded in doing this (or something similar)?
thanks,
Stefano