Kerker Staffan
2003-Nov-06 04:49 UTC
[Asterisk-Users] Asterisk and SIP Proxy on same machine?
Hi Is it possible (or recommended) to run both Asterisk and say SER on the same physical machine? How about port conflicts? Maybe the easiest way is to change the default SIP port on Asterisk? But how will that work if I register some SIP accounts directly from asterisk (like my SIP provider) but then wanna dial outbound pure SIP calls via my SER... Has anyone got a functional system like this up and running? SER/Asterisk on the same machine? rgds, /Staffan kerker -----Ursprungligt meddelande----- Fr?n: CW_ASN - Gus [mailto:cw_asn@fibertel.com.ar] Skickat: den 6 november 2003 12:45 Till: asterisk-users@lists.digium.com ?mne: Re: [Asterisk-Users] How to control dialout in extensions file You could use DISA app. exten => 2101,1,DISA,/opt/pass.txt|default Where: /opt/pass.txt is a plain text file with password list. default is a destination context. Anyway, please do 'show application disa' from CLI. Hope this helps, Gus ----- Original Message ----- From: "Jacky Chen" <jacky@esoft.com.tw> To: <asterisk-users@lists.digium.com> Sent: Thursday, November 06, 2003 8:18 AM Subject: [Asterisk-Users] How to control dialout in extensions file> Hi, all > > I have builded a pbx server for pstn, sip & h.323 users > but i can't find any example extensions.conf for access > control when users which call longdistance with pstn, > > If anyone have good example, please sharing your experience > Thanks very much > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Kerker Staffan wrote:>Hi >Is it possible (or recommended) to run both Asterisk and >say SER on the same physical machine? How about port conflicts? >Maybe the easiest way is to change the default SIP port on Asterisk? > >But how will that work if I register some SIP accounts directly >from asterisk (like my SIP provider) but then wanna dial outbound >pure SIP calls via my SER... Has anyone got a functional system like >this up and running? SER/Asterisk on the same machine? > >rgds, >/Staffan kerker > > >Firstly please start new threads, dont just reply to an existing thread and change the subject line.. A possible solution to your question is to maybe use 2 IP addresses on your server, use one for SER and one for Asterisk.. Later..
Jason Penton
2003-Nov-06 12:29 UTC
[Asterisk-Users] Asterisk and SIP Proxy on same machine?
Hi Staffan Yeah I managed to get everything setup quite nicely with SER and Asterisk on the same box. I am however still doing testing so I may still find some problems - but for the time being all is ok. What I did was to bind two real-world ip addresses to the same NIC on my box. I then configured asterisk to listen on the one IP and ser to listen on the other. In fact I even have an H.323 gatekeeper running on the same box as well and everything is looking good. Hope that helps - give me a shout if you need any more help Cheers Jason> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Kerker Staffan > Sent: 06 November 2003 01:50 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Asterisk and SIP Proxy on same machine? > > > Hi > Is it possible (or recommended) to run both Asterisk and > say SER on the same physical machine? How about port > conflicts? Maybe the easiest way is to change the default SIP > port on Asterisk? > > But how will that work if I register some SIP accounts directly > from asterisk (like my SIP provider) but then wanna dial > outbound pure SIP calls via my SER... Has anyone got a > functional system like this up and running? SER/Asterisk on > the same machine? > > rgds, > /Staffan kerker > > -----Ursprungligt meddelande----- > Fr?n: CW_ASN - Gus [mailto:cw_asn@fibertel.com.ar] > Skickat: den 6 november 2003 12:45 > Till: asterisk-users@lists.digium.com > ?mne: Re: [Asterisk-Users] How to control dialout in extensions file > > > You could use DISA app. > > exten => 2101,1,DISA,/opt/pass.txt|default > > Where: > /opt/pass.txt is a plain text file with password list. > default is a destination context. > > Anyway, please do 'show application disa' from CLI. > > Hope this helps, > > Gus > > ----- Original Message ----- > From: "Jacky Chen" <jacky@esoft.com.tw> > To: <asterisk-users@lists.digium.com> > Sent: Thursday, November 06, 2003 8:18 AM > Subject: [Asterisk-Users] How to control dialout in extensions file > > > > Hi, all > > > > I have builded a pbx server for pstn, sip & h.323 users > > but i can't find any example extensions.conf for access > > control when users which call longdistance with pstn, > > > > If anyone have good example, please sharing your experience Thanks > > very much > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/aster> isk-users > > _______________________________________________ > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/aster> isk-users > >