[Asterisk-Users] Asterisk@home and Cisco 7910

mlists at c-net.it mlists at c-net.it
Sat Jul 9 21:57:59 MST 2005


Javier Chia <javierchia2004 at yahoo.com>  :

> 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






More information about the asterisk-users mailing list