Hello, This is the scenario i want to setup: Cisco ATA 186 -----------> SER -------------> Asterisk I want the Cisco ATA to register to Asterisk through SER. when the Cisco ATA place a call, SER querry a data base (MySQL or else), and if there is a valid Account for the ATA, the call go to Asterisk. Did someone know how to set SER to work like this with Asterisk? which version of SER should I use? I've try both ser-0.8.11 and ser-0.9.0 but seems like something is missing. I can't find some modules in ser.cfg file like: auth_radius.so and others. Can somebody help me with this issue?? Thanks Daniel. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 3612 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050525/11ba21cf/attachment.bin
Hi all, I am working on a similar project for my college like below: - SIP Phone --> SER --> Asterisk --> Clarent C5CM My SIP Phone can registered to SER. A SIP Phone X (with public IP) can call a SIP Phone Y (with public IP ). These two X and Y SIP Phones can call to Asterisk 1000. Does this mean that the connect between the SIP Phones, SER and Asterisk has no problems? I am still waiting for my college partner to provide me the routing config in Clarent C5CM. Regards, rootlinux --- Daniel Eboa <Daniel_Eboa@creolink.com> wrote:> Hello, > This is the scenario i want to setup: > > Cisco ATA 186 -----------> SER -------------> > Asterisk > > I want the Cisco ATA to register to Asterisk through > SER. when the Cisco ATA place a call, SER querry a > data base (MySQL or else), and if there is a valid > Account for the ATA, the call go to Asterisk. > Did someone know how to set SER to work like this > with Asterisk? > which version of SER should I use? > I've try both ser-0.8.11 and ser-0.9.0 but seems > like something is missing. I can't find some modules > in ser.cfg file like: auth_radius.so and others. > Can somebody help me with this issue?? > > Thanks > > Daniel. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users> To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hello, This is the scenario i want to setup: Cisco ATA 186 -----------> SER -------------> Asterisk I want the Cisco ATA to register to Asterisk through SER. when the Cisco ATA place a call, SER querry a data base (MySQL or else), and if there is a valid Account for the ATA, the call go to Asterisk. Did someone know how to set SER to work like this with Asterisk? which version of SER should I use? I've try both ser-0.8.11 and ser-0.9.0 but seems like something is missing. I can't find some modules in ser.cfg file like: auth_radius.so and others. Can somebody help me with this issue?? Thanks Daniel.
what i want is be able to authenticate user before they connected to my asterisk box. users can be registered with asterisk, but i want that each time a user want to place outgoing call, he is first authenticate, and then authorize to place the call through the asterisk box. this is for billing meaning. Thanks. ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Arnd Vehling Sent: Thu 26/05/2005 14:53 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] SER Config For Asterisk Daniel Eboa wrote:> This is the scenario i want to setup: > > Cisco ATA 186 -----------> SER -------------> Asterisk > > I want the Cisco ATA to register to Asterisk through SER. when the Cisco > ATA place a call, SER querry a data base (MySQL or else), and if there > is a valid Account for the ATA, the call go to Asterisk. > Did someone know how to set SER to work like this with Asterisk? > which version of SER should I use? > I've try both ser-0.8.11 and ser-0.9.0 but seems like something is > missing. I can't find some modules in ser.cfg file like: auth_radius.so > and others. > Can somebody help me with this issue??Can u explain this in more detail please. Please make clear what u want 2 achieve. What u mean by "and if there is a valid Account for the ATA"? The ATA should be required to register and proxy-auth. If it can do this it must be either in the database or configured on a radius server. If it passes the auth u can just forward all calls to a asterisk box. cheers, Arnd _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 4921 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050526/f34d5a21/attachment.bin
Daniel Eboa wrote:> what i want is be able to authenticate user before they connected to my asterisk box. > users can be registered with asterisk, but i want that each time a user want to place outgoing call, he is first authenticate, and then authorize to place the call through the asterisk box. this is for billing meaning.This is a standard feature of SER. Just download the current SER stable release and configure (my)sql based authentication or radius authentication. After a successfull authentication just forward all calls to your asterisk box. This setup is pretty straight forward and u will find enough examples on the SER Homepage and the SER Mailing-List. There are even config templates for this included in the standard SER distribution. cheers, Arnd