[Asterisk-Users] Asterisk@home and Cisco 7910

Javier Chia javierchia2004 at yahoo.com
Sun Jul 10 16:11:27 MST 2005


Hi,
 
Thanks for your help. Changed everything that you said but the same problem stills remain. The phone log in but can not placer nor recive calls.
I have also changed the context to context = sccp.
I have uploaded the files I have changed. Please remember that I am using Asterisk at home not plain asterisk.
The changed files can be downloaded from:
http://www.amsystems.cc/7910/sccp.zip
 
Gracias,
 
Javier
P.S. My broadvoice pwd has been changed for security.
 


mlists at c-net.it wrote:
Javier Chia :

> I have uploaded the all the XXXX.conf files and screenshots of the log and Xlite.

well let's start from extensions.conf

; Cisco 7910
replace 
[121]

with
[sccp]
because in your sccp.conf the context is sccp

exten => 121,1,SetCalledParty("PRUEBA"<121>)
exten => 121,2,Dial(PRUEBA/Test1,10,tr)

the dial cmd is wrong, this is the correct one (according to your sccp.conf):
exten => 121,2,Dial(SCCP/ian,10,tr)

exten => 121,3,Voicemail,u121
exten => 121,102,Voicemail,b121

syntax errors on sccp.conf
replace
[SEP0008E399E223] ]
with
[SEP0008E399E223]

callwaiting = 1 is deprecated, use
incominglimit = 1

intercoms are not implemented so you can remove these lines.
[intercom]
description = Reception Intercom
device = SEP0008E399E223
; device = SEP000AB7567E18


dígame si todo trabaja :-)
Sergio



_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at 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

		
---------------------------------
Yahoo! Mail
 Stay connected, organized, and protected. Take the tour
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050710/c9244613/attachment.htm


More information about the asterisk-users mailing list