[asterisk-users] SNOM 360

J. Oquendo sil at infiltrated.net
Fri Mar 30 13:31:32 MST 2007


bails wrote:
> The snom360 DND button forces the phone to give a 480 do not disturb 
> response.
>
> Bails
> --[ UxBoD ]-- wrote:
>> Hmmm, okay. But surely it will just try and ring the extension? Or do
>> you mean setup a seperate extension ie.
>>
>> exten => 1001,1,Dial(sip/1001,20)
>> exten => 1001,2,VoiceMail(1001 at voicemail,u)
>> exten => 1001,3,Hangup()
>> exten => 1001,101,VoiceMail(1001 at voicemail,u)
>> exten => 1001,102,Hangup()
>> exten => 2000,1,VoiceMail(1001 at voicemail,u)
>> exten => 2000,2,HangUp()
>>
Here is a better fix... If extension 1000 is unavailable whether in DND
or just not there... Call rolls over to extension 2000 with the caller
ID "1000 Unavailable" so the person at 2000 will know so and so didn't
answer their phone because 1000 was wasting their life away on youtube.

exten => 1000,1,Dial(SIP/1000|30|tr)
exten => 1000,2,Set(CALLERID(name)="1000 Unavailable")
exten => 1000,3,SayDigits(1000,f)
exten => 1000,4,Playback(vm-isunavail)
exten => 1000,5,Goto(SIP/2000,20|tr)

So say user @ 1000 is named John, you could change the caller ID to
"John UA" (UA short for the obvious (unavailable) as well as the fact
there isn't enough space for the entire string).

exten => 1000,1,Dial(SIP/1000|30|tr)
exten => 1000,2,Set(CALLERID(name)="Transferred Call")
exten => 1000,3,Wait,4
exten => 1000,4,SayDigits(1000,f)
exten => 1000,5,Playback(vm-isunavail)
exten => 1000,6,SIPAddHeader("Alert-Info: <http://somesite/ringer.wav>")
exten => 1000,7,Set(CALLERID(name)="John UA")
exten => 1000,8,Dial(SIP/2000|30|tr)

... Works like this... If user John transfers the call... Whoever he
transfers it to will see its a transferred call. If John (extension 1000)
doesn't answer, the obvious occurs. (unavailable)

I currently use this scheme for one client using Snom 320's and 360's.
The caller ID works for most phones I've tested. Polycoms, Aastra's
however, don't expect Aastra's to play the wav file.

-- 
====================================================
J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net 

The happiness of society is the end of government.
John Adams

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5157 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070330/725764f2/smime.bin


More information about the asterisk-users mailing list