RE: [Asterisk-Users] Voicemail Retrieval

2005-08-17 Thread Wei Kun



Take 
this as an example


[from-sip]
exten 
= 2000,1,Dial(SIP/2000,20)
exten 
= 2000,2,Voicemail(u2000)
exten 
= 2000,102,Voicemail(b2000)
exten 
= 2000,103,Hangup

exten 
= 2001,1,Dial(SIP/2001,20)
exten 
= 2001,2,Voicemail(u2001)
exten 
= 2001,102,Voicemail(b2001)
exten 
= 2001,103,Hangup

exten 
= 2999,1,VoicemailMain(${CALLERIDNUM})

you then dial 2999 to retrieve 
it.

Kun

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Sharadindu 
  MohantySent: Wednesday, August 17, 2005 4:30 PMTo: 
  asterisk-Users@lists.digium.comSubject: [Asterisk-Users] Voicemail 
  Retrival
  Hi,
   I am very new to Asterisk. I wanted to know how to retrive 
  the Voicemails. I could see some voicemails assosiated with some 
  extensions.
  
  Any ideas??
  
  
  How much free photo storage do you get? Store your 
  holiday snaps for FREE with Yahoo! Photos. Get 
  Yahoo! Photos
___
Asterisk-Users mailing list
Asterisk-Users@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

Re: [Asterisk-Users] Voicemail Retrieval

2005-08-17 Thread Rudolf Ladyzhenskii



In addition to my previos e-mail.

'callerid' filed in sip.conf or iax.conf 
(depends where user is defined) must be set to"
callerid "User Name" EXT
Where EXT is a number that will be picked up by 
VoiceMailMain and will be used as a mailbox number.

Rudolf

  - Original Message - 
  From: 
  Wei Kun 
  
  To: 'Asterisk Users Mailing List - 
  Non-Commercial Discussion' 
  Sent: Wednesday, August 17, 2005 6:37 
  PM
  Subject: RE: [Asterisk-Users] Voicemail 
  Retrieval
  
  Take 
  this as an example
  
  
  [from-sip]
  exten 
  = 2000,1,Dial(SIP/2000,20)
  exten 
  = 2000,2,Voicemail(u2000)
  exten 
  = 2000,102,Voicemail(b2000)
  exten 
  = 2000,103,Hangup
  
  exten 
  = 2001,1,Dial(SIP/2001,20)
  exten 
  = 2001,2,Voicemail(u2001)
  exten 
  = 2001,102,Voicemail(b2001)
  exten 
  = 2001,103,Hangup
  
  exten 
  = 2999,1,VoicemailMain(${CALLERIDNUM})
  
  you then dial 2999 to retrieve 
  it.
  
  Kun
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of 
Sharadindu MohantySent: Wednesday, August 17, 2005 4:30 
PMTo: asterisk-Users@lists.digium.comSubject: 
[Asterisk-Users] Voicemail Retrival
Hi,
 I am very new to Asterisk. I wanted to know how to retrive 
the Voicemails. I could see some voicemails assosiated with some 
extensions.

Any ideas??


How much free photo storage do you get? Store your 
holiday snaps for FREE with Yahoo! Photos. Get 
Yahoo! Photos
  
  

  ___Asterisk-Users 
  mailing 
  listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-usersTo 
  UNSUBSCRIBE or update options visit: 
  http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@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

RE: [Asterisk-Users] Voicemail retrieval from Cisco 7960

2004-03-31 Thread Joe Dennick
Title: Message



Add 
the following line to the sip.conf definition of this phone:

 mailbox= 
; (where  is the voicemailbox).

Then 
add the following line to your SIPDefault.cnf file:
 
messages_uri:  ; (where  is the number you call to access voicemail as 
defined in extensions.conf)

That 
should do it.

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  RadiusSent: Tuesday, March 30, 2004 10:39 PMTo: 
  [EMAIL PROTECTED]Subject: [Asterisk-Users] Voicemail 
  retrieval from Cisco 7960
  Hi all,
  
  Iinstalleda new Cisco 7960 running 
  SIP. I can make/receive calls to/from other extensions and leave voicemails. 
  The LED on the handsetturned RED, indicating voicemail for 7960. When I 
  pressed the message button, 7960 gave me a dial tone only.What should I 
  doto configure 7960 for voicemail retrieval??
  
  Thanks.
  
  Ben
  


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.645 / Virus Database: 413 - Release Date: 3/28/2004
 


[Asterisk-Users] Voicemail retrieval from Cisco 7960

2004-03-30 Thread Radius



Hi all,

Iinstalleda new Cisco 7960 running SIP. 
I can make/receive calls to/from other extensions and leave voicemails. The LED 
on the handsetturned RED, indicating voicemail for 7960. When I pressed 
the message button, 7960 gave me a dial tone only.What should I doto 
configure 7960 for voicemail retrieval??

Thanks.

Ben



Re: [Asterisk-Users] Voicemail retrieval from Cisco 7960

2004-03-30 Thread Heison Chak
You need to setup the 7960 message button with an uri.

SIP.cnf:
messages_uri: 8599

extensions.conf:
exten = 8599,1,VoicemailMain2(${CALLERIDNUM})
exten = 8599,2,Hangup

-Heison



On Wed, Mar 31, 2004 at 12:38:33PM +0800, Radius wrote:
 Hi all,
 
 I installed a new Cisco 7960 running SIP. I can make/receive calls to/from other 
 extensions and leave voicemails. The LED on the handset turned RED, indicating 
 voicemail for 7960. When I pressed the message button, 7960 gave me a dial tone 
 only. What should I do to configure 7960 for voicemail retrieval??
 
 Thanks.
 
 Ben
 
___
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