Here is one way you could do it.  Have your inside calls be busy and outside
be unavailable.  Then use CALLERID(num) to determine the source of the call
then do Voicemail(blah,b) or Voicemail(blah,u) depending on the call source.

 

Here's an example using the "ex-girlfriend" logic; 100 is unavailable,
everyone else is busy

-        exten => s,1,Noop

-        exten => s,n/100,Voicemail(100,u)

-        exten => s,n,Voicemail(100,b)

-        exten => s,n,Hangup

 

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Jeff
LaCoursiere
Sent: Tuesday, June 09, 2009 8:33 AM
To: [email protected]
Subject: [asterisk-users] voicemail

 

 

Has anyone set it up so that an inside call and an outside call get 

different unavailable messages?

 

j

 

_______________________________________________

-- Bandwidth and Colocation Provided by http://www.api-digital.com --

 

asterisk-users mailing list

To UNSUBSCRIBE or update options visit:

   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to