[asterisk-users] CHANUNAVAIL

Doug Lytle support at drdos.info
Sat Jan 26 17:17:22 CST 2008


Peder @ NetworkOblivion wrote:
> What about the situation where there is no voicemail box for an 
> extension.  Is there a way to tell the difference between "the phone 
> isn't registered" and "there is no phone at that extension"?
>   
>>     

In those instances, I have a context that included => before the others 
called, [no-vmboxes] with the extensions that has no timeout specified 
in the dial command:

[no-vmboxes]

; *****************************
; Extensions with no voice mail
; Extensions that need to ring
; forever.
; *****************************

; **** Large Conference Room ****
; *******************************
exten => 4101,1,Dial(SIP/4101,,t)

; **** Small Conference Room ****
; ******************************
exten => 4102,n,Dial(SIP/4102,,t)

; ****       Phone Room      ****
; *******************************
exten => 4172,1,Dial(SIP/4172,,t)

; **** Poll Phone ****
exten => 4173,1,Dial(SIP/4173,,t)

; **** Shipping Phone ****
exten => 4124,1,Dial(SIP/4124,,t)



Doug

-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."





More information about the asterisk-users mailing list