RE: [Asterisk-Users] VoiceMailMain Pass Mailbox

2006-01-04 Thread Alexander Lopez



[mailbox] does not exist
 
use 
exten => 981,1,VoiceMailMain,(${CALLERID(num)}@usvm)
 
 
this 
is provided that your callerid settings in your sip, iax, and zap configs are 
correct and relect the extension calling.
 


  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Forrest 
  BeckSent: Wednesday, January 04, 2006 11:43 AMTo: 
  asterisk-users@lists.digium.comSubject: [Asterisk-Users] 
  VoiceMailMain Pass Mailbox
  
  I have a extension 981 setup for entering VoiceMailMain:
   
  exten => 981,1,VoiceMailMain,([EMAIL PROTECTED])
  exten => 981,2,HangUp()
   
  I want to pass the calling extension to the context (extension and 
  mailbox numbers are the same).  
   
  This dosen't seem to work.  I get this in the console:
   
  Asterisk Ready.*CLI> -- Executing 
  VoiceMailMain("SIP/2504-ba66", "[EMAIL PROTECTED]") in new 
  stack    -- Playing 'vm-login' (language 
  'en') 
  Any ideas?
   
  Thanks!!
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] VoiceMailMain Pass Mailbox

2006-01-04 Thread Ben Higley
use ${CALLERIDNUM} instead of [mailbox]



> I have a extension 981 setup for entering VoiceMailMain:
>
> exten => 981,1,VoiceMailMain,([EMAIL PROTECTED])
> exten => 981,2,HangUp()
>
> I want to pass the calling extension to the context (extension and mailbox
> numbers are the same).
>
> This dosen't seem to work.  I get this in the console:
>
> Asterisk Ready.
> *CLI> -- Executing VoiceMailMain("SIP/2504-ba66", "[EMAIL PROTECTED]") in
> new stack
> -- Playing 'vm-login' (language 'en')
>
> Any ideas?
>
> Thanks!!
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>


___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] VoiceMailMain Pass Mailbox

2006-01-04 Thread Forrest Beck
I have a extension 981 setup for entering VoiceMailMain:
 
exten => 981,1,VoiceMailMain,([EMAIL PROTECTED])
exten => 981,2,HangUp()
 
I want to pass the calling extension to the context (extension and mailbox numbers are the same).  
 
This dosen't seem to work.  I get this in the console:
 
Asterisk Ready.*CLI> -- Executing VoiceMailMain("SIP/2504-ba66", "[EMAIL PROTECTED]") in new stack    -- Playing 'vm-login' (language 'en') 
Any ideas?
 
Thanks!!
___
--Bandwidth and Colocation provided by Easynews.com --

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