HI
Im a newbee and i’ve some trouble to make my cisco 7940 series work with asterisk
I want to make an internal network between my computer and IPphones connexted with a cisco 2900 series XL
the phone test as an ip adress given by my dhcp server and answer to the ping but when I type sip show user on aserisk Ive nothing
thx for answers
sip.conf
[general]
context=default ; Default context for incoming calls
bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
disallow=all ; First disallow all codecs
allow=alaw
allow=ulaw ; Allow codecs in order of preference
allow=ilbc ;
canreinvite=yes
host=dynamic
;musicclass=default ; Sets the default music on hold class for all SIP calls
; This may also be set for individual users/peers
language=fr ; Default language setting for all users/peers
[10]
type=friend
context=10
username=10
fromuser=10
host=dynamic
callerid=<10>
[11]
type=friend
context=11
username=11
fromuser=11
host=dynamic
callerid=<11>
extentions.conf
[general]
STANDARDISTE=>SIP/10
DIRECTION=>SIP/11
[direction]
exten => 10,1,Dial(SIP/11,40,t)
exten => 10,2,Answer
exten => 10,3,Setlanguage(fr)
exten => 10,4,Hangup
[standard]
exten => 11,1,Dial(SIP/10,40,t)
exten => 11,2,Answer
exten => 11,3,Setlanguage(fr)
exten => 11,4,Hangup
the line 1 SIP phone configuration is :
name 10
Shortname 10
Authentication 10
pass vide
displayname 10
PROXY 192.168.3.100 (Ip du serveur asterisk)
PROXY PORT 5060