[Asterisk-Users] 1 extension entry for multiple purposes?

Wiley E. Siler wsiler at e2020inc.com
Mon Sep 20 14:14:27 MST 2004


Here you go...  No extension required....

>From extensions.conf....

;----------------------------------------------
; VOICEMAIL ENTRY INTO SYSTEM
;----------------------------------------------
exten => 8,1,Answer
exten => 8,2,Wait(1)
exten => 8,3,VoicemailMain(${CALLERIDNUM}) 
exten => 8,4,Hangup 

Still want the old way of enter your number then PIN...

exten => 81,1,VoicemailMain2() 
exten => 81,2,Hangup 



 

-----Original Message-----
From: Matthew Boehm [mailto:mboehm at cytelcom.com] 
Sent: Monday, September 20, 2004 2:07 PM
To: asterisk-users at lists.digium.com
Subject: [Asterisk-Users] 1 extension entry for multiple purposes?

Hey gang,
 There must be any easy solution for this but my mind is frazzled on
compiling 2.4 with RTC as module. Bleh.

Currently extension 9000 is our VoicemailMain(@company) line.  Some
employee's are complaining that the old system was better because you
didn't have to enter your mailbox number and that instead the old system
took you right to it.

I figured there was something similar so that I don't have to have 200
extra extensions.conf lines just for VoicemailMain(<exten>@company).

Basically I want something like this:  exten =>
9000,1,VoicemailMain(${DIALERS_EXTENSION}@company)
so that way all it asks for is their password.

Any ideas..?

Thanks,
Matthew

_______________________________________________
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


The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer




More information about the asterisk-users mailing list