Yes, I use it. Here's a sample extension of how to use it.

exten => 1234,1,Answer()
exten => 1234,2,MailboxExists(1234)
exten => 1234,3,Dial(SIP/1234,20) ; Try to ring for 20 seconds, no answer
goto voicemail
exten => 1234,4,Voicemail(b1234) ; send to voicemail if busy
exten => 1234,103,Dial(SIP/1234) ; Try to ring till answered
exten => 1234,104,Busy() ; Give busy tone if busy.
exten => 1234,204,Voicemail(u1234) ; send to voicemail if no answer




----- Original Message -----
From: "Michael George" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 15, 2004 5:36 PM
Subject: [Asterisk-Users] anyone use mailboxexists?


> I replied to a post of mine a few days ago asking of anyone uses
> mailboxexists().  I haven't received any replies.
>
> Perhaps few use it or perhaps the reply was overlooked.  I thought I'd
> post the question one last time before giving up on it for now...
>
> Thanks!
>
> -Michael
>
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to