Re: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940

2004-05-18 Thread Brian Cuthie
brian wrote:
i have got exten => 1001,2,Voicemail(u1001)
   

This is for leaving voicemail.  VoiceMailMain is for you to check voicemail.
 

i know there has been recent developements to the voicemail application
but
is this correct given a cvs download of early this month ??
   

It hasn't changed how you check/user voicemail.
 

2nd qu - where do i configure the 'voicemail uri'  - have been through the
phone / line settings - or do i have to configure the SIP or
sipdefault.cnf files ??
   

I think you can do it via the phone.. I have always done it in the .cnf
files.
 

It's in the SIP Configuration part of the phone setup. (Of course this 
assumes you're using the SIP image.)

-brian
___
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


RE: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940

2004-05-18 Thread brian
> i have got exten => 1001,2,Voicemail(u1001)

This is for leaving voicemail.  VoiceMailMain is for you to check voicemail.

> i know there has been recent developements to the voicemail application
> but
> is this correct given a cvs download of early this month ??

It hasn't changed how you check/user voicemail.

> 2nd qu - where do i configure the 'voicemail uri'  - have been through the
> phone / line settings - or do i have to configure the SIP or
> sipdefault.cnf files ??

I think you can do it via the phone.. I have always done it in the .cnf
files.

message_uri: xxx

(xxx being the extension you use to check voicemail)

bkw


___
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


RE: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940

2004-05-18 Thread Nik Martin
A tip to avoid much Head-On-Desk confusion:  The MWI light will only light
up on cisco phones ( and all other MWI equipped phones) if the phone is in
SIP context 'default' using the form:
Mailbox=123

Otherwise, you must use:
[EMAIL PROTECTED]

I went around and around with this for 5 days until I realized that I had a
group of phones in a context other than default.


Nik

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Joe Dennick
> Sent: Tuesday, May 18, 2004 8:59 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] asterisk voicemail retrieval 
> using a cisco 7940
> 
> 
> In the sip.conf file, you can specify
>   mailbox=123
> 
> As part of the configuration for the Cisco phone.  Then when 
> there's a voicemail message in that mailbox, the red light on 
> the phone will light up.  In the Cisco's configuration you 
> can also specify the voicemail URL as the extension you would 
> dial to reach VoicemailMain (as defined in extensions.conf 
> below).  Then you just press the message button on the phone 
> to retrieve your messages.
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of brian
> Sent: Tuesday, May 18, 2004 8:51 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] asterisk voicemail retrieval 
> using a cisco 7940
> 
> 
> exten => 123,1,VoiceMailMain
> 
> Then dial 123 or what ever you wanna call it.
> 
> bkw
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:asterisk-users-
> > [EMAIL PROTECTED] On Behalf Of Graham Turner
> > Sent: Tuesday, May 18, 2004 8:41 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Asterisk-Users] asterisk voicemail retrieval 
> using a cisco 
> > 7940
> >
> > can anyone give me a reference to the retrieval of 
> voicemail from the
> > Asterisk PBX using a cisco 7940 phine running sip image.
> >
> > i have configured a single voicemail box using the script, the
> > corresponding entry in voicemail.conf and configured the 
> extension to 
> > use the voicemail box .
> >
> > i can see from the asterisk console the message being passed to the
> > voice mailbox, and correspondingly the sip phone indicates 
> voicemail 
> > by the flashing red on the handset and the envelope on its console
> >
> > it would seem further configuration work is required to access the
> > voice mailbox
> >
> > TIA
> >
> > GT
> >
> > ___
> > 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
> 
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.675 / Virus Database: 437 - Release Date: 5/2/2004
>  
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.675 / Virus Database: 437 - Release Date: 5/2/2004
>  
> 
> ___
> 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


RE: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940

2004-05-18 Thread Joe Dennick
In the sip.conf file, you can specify
  mailbox=123

As part of the configuration for the Cisco phone.  Then when there's a
voicemail message in that mailbox, the red light on the phone will light
up.  In the Cisco's configuration you can also specify the voicemail URL
as the extension you would dial to reach VoicemailMain (as defined in
extensions.conf below).  Then you just press the message button on the
phone to retrieve your messages.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of brian
Sent: Tuesday, May 18, 2004 8:51 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] asterisk voicemail retrieval using a cisco
7940


exten => 123,1,VoiceMailMain

Then dial 123 or what ever you wanna call it.

bkw

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users- 
> [EMAIL PROTECTED] On Behalf Of Graham Turner
> Sent: Tuesday, May 18, 2004 8:41 AM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] asterisk voicemail retrieval using a cisco 
> 7940
>
> can anyone give me a reference to the retrieval of voicemail from the 
> Asterisk PBX using a cisco 7940 phine running sip image.
>
> i have configured a single voicemail box using the script, the 
> corresponding entry in voicemail.conf and configured the extension to 
> use the voicemail box .
>
> i can see from the asterisk console the message being passed to the 
> voice mailbox, and correspondingly the sip phone indicates voicemail 
> by the flashing red on the handset and the envelope on its console
>
> it would seem further configuration work is required to access the 
> voice mailbox
>
> TIA
>
> GT
>
> ___
> 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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.675 / Virus Database: 437 - Release Date: 5/2/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.675 / Virus Database: 437 - Release Date: 5/2/2004
 

___
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


Re: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940

2004-05-18 Thread Graham Turner
Brian, thanks for your post reply .

2 further qu's if i may

in yr exten statement you use voicemailmain as the application.

i have got exten => 1001,2,Voicemail(u1001)

i know there has been recent developements to the voicemail application but
is this correct given a cvs download of early this month ??

2nd qu - where do i configure the 'voicemail uri'  - have been through the
phone / line settings - or do i have to configure the SIP or
sipdefault.cnf files ??

GT
- Original Message - 
From: "Brian Cuthie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 18, 2004 2:47 PM
Subject: Re: [Asterisk-Users] asterisk voicemail retrieval using a cisco
7940


> Graham,
>
> You need to configure something in extensions.conf to access voicemail.
> I usually use something like this:
>
> exten => 8500,1,VoiceMailMain(s${CALLERIDNUM})
> exten => 8500,2,Congestion
>
> Then you'll want to configure the voicemail URI on the 7940 so that it
> calls extension 8500.
>
> One nice thing about the Cisco phone is that they will keep track of WMI
> separately for each configured line.
>
> -brian
>
> Graham Turner wrote:
>
> >can anyone give me a reference to the retrieval of voicemail from the
> >Asterisk PBX using a cisco 7940 phine running sip image.
> >
> >i have configured a single voicemail box using the script, the
corresponding
> >entry in voicemail.conf and configured the extension to use the voicemail
> >box .
> >
> >i can see from the asterisk console the message being passed to the voice
> >mailbox, and correspondingly the sip phone indicates voicemail by the
> >flashing red on the handset and the envelope on its console
> >
> >it would seem further configuration work is required to access the voice
> >mailbox
> >
> >TIA
> >
> >GT
> >
> >___
> >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
>

___
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


RE: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940

2004-05-18 Thread brian
exten => 123,1,VoiceMailMain

Then dial 123 or what ever you wanna call it.

bkw

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Graham Turner
> Sent: Tuesday, May 18, 2004 8:41 AM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940
>
> can anyone give me a reference to the retrieval of voicemail from the
> Asterisk PBX using a cisco 7940 phine running sip image.
>
> i have configured a single voicemail box using the script, the
> corresponding
> entry in voicemail.conf and configured the extension to use the voicemail
> box .
>
> i can see from the asterisk console the message being passed to the voice
> mailbox, and correspondingly the sip phone indicates voicemail by the
> flashing red on the handset and the envelope on its console
>
> it would seem further configuration work is required to access the voice
> mailbox
>
> TIA
>
> GT
>
> ___
> 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


Re: [Asterisk-Users] asterisk voicemail retrieval using a cisco 7940

2004-05-18 Thread Brian Cuthie
Graham,
You need to configure something in extensions.conf to access voicemail. 
I usually use something like this:

exten => 8500,1,VoiceMailMain(s${CALLERIDNUM})
exten => 8500,2,Congestion
Then you'll want to configure the voicemail URI on the 7940 so that it 
calls extension 8500.

One nice thing about the Cisco phone is that they will keep track of WMI 
separately for each configured line.

-brian
Graham Turner wrote:
can anyone give me a reference to the retrieval of voicemail from the
Asterisk PBX using a cisco 7940 phine running sip image.
i have configured a single voicemail box using the script, the corresponding
entry in voicemail.conf and configured the extension to use the voicemail
box .
i can see from the asterisk console the message being passed to the voice
mailbox, and correspondingly the sip phone indicates voicemail by the
flashing red on the handset and the envelope on its console
it would seem further configuration work is required to access the voice
mailbox
TIA
GT
___
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