[Asterisk-Users] SER Help

root linux rootlinux at yahoo.com
Mon May 30 09:04:44 MST 2005


Hi Matt,

Can I know your setting in asterisk to allow
connection from SER?

Below is my configuration in sip.conf : -

; incoming calls from ser
[ser-in]
type=friend
host=1.1.1.2

And, can I have your SER configuration file ser.cfg?

Below is my ser.cfg config: -

        if (uri=~"1.1.1.4") {

                if (method=="REGISTER") {

                        if (!www_authorize("1.1.1.4",
"subscriber")) {
                               
www_challenge("1.1.1.4", "0");
                                break;
                        };

                        save("location");
                        break;
                };


                if (!lookup("location")) {
                        forward( 1.1.1.3, 5060 );
                        break;
                };

        };

Regards,
rootlinux


--- Matt Riddell <matt.riddell at sineapps.com> wrote:
> Preston Garrison wrote:
> > Ever tried alot of sip devices on one asterisk
> box? You will see the 
> > need real fast :)
> 
> Yes I know (I'm running SER with 400,000 user
> systems and Asterisk on 
> the back end).
> 
> However the OP was wanting it to solve a double NAT
> issue (when he has 
> control of one of them), not for scale.
> 
> :D
> 
> -- 
> Cheers,
> 
> Matt Riddell
> _______________________________________________
> 
> http://www.sineapps.com/news.php (Daily Asterisk
> News - html)
> http://www.sineapps.com/rssfeed.php (Daily Asterisk
> News - rss)
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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 



More information about the asterisk-users mailing list