[Asterisk-Users] Snom phone hint exten question

James Bean james at hdcs.com.au
Mon Feb 21 04:30:34 MST 2005


> Hi James 
> 
> I am sorry I made a typo. You need to set [sip] like this:
> 
> [sip]
> exten => 690,hint,SIP/snom-james
> exten => 691,hint,SIP/bt-karen
> 
> exten => 690,1,SetMusicOnHold(random)
> exten => 690,2,Dial(SIP/snom-james,30,Ttr) exten => 
> 690,3,Voicemail2,u690 exten => 690,103,Voicemail2,b690
> 
> exten => 691,1,SetMusicOnHold(random)
> exten => 691,2,Dial(SIP/bt-karen,30,Ttr) exten => 
> 691,3,Voicemail,u691 exten => 691,103,Voicemail,b691
> 
> That should work
> thorben

I am going to now sit in a corner and go quietly insane while playing
the banyo with no strings.

Still doesn't work, I dialed in an outside line and picked up the
receive on extension 691, yet the light on the snom phone did not come
on. I dialed out of extension 691 to an outside line, yet still the
light did not come on.

Snom190 has firmware 3.56m the button is set to Destination 691

Here is my latest copy of 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

[snom-james]
type=friend
secret=<secret>
host=dynamic
callerid="James Bean" <690>
defaultip=192.168.69.250
dtmfmode=rfc2833
mailbox=690

[bt-karen]
type=friend
secret=<secret>
host=dynamic
callerid="Karen Colomb" <691>
defaultip=192.168.69.251
dtmfmode=info
mailbox=691

Here is my latest copy of my extensions.conf
[pstn]

exten => s,1,SetMusicOnHold(random)
exten => s,2,Dial(SIP/snom-james&SIP/bt-karen,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 => 098,1,WaitMusicOnHold(45)
exten => 099,1,Echo     ;simple echo test when you dial 099 on your
phone

exten => 1690,1,VoicemailMain,s690
exten => 1691,1,VoicemailMain,s691

[outgoing]

exten => _9X.,1,Dial(Zap/g1/${EXTEN:1})
exten => _9X.,2,Congestion()
exten => _9X.,3,Hangup

[sip]

exten => 690,hint,SIP/snom-james
exten => 691,hint,SIP/bt-karen

exten => 690,1,SetMusicOnHold(random)
exten => 690,2,Dial(SIP/snom-james,30,Ttr)
exten => 690,3,Voicemail2,u690
exten => 690,103,Voicemail2,b690

exten => 691,1,SetMusicOnHold(random)
exten => 691,2,Dial(SIP/bt-karen,30,Ttr)
exten => 691,3,Voicemail,u691
exten => 691,103,Voicemail,b691

include => internal
include => outgoing
include => parkedcalls

Any ideas?



More information about the asterisk-users mailing list