[Asterisk-Users] Snom phone hint exten question
James Bean
james at hdcs.com.au
Sat Feb 19 03:46:15 MST 2005
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
> Thorben Jensen
> Sent: Saturday, 19 February 2005 8:33 PM
> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> Subject: RE: [Asterisk-Users] Snom phone hint exten question
>
> > Unfortunately that did not work, I hard rebooted the snom
> phone, the
> > bt102 and the asterisk server, the light just stays off,
> and I tested
> > the LED on the button as well just to make sure its working
> >
> > I also added a hint to the outgoing context so when they make an
> > outgoing call, still no luck.
> >
> > My extensions.conf is now
> >
> > [pstn]
> >
> > exten => s,hint,SIP/bt-karen
> > exten => s,1,SetMusicOnHold(random)
> > exten => s,2,Dial(SIP/snom-james&SIP/bt-karen,45,t)
> > exten => s,3,Hangup
> > ;exten => s,5,VoiceMail(u100) ;Whatever box you want.
> >
> > [internal]
> >
> > exten => i,1,Playback(invalid)
> > exten => i,2,Hangup
> > exten => t,1,Hangup
> >
> > exten => 098,1,WaitMusicOnHold(5)
> > exten => 099,1,Echo ;simple echo test when you dial 099
> on your phone
> >
> > Include => outgoing
> > include => sip
> >
> > [outgoing]
> >
> > exten => _9X.,hint,SIP/bt-karen
> > exten => _9X.,1,Dial(Zap/g1/${EXTEN:1}) exten =>
> _9X.,2,Congestion()
> > exten => _9X.,3,Hangup
> >
> > [sip]
> >
> > exten => 690,1,SetMusicOnHold(random)
> > exten => 690,2,Dial(SIP/snom-james,30,tr) exten =>
> > 690,102,voicemail2,u690
> >
> > exten => 691,hint,SIP/bt-karen
> > exten => 691,1,SetMusicOnHold(random)
> > exten => 691,2,Dial(SIP/bt-karen,30,tr) exten =>
> > 691,102,voicemail,u691
> >
> > include => internal
> > include => outgoing
>
>
> Have you set the function key on the SNOM to 'Destination'
> and typed '691'
> in the number?
>
>
>
> _______________________________________________
> 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
>
>
Ooppss sorry should have put that in, yes the snome has the function key
set to destination and 691, when I push the button it calls that
extensions.
Updated extensions.conf
[global]
PSTNLine=Zap/g1
AnalogPhone=Zap/g2
[pstn]
exten => s,hint,SIP/bt-karen
exten => s,1,SetMusicOnHold(random)
exten => s,2,Dial(SIP/snom-james&SIP/bt-karen,45,t)
exten => s,3,Hangup
;exten => s,5,VoiceMail(u690)
[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
[outgoing]
exten => _9X.,hint,SIP/bt-karen
exten => _9X.,1,Dial(Zap/g1/${EXTEN:1})
exten => _9X.,2,Congestion()
exten => _9X.,3,Hangup
[sip]
exten => 690,hint,SIP/snom-james
exten => 690,1,SetMusicOnHold(random)
exten => 690,2,Dial(SIP/snom-james,30,tr)
exten => 690,10,voicemail2,u690
exten => 691,hint,SIP/bt-karen
exten => 691,1,SetMusicOnHold(random)
exten => 691,2,Dial(SIP/bt-karen,30,tr)
exten => 691,10,voicemail,u691
include => internal
include => outgoing
More information about the asterisk-users
mailing list