Hi Friends,
I am configuring Cisco IP Phone 7960 with Asterisk server. After configuration, when i call from SJphone to Cisco IP phone in direct mode, i am getting the call. But when i try through proxy mode, i.e., through Asterisk server, i can't able to connect between SJphone and Cisco IP Phone. I can make calls between two SJphones running on two machines, through Asterisk server. Here two SJphone have extensions as 277 and 278. The Cisco IP Phone has 121.
Is there any problem with my configuration files.
[b]SIP.conf[/b]
[121]
context=sipphone
type=friend
host=dynamic
username=121
secret=121
allow=all
[277]
context=sipphone
type=friend
host=dynamic
username=277
secret=277
allow=all
[278]
context=sipphone
type=friend
host=dynamic
username=278
secret=278
allow=all
[279]
context=sipphone
type=friend
host=dynamic
username=279
secret=279
allow=all
[280]
context=sipphone
type=friend
host=dynamic
username=280
secret=280
[u]extensions.conf[/u]
[sipphone]
;exten => cisco_line1,1,Goto(121,1)
;exten => 121,1,Dial(SIP/121)
;exten => 121,2,Hangup()
exten => 121,1,Dial(SIP/121)
exten => 277,1,Dial(SIP/277)
exten => 278,1,Dial(SIP/278)
exten => 279,1,Dial(SIP/279)
exten => 280,1,Dial(SIP/280)
exten => 101,1,Dial(SIP/jis)
SIP001A2F53CAE1.cnf
Line 1 Settings
line1_name: "121" ; Line 1 Extension\User ID
line1_displayname: "121" ; Line 1 Display Name
line1_authname: "121" ; Line 1 Registration Authentication
line1_password: "121" ; Line 1 Registration Password
proxy1_address: 192.168.1.162
proxy1_port: 5060
Can any one help how to make connection between IP phone and SJphone.
Regards,
NagaVardhan
