[Asterisk-Users] GXP2000 and hint LED's
James Bean
james at hdcs.com.au
Wed Jun 8 22:23:27 MST 2005
Asterisk 1.0.7
Has anyone got the hint function working, and maybe with the GXP2000.
I am testing with 2 GXP2000 phones (firmware 1.0.1.9) at the moment
trying to get the LED's to light up.
On ext 690, button 1 is setup for ext 691, I did this using both methods
691, and <sip:691 at 192.168.69.1>
On ext 691, button 1 is setup for ext 690, I did this using both methods
690, and <sip:690 at 192.168.69.1>
The buttons work calling each other (both methods), but when you make a
call out the light doesn't show up on the other phone.
Any suggestions on what I might have wrong.
sip.conf
[general]
port = 5060
bindaddr = 192.168.69.1
context = sip
disallow = all
allow = ilbc
allow = alaw
allow = ulaw
nat=disable
srvlookup=no
localnet=192.168.69.0/255.255.255.0
subscribecontext = sip
incominglimit = 1
[690]
type=friend
secret=<secret>
host=dynamic
callerid="James Bean" <690>
defaultip=192.168.69.250
dtmfmode=info
mailbox=690
[691]
type=friend
secret=<secret>
host=dynamic
callerid="Soft Test Phone" <691>
defaultip=192.168.69.69
dtmfmode=info
mailbox=691
Extensions.conf
[pstn]
exten => s,1,SetMusicOnHold(random)
exten => s,2,Dial(SIP/690&Zap/g2,45,t)
exten => s,4,VoiceMail,u690
exten => s,5,Hangup
[internal]
exten => i,1,Playback(invalid)
exten => i,2,Hangup
exten => t,1,Hangup
exten => 692,1,SetMusicOnHold(random)
exten => 692,2,Dial(Zap/g2,30,Ttr)
exten => 692,3,Voicemail,u690
exten => 692,103,Voicemail,b690
exten => 098,1,WaitMusicOnHold(45)
exten => 099,1,Echo ;simple echo test when you dial 099 on your
phone
exten => 699,1,VoiceMailMain(s${CALLERIDNUM})
include => sip
include => parkedcalls
include => outgoing
[outgoing]
exten => _9X.,1,Dial(Zap/g1/${EXTEN:1})
exten => _9X.,2,Congestion()
exten => _9X.,3,Hangup
exten => 000,1,Dial(Zap/g1/${EXTEN:1})
exten => 000,2,Congestion()
exten => 000,3,Hangup
[sip]
exten => 690,hint,SIP/690
exten => 690,1,SetMusicOnHold(random)
exten => 690,2,Dial(SIP/690,30,Ttr)
exten => 690,3,Voicemail2,u690
exten => 690,103,Voicemail2,b690
exten => 691,hint,SIP/691
exten => 691,1,SetMusicOnHold(random)
exten => 691,2,Dial(SIP/691,30,Ttr)
exten => 691,3,Voicemail2,u690
exten => 691,103,Voicemail2,b690
include => internal
include => outgoing
include => parkedcalls
More information about the asterisk-users
mailing list