How could I implement NAT support on ser? May I have to use a special module? What kinds of NAT is supported?
Thanks, Daniel
On Thu, Oct 05, 2006 at 02:41:32PM -0300, Daniel Mirrha Santos wrote:
How could I implement NAT support on ser? May I have to use a special module? What kinds of NAT is supported?
module nathelper
all info in README file.
Thanks, Daniel
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
http://www.iptel.org/ser/doc/gettingstarted and read the Getting Started document... Read everything (or at least first 50 pages) once and you will not regret it :)
On 10/6/06, Alexandr Dubovikov shurik@start4.info wrote:
On Thu, Oct 05, 2006 at 02:41:32PM -0300, Daniel Mirrha Santos wrote:
How could I implement NAT support on ser? May I have to use a special module? What kinds of NAT is supported?
module nathelper
all info in README file.
Thanks, Daniel
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Alexandr Dubovikov * baron@iRC RusNet * mailto:shurik@start4.info AD1-UANIC * ICQ: 122351182 * http://www.start4.info _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi All We are using SER as CSCF which communicates with HSS and Application Server. Whenever a UA sends a request to SER then it should go to some specific table and look for services assigned to that particular UA. If UA is authorize to use that service than SER send this to AS. AS then send this request/response to Serving SER (S-CSCF) which further serves that UA. I need your suggestions for the same that what kind of module we need to develop for this scenario or any valuable suggestions.
Thanks in anticipation Kamal Mann
Hi,
I suppose you need to develop modules for all the the x-CSCF + AS (where x-CSCF is P-CSCF, S-CSCF or I-CSCF). You see, the functionalities/features that x-CSCF and application servers require (for instance, P-headers or querying for subscriber information from HSS) are not available in SER. That's why you need to make your own modules *all the way*.
As for HSS, i dont think you need to make some special super DIAMETER-enabled database. In my (an in many other people's btw) point of view a simple database, like MySQL is more than capable of storing subscriber info or initial filtering criterias (iFC --> im talking about SCIM/SIMF).
If you are really set to develop IMS on SER, then maybe you can start with SER 0.8.14. You can still find decent development documentation for it. As for later versions, I dont think any good docs are yet available (someone, please, correct me if im wrong)
Just for your info, INT (France) joint with France Telecom are developing IMS on SER as of now (dont know if it's going to be commerial or open-source. Contact them if you are interested, maybe you can even help them develop it further :). Plus, Focus is also set to develop a commercial version of IMS for SER and, although, Focus said that their IMS will be available in the last quarter of this year, but nothing's been released yet. :(
Good luck,
Andrey.
On 10/6/06, Kamal.Mann@t-systems.com Kamal.Mann@t-systems.com wrote:
Hi All We are using SER as CSCF which communicates with HSS and Application Server. Whenever a UA sends a request to SER then it should go to some specific table and look for services assigned to that particular UA. If UA is authorize to use that service than SER send this to AS. AS then send this request/response to Serving SER (S-CSCF) which further serves that UA. I need your suggestions for the same that what kind of module we need to develop for this scenario or any valuable suggestions.
Thanks in anticipation Kamal Mann
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Others have commented on SER as CSCF. Without addressing the full shebang of what IMS implies for SIP support, your specific requirements below could very well be handled by user_preferences table and avpops (in 0.9, in 0.10 you have more flexibility and options). g-)
Kamal.Mann@t-systems.com wrote:
Hi All We are using SER as CSCF which communicates with HSS and Application Server. Whenever a UA sends a request to SER then it should go to some specific table and look for services assigned to that particular UA. If UA is authorize to use that service than SER send this to AS. AS then send this request/response to Serving SER (S-CSCF) which further serves that UA. I need your suggestions for the same that what kind of module we need to develop for this scenario or any valuable suggestions.
Thanks in anticipation Kamal Mann
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi All
I need to develop a module which will do some filtering tasks. Please suggest me how this module is going to be integrated with SER (ser.cfg).
Regards
Kamal Mann
________________________________
From: Greger V. Teigre [mailto:greger@teigre.com] Sent: Friday, October 06, 2006 3:22 PM To: Mann, Kamal Cc: serusers@iptel.org Subject: Re: [Serusers] SIP to AS communication
Others have commented on SER as CSCF. Without addressing the full shebang of what IMS implies for SIP support, your specific requirements below could very well be handled by user_preferences table and avpops (in 0.9, in 0.10 you have more flexibility and options). g-)
Kamal.Mann@t-systems.com wrote:
Hi All We are using SER as CSCF which communicates with HSS and Application Server. * Whenever a UA sends a request to SER then it should go to some specific table and look for services assigned to that particular UA. * If UA is authorize to use that service than SER send this to AS.
* AS then send this request/response to Serving SER (S-CSCF) which further serves that UA. I need your suggestions for the same that what kind of module we need to develop for this scenario or any valuable suggestions.
Thanks in anticipation Kamal Mann
________________________________
_______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thank you!
We implemented the nat helper here, and it's working, but we still having problems with na adsl modem that uses NAPT, the client ATA can't register and talk, does anybody had this problem?
-----Mensagem original----- De: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] Em nome de Andrey Kuprianov Enviada em: sexta-feira, 6 de outubro de 2006 01:27 Para: serusers@iptel.org Assunto: Re: [Serusers] NAT
http://www.iptel.org/ser/doc/gettingstarted and read the Getting Started document... Read everything (or at least first 50 pages) once and you will not regret it :)
On 10/6/06, Alexandr Dubovikov shurik@start4.info wrote:
On Thu, Oct 05, 2006 at 02:41:32PM -0300, Daniel Mirrha Santos wrote:
How could I implement NAT support on ser? May I have to use a special module? What kinds of NAT is supported?
module nathelper
all info in README file.
Thanks, Daniel
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Alexandr Dubovikov * baron@iRC RusNet * mailto:shurik@start4.info AD1-UANIC * ICQ: 122351182 * http://www.start4.info _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers