Hi, I'm looking for a tutorial or installation guide for SER to be used with asterisk to solve the remote SIP agent problem. All the documents available are for large scale installation. Any help is highly appreciated. Regards. __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail
Samy Antoun wrote:> Hi, > I'm looking for a tutorial or installation guide for > SER to be used with asterisk to solve the remote SIP > agent problem. All the documents available are for > large scale installation. > Any help is highly appreciated.Which problem? -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
> > Hi, > > I'm looking for a tutorial or installation guide > for > > SER to be used with asterisk to solve the remote > SIP > > agent problem. > > Which problem? > > -- > Cheers, > > Matt RiddellIf the client is behind NAT and Asterisk Server is behind another NAT __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resources/
> Do you not have access to the Asterisk Machine's NAT > box?I do __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resources/
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@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@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