Warning: This message has had one or more attachments removed
Warning: (uidotktk.exe).
Warning: Please read the "gateway.lankacom.net-Attachment-Warning.txt" attachment(s) for more information.
Test =)
ooarcbrlyrmrx
--
Test, yep.
See OSS CDRTool. Costs money, non open-source. In production at major
Telcos for several years.
http://www.ag-projects.com/#CDRTool
--
Adrian
Hi,
can anyone who is using the ispbs billing software in a "real-life"
installation from
hostplus.net comment on this product?
best regards,
Arnd
IPDialog Siptone is another non-RTP-symmetric UA
--
Adrian
Olle E. Johansson wrote:
> Maxim Sobolev wrote:
>
>> address). Please also note that there is no other way to detect
>> non-RTP-symmetric UA than to compare User-Agent/Server header field
>> against list of known non-RTP-symmetric UAs.
>
>
> Do we have access to such a list?
No. The only popular non-RTP-symmetric UA I know about is cisco IOS.
-Maxim
New bugfix release is available, main changes:
- Fixed a critical bug - if request contains any string attributes with
length of 6 symbols, an incorrect secret can be user resulting in auth
reject;
- string attributes now can be zero-length. Beware: it resulted in
ABI/API breakage.
Due to the first item above update is strongly recommended to all
current users. Please note that you need an updated cvs version of ser,
since I've committed changes necessary to work correctly with new
version of rc_avpair_add() function.
As usually, bug any reports, suggestions or patches are highly
appreciated.
Download here:
https://developer.berlios.de/project/showfiles.php?group_id=1208
-Maxim
At 01:12 AM 1/18/2004, Annie Sasidar wrote:
>Hi,
> I want to get the source distribution for ser 0.8.11 for linux.
use 8.12, 8.11 is old.
> I dont
>want the tarball version since i want to only compile the present modules
>and add the dbtext module for file based database support.
> Please let me know where i can find the distribution folder that i can
>download and just compile not install.
see the webpage, http://www.iptel.org/ser/download/
-jiri
Hi,
can serweb and the ispbs billing/management interface from hostplus.net run
with
the same ser proxy and mysql installation? Anyone done this?
best regards,
Arnd
Hi,
I want to get the source distribution for ser 0.8.11 for linux. I dont
want the tarball version since i want to only compile the present modules
and add the dbtext module for file based database support.
Please let me know where i can find the distribution folder that i can
download and just compile not install.
Thanks,
Annie
I'd like to run multiple SER instances on the same
database. I knew from previous experiments that
would not be possible because of the cache.
However, I just tried running multiple SER instances,
on the same database, but in different domains. This did
not work, they both wrote over each others location
entries in the database even though the domains on
each SER instance were different.
SER knows which domain it is in because of the
www_authorize("named.com", "subscriber")
authentication challenge.
So it seems reasonable that this instance of SER should only
mess with authorizations that it challenged. Perhaps the
problem is with the initial load of 'previous' registrations.
When SER starts, it loads the current location table. During
the load, ALL domains are loaded. Perhaps only the domains
listed by the 'alias="domain"' should be loaded and tracked,
and all of the rest should be ignored for each instance of SER?
---greg