Hi to all,
            I am just trying for Asterisk on my fedora core3 machine.  here's my sip extensions config files


sip.conf

[general]
bindport=5060
bindaddr=0.0.0.0
allow=all
context=ECPT
localnet=192.168.0.1
localmask=255.255.255.0


[phone1]
type=friend
host=192.168.0.53
context=Embedded
callerid=ashok<449>


[phone2]
type=friend
host=192.168.0.22
context=Embedded
callerid=pramod<450>


[phone3]
type=friend
host=192.168.0.54
context=Embedded
callerid=pramod<451>


extensions.conf

[general]
static=yes
writeprotect=yes

[globals]
CONSOLE=Console/dsp
 
[local]
include=>default
include=>Embedded
include=>ECPT


[ECPT]
exten=>-.,1,congestion


[Embedded]
exten=>449,1,dial(SIP/phone1,20)
exten=>449,2,voicemail,u449
exten=>450,1,dial(SIP/phone2,20)
exten=>450,2,voicemail,u450

exten =>451,1,dial(SIP/phone3,20)
exten =>451,2,voicemail,u451

I need you people help for following things

1) how do i configure sip.conf to  register my clients when host=dynamic?

2) how do i configure extensions.conf to make a call to PSTN ?

3) suggest a Softphone for asterisk on LAN.

4) how to establish a connection between two Asterisk servers?

thanks in advance,



_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to