Re: [asterisk-users] Voicemail notification by email is missing CallerID info

2017-02-18 Thread Tech Support
I’ll go through it and see what I missed. I can't thank you enough!

John

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Saturday, February 18, 2017 11:50 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Voicemail notification by email is missing 
CallerID info

 

This is what comes with voicemail.conf.sample - works for me!

; Change the from, body and/or subject, variables:

; VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_CIDNUM,

; VM_CIDNAME, VM_DATE

; Additionally, on forwarded messages, you have the variables:

; ORIG_VM_CALLERID, ORIG_VM_CIDNUM, ORIG_VM_CIDNAME, ORIG_VM_DATE

; You can select between two variables by using dialplan functions, e.g.

; ${IF(${ISNULL(${ORIG_VM_DATE})}?${VM_DATE}:${ORIG_VM_DATE})}

;

; Note: The emailbody config row can only be up to 512 characters due to a

;   limitation in the Asterisk configuration subsystem.

;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}

; The following definition is very close to the default, but the default shows

; just the CIDNAME, if it is not null, otherwise just the CIDNUM, or "an unknown

; caller", if they are both null.

;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just left 
a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from 
${VM_CALLERID}, on ${VM_DATE}, so you might\nwant to check it when you get a 
chance.  Thanks!\n\n\t\t\t\t--Asterisk\n

;

; Note: ${IF()} strips spacing at the beginning and end of its true and false

; values, so a newline cannot be placed at either location.  The word 'so' is

; therefore duplicated, in order for the newline to be interpreted correctly.

;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just 
${IF($["${VM_CIDNUM}" = "${ORIG_VM_CIDNUM}"]?left:forwarded)} a ${VM_DUR} long 
message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from ${VM_CALLERID}, on 
${VM_DATE},\n${IF($["${VM_CIDNUM}" = "${ORIG_VM_CIDNUM}"]?so:(originally sent 
by ${ORIG_VM_CALLERID} on ${ORIG_VM_DATE})\nso)} you might want to check it 
when you get a chance.  Thanks!\n\n\t\t\t\t--Asterisk\n

 

On 18 February 2017 at 16:35, Tech Support <aster...@voipbusiness.us> wrote:
> All;
>
> I am running Asterisk 11.6-cert16 and I have voicemail setup so
> voicemail messages are sent as email attachments. That works fine. However,
> the body of the email contains the CallerID(name), but is missing the
> CallerID(num). For example, the email body looks like this:
>
>
>
>   Just wanted to let you know you were just left a 0:21 long message
> (number 13) in mailbox 101 from WIRELESS CALLER, on Friday, February 17,
> 2017 at 04:48:38 PM so you might want to check it when you get a chance.
> Thanks!
>
>
>
> Checking the CDR’s shows that both the name and number were recorded by
> Asterisk. Am I missing something obvious? Is it a simple config option in
> voicemail.conf? Any insight at all would be greatly appreciated.
>
> Thanks;
>
> John V.
>
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Voicemail notification by email is missing CallerID info

2017-02-18 Thread Jonathan H
This is what comes with voicemail.conf.sample - works for me!

; Change the from, body and/or subject, variables:
; VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_CIDNUM,
; VM_CIDNAME, VM_DATE
; Additionally, on forwarded messages, you have the variables:
; ORIG_VM_CALLERID, ORIG_VM_CIDNUM, ORIG_VM_CIDNAME, ORIG_VM_DATE
; You can select between two variables by using dialplan functions, e.g.
; ${IF(${ISNULL(${ORIG_VM_DATE})}?${VM_DATE}:${ORIG_VM_DATE})}
;
; Note: The emailbody config row can only be up to 512 characters due to a
;   limitation in the Asterisk configuration subsystem.
;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}
; The following definition is very close to the default, but the default
shows
; just the CIDNAME, if it is not null, otherwise just the CIDNUM, or "an
unknown
; caller", if they are both null.
;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just
left a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox
${VM_MAILBOX} from ${VM_CALLERID}, on ${VM_DATE}, so you might\nwant to
check it when you get a chance.  Thanks!\n\n\t\t\t\t--Asterisk\n
;
; Note: ${IF()} strips spacing at the beginning and end of its true and
false
; values, so a newline cannot be placed at either location.  The word 'so'
is
; therefore duplicated, in order for the newline to be interpreted
correctly.
;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just
${IF($["${VM_CIDNUM}" = "${ORIG_VM_CIDNUM}"]?left:forwarded)} a ${VM_DUR}
long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from
${VM_CALLERID}, on ${VM_DATE},\n${IF($["${VM_CIDNUM}" =
"${ORIG_VM_CIDNUM}"]?so:(originally sent by ${ORIG_VM_CALLERID} on
${ORIG_VM_DATE})\nso)} you might want to check it when you get a chance.
Thanks!\n\n\t\t\t\t--Asterisk\n

On 18 February 2017 at 16:35, Tech Support  wrote:
> All;
>
> I am running Asterisk 11.6-cert16 and I have voicemail setup so
> voicemail messages are sent as email attachments. That works fine.
However,
> the body of the email contains the CallerID(name), but is missing the
> CallerID(num). For example, the email body looks like this:
>
>
>
>   Just wanted to let you know you were just left a 0:21 long message
> (number 13) in mailbox 101 from WIRELESS CALLER, on Friday, February 17,
> 2017 at 04:48:38 PM so you might want to check it when you get a chance.
> Thanks!
>
>
>
> Checking the CDR’s shows that both the name and number were recorded by
> Asterisk. Am I missing something obvious? Is it a simple config option in
> voicemail.conf? Any insight at all would be greatly appreciated.
>
> Thanks;
>
> John V.
>
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

[asterisk-users] Voicemail notification by email is missing CallerID info

2017-02-18 Thread Tech Support
All;

I am running Asterisk 11.6-cert16 and I have voicemail setup so
voicemail messages are sent as email attachments. That works fine. However,
the body of the email contains the CallerID(name), but is missing the
CallerID(num). For example, the email body looks like this:

 

  Just wanted to let you know you were just left a 0:21 long message
(number 13) in mailbox 101 from WIRELESS CALLER, on Friday, February 17,
2017 at 04:48:38 PM so you might want to check it when you get a chance.
Thanks!

 

Checking the CDR's shows that both the name and number were recorded by
Asterisk. Am I missing something obvious? Is it a simple config option in
voicemail.conf? Any insight at all would be greatly appreciated.

Thanks;

John V.

 

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

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

[asterisk-users] voicemail notification.

2007-05-23 Thread Jonson Player

Hello,
I'm wandering how can I make voicemail notification when i got a messages in
asterisk mailboxes. For the moment i have e-mail notifications, but I readed
that I can do also a sms notification to local sip accounts. Also I'm
wandering if i can make something like callback from asterisk to sip
account, and play voicemail check, when the user log in. Is there someone
that use this feature? Thank you.
___
--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] voicemail notification?

2004-07-01 Thread Rich Adamson

Just upgraded to cvs Head this morning and noticed our voicemail 
notification (via email) is failing with:
Jul  1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: 
E-mail addres s missing for mailbox [3000].  E-mail will not be sent.

However, a valid address in voicemail.conf has been working just
fine until now. Sendmail is running, etc.

If I add a second email address (eg, pager), it works but the first 
address does not, like:
3002 = 3002,Rich,[EMAIL PROTECTED],[EMAIL PROTECTED]

Played with the context to ensure that wasn't an issue. Faintly 
remember seeing something modified via cvs list, but can't seem to 
find anything addressing this one. Google doesn't provide any hints.

Thoughts?

Rich


___
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] voicemail notification?

2004-07-01 Thread Nicolas Gudino
Hi Rich,

On Thu, 2004-07-01 at 11:36, Rich Adamson wrote:
 Just upgraded to cvs Head this morning and noticed our voicemail 
 notification (via email) is failing with:
 Jul  1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: 
 E-mail addres s missing for mailbox [3000].  E-mail will not be sent.
 
 However, a valid address in voicemail.conf has been working just
 fine until now. Sendmail is running, etc.
 
 If I add a second email address (eg, pager), it works but the first 
 address does not, like:
 3002 = 3002,Rich,[EMAIL PROTECTED],[EMAIL PROTECTED]
 
 Played with the context to ensure that wasn't an issue. Faintly 
 remember seeing something modified via cvs list, but can't seem to 
 find anything addressing this one. Google doesn't provide any hints.
 
 Thoughts?

Another bug was introduced in function notify_new_message: the event
sent to manager does not include the voicemail context, so the manager
notifications allways return 0 messages. I will submit a bug/patch to
the bugtracker for this (as it affects the MWI in my flash operator
panel), and I will try to look also at your problem.

Best regards,

-- 
Nicolas Gudino [EMAIL PROTECTED]
House Internet S.R.L.

___
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] voicemail notification?

2004-07-01 Thread Nicolas Gudino
Voicemail email notifications are fixed on CVS as of now (thanks to
citats).

On Thu, 2004-07-01 at 15:16, Nicolas Gudino wrote:
 Hi Rich,
 
 On Thu, 2004-07-01 at 11:36, Rich Adamson wrote:
  Just upgraded to cvs Head this morning and noticed our voicemail 
  notification (via email) is failing with:
  Jul  1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: 
  E-mail addres s missing for mailbox [3000].  E-mail will not be sent.
  
  However, a valid address in voicemail.conf has been working just
  fine until now. Sendmail is running, etc.
  
  If I add a second email address (eg, pager), it works but the first 
  address does not, like:
  3002 = 3002,Rich,[EMAIL PROTECTED],[EMAIL PROTECTED]
  

___
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] voicemail notification?

2004-07-01 Thread Rich Adamson
Yup, seen the cvs entry come through, so just modified the src here
directly. Fixed it.

Thanks


 Voicemail email notifications are fixed on CVS as of now (thanks to
 citats).
 
 On Thu, 2004-07-01 at 15:16, Nicolas Gudino wrote:
  Hi Rich,
  
  On Thu, 2004-07-01 at 11:36, Rich Adamson wrote:
   Just upgraded to cvs Head this morning and noticed our voicemail 
   notification (via email) is failing with:
   Jul  1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail: 
   E-mail addres s missing for mailbox [3000].  E-mail will not be sent.
   
   However, a valid address in voicemail.conf has been working just
   fine until now. Sendmail is running, etc.
   
   If I add a second email address (eg, pager), it works but the first 
   address does not, like:
   3002 = 3002,Rich,[EMAIL PROTECTED],[EMAIL PROTECTED]
   
 
 ___
 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

---End of Original Message-


___
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] voicemail notification?

2004-07-01 Thread Nicolas Gudino
Hi,

I have just submited bug 1962. If you are using the Flash Operator Panel
(and maybe other swtichboard/manager applications with MWI) with current
CVS-HEAD, you might need to apply the patch to get MWI working.

Best regards,

-- 
Nicolas Gudino [EMAIL PROTECTED]
House Internet S.R.L.

___
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] voicemail notification?

2004-07-01 Thread Nicolas Gudino
On Thu, 2004-07-01 at 18:03, Nicolas Gudino wrote:
 Hi,
 
 I have just submited bug 1962. If you are using the Flash Operator Panel
 (and maybe other swtichboard/manager applications with MWI) with current
 CVS-HEAD, you might need to apply the patch to get MWI working.
 
 Best regards,

Fixed on CVS now.. thanks Mark!

-- 
Nicolas Gudino [EMAIL PROTECTED]
House Internet S.R.L.

___
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] voicemail notification - LED solution

2004-04-15 Thread Roger
Walker Haddock wrote:

I just hit google and got this.  However, there are 35 hits so take a look.

http://lists.digium.com/pipermail/asterisk-users/2003-October/022796.html

or, more recently:

http://lists.digium.com/pipermail/asterisk-users/2003-February/007855.html

Bottom line, you have to put the mailbox= record in the sip.conf file in the stanza for the device.
 

Thanks

I put

mailbox=extention@context
ie
[EMAIL PROTECTED]
The extension came from the voicemail.conf file. 

The handset LED comes on solid and the line where I'm connected to has a envelope that flashes, although not very prominatly.

Thanks a bunch!  I now know that I'm missing calls! ;-)

___
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] voicemail notification - LED solution

2004-04-14 Thread Roger
Does anyone know how to send a message to a Cisco 7940/7960 phone 
running SIP images 6.3 telling it to light up one of its LED's when new 
voice mail arrives?

I found alot of web based solutions

http://www.voip-info.org/wiki-Asterisk+GUI

and easy ways of getting email or getting paged of a new voice mail - 
but nothing where you can just look at the phone and see a blinking 
light or illuminated LED indicating new voice mail..

Thoughts?

___
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] voicemail notification - LED solution

2004-04-14 Thread Roger
Roger wrote:

Does anyone know how to send a message to a Cisco 7940/7960 phone 
running SIP images 6.3 telling it to light up one of its LED's when 
new voice mail arrives?

I found alot of web based solutions

http://www.voip-info.org/wiki-Asterisk+GUI

and easy ways of getting email or getting paged of a new voice mail - 
but nothing where you can just look at the phone and see a blinking 
light or illuminated LED indicating new voice mail..
On second though - the leds, when pressed actually do something.  
Perhaps being notified via the LED display as opposed to the 3 leds.

___
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] voicemail notification - LED solution

2004-04-14 Thread Walker Haddock
On Wed, Apr 14, 2004 at 05:39:41PM -0500, Roger wrote:
 Does anyone know how to send a message to a Cisco 7940/7960 phone 
 running SIP images 6.3 telling it to light up one of its LED's when new 
 voice mail arrives?
 
 I found alot of web based solutions
 
 http://www.voip-info.org/wiki-Asterisk+GUI
 
 and easy ways of getting email or getting paged of a new voice mail - 
 but nothing where you can just look at the phone and see a blinking 
 light or illuminated LED indicating new voice mail..
 
 Thoughts?

I just hit google and got this.  However, there are 35 hits so take a look.

http://lists.digium.com/pipermail/asterisk-users/2003-October/022796.html

or, more recently:

http://lists.digium.com/pipermail/asterisk-users/2003-February/007855.html

Bottom line, you have to put the mailbox= record in the sip.conf file in the stanza 
for the device.

Walker
-- 
   DataCrest, Inc. -- Technically Superior   **
Walker Haddock   http://www.datacrest.com
DataCrest, Inc.e-mail:  [EMAIL PROTECTED]
1634A Montgomery Hwy.phone:  1-888-941-3282, 1-205-335-8589
Birmingham, AL 35216  fax:  1-205-823-7838
***
___
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] Voicemail notification problem

2003-12-13 Thread Michael Welter
When one exension has a voicemail, stutter dialtone is turned-on for all 
extensions.

My zapata.conf entries:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
My voicemail.conf entries:
[other]
61 = 1234,...,[EMAIL PROTECTED]
62 = 1234,...,[EMAIL PROTECTED]
etc.
Are my entries correct, or is there a way to fix it so that just the 
extension with the voicemail gets stutter dialtone?

Thanks

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail notification

2003-09-16 Thread How Peng Kaiam



Possible to call the user's phone and allow the 
user to access or read the voice mail whenever there is a voice 
mail?
I know the email notification works.
Thanks.



Re: [Asterisk-Users] Voicemail notification

2003-09-16 Thread Florian Overkamp
At 21:11 16-9-2003 +0800, you wrote:
Possible to call the user's phone and allow the user to access or read the 
voice mail whenever there is a voice mail?
I know the email notification works.
Sure. Whenever I program a voicemail entrance (i.e. after a busy signal or 
timeout on the Dial) I allow for an escape that accesses VoiceMailMail:

exten = s,1,Wait,2
exten = s,2,Answer
exten = s,3,Wait,1
exten = s,4,Background,myvoicemailprompt
exten = s,5,Voicemail(s1000)   ; My personal voicemailbox
exten = s,6,Hangup
exten = 0,1,AGI,VoicemailMain
exten = 0,2,Hangup
This way, I can call my own phone, wait for the voicemail to kick in and 
then interrupt it to get to my messages.

Ofcourse VoicemailMain can be made a little smarter to allow direct access 
(without mailbox/password) when it is being called from a trusted line 
(your cellphone, for instance).
I use a little AGI script for that.



Met vriendelijke groet,
Florian Overkamp
ObSimRef BV (http://www.obsimref.com/) 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail notification email with no attachment despite attach=yes

2003-09-11 Thread Jean-Marc V. Liotier
On Wed, 2003-09-10 at 19:25, Tilghman Lesher wrote:

  in voicemail.conf :
  1234 = 4242,Test mailbox,[EMAIL PROTECTED]
  6004 = 4242;Other test mailbox,[EMAIL PROTECTED]

 
 It's probably the semicolon (;) in the second line, instead of a comma 
 (,).

Thanks to Tilghman, Troy and Paul for that answer and sorry for asking
the list for something so trivial. I wonder how I missed something that
obvious. I guess I spent too long staring at the files : maybe I would
have noticed after having taken a pause...




___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail notification email with no attachment despite attach=yes

2003-09-10 Thread Jean-Marc V. Liotier
The demo 1235 extension that Asterisk ships with works fine and the
messages are sent to the address I set in voicemail.conf. I guess that
means that my configuration is working perfectly so far.

But when I set up another extension with a voicemailbox, no mail is sent
when a message is left, although I can dial voicemail and listen to the
message just fine which I guess rules out voicemailbox misconfiguration.

The strange thing is that both extensions and mailboxes are configured
exactly the same :

in extensions.conf :
exten = 1235,1,Voicemail(u1234); Right to voicemail
exten = 6004,1,Voicemail(u6004)

in voicemail.conf :
1234 = 4242,Test mailbox,[EMAIL PROTECTED]
6004 = 4242;Other test mailbox,[EMAIL PROTECTED]

I don't understand why these two seemingly identical configuration yield
different results. I guess that I must have missed something that was
included in the example and not in my new mailbox. Could somebody give
me a hint about what it could be ?



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail notification email with no attachment despite attach=yes

2003-09-10 Thread Tilghman Lesher
On Wednesday 10 September 2003 12:12 pm, Jean-Marc V. Liotier wrote:
 The demo 1235 extension that Asterisk ships with works fine and the
 messages are sent to the address I set in voicemail.conf. I guess
 that means that my configuration is working perfectly so far.

 But when I set up another extension with a voicemailbox, no mail is
 sent when a message is left, although I can dial voicemail and
 listen to the message just fine which I guess rules out
 voicemailbox misconfiguration.

 The strange thing is that both extensions and mailboxes are
 configured exactly the same :

 in extensions.conf :
 exten = 1235,1,Voicemail(u1234); Right to
 voicemail exten = 6004,1,Voicemail(u6004)

 in voicemail.conf :
 1234 = 4242,Test mailbox,[EMAIL PROTECTED]
 6004 = 4242;Other test mailbox,[EMAIL PROTECTED]

 I don't understand why these two seemingly identical configuration
 yield different results. I guess that I must have missed something
 that was included in the example and not in my new mailbox. Could
 somebody give me a hint about what it could be ?

It's probably the semicolon (;) in the second line, instead of a comma 
(,).

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Voicemail notification email with no attachment despite attach=yes

2003-09-10 Thread Troy Settle

  

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Jean-Marc V. Liotier
 Sent: Wednesday, September 10, 2003 1:13 PM
 To: [EMAIL PROTECTED]
 Subject: [Asterisk-Users] Voicemail notification email with 
 no attachment despite attach=yes
 
 The demo 1235 extension that Asterisk ships with works fine and the
 messages are sent to the address I set in voicemail.conf. I guess that
 means that my configuration is working perfectly so far.
 
 But when I set up another extension with a voicemailbox, no 
 mail is sent
 when a message is left, although I can dial voicemail and 
 listen to the
 message just fine which I guess rules out voicemailbox 
 misconfiguration.
 
 The strange thing is that both extensions and mailboxes are configured
 exactly the same :
 
 in extensions.conf :
 exten = 1235,1,Voicemail(u1234); Right to voicemail
 exten = 6004,1,Voicemail(u6004)
 
 in voicemail.conf :
 1234 = 4242,Test mailbox,[EMAIL PROTECTED]
 6004 = 4242;Other test mailbox,[EMAIL PROTECTED]
  ^
  |
Could this have anything to do with it?  You're effectively commenting out
the rest of the line (if I have a grasp on *'s config parser.

In effect, you have a VM box w/password, but no name or email address.

 
 I don't understand why these two seemingly identical 
 configuration yield
 different results. I guess that I must have missed something that was
 included in the example and not in my new mailbox. Could somebody give
 me a hint about what it could be ?
 


--
  Troy Settle
  Pulaski Networks
  http://www.psknet.com
  540.994.4254 ~ 866.477.5638
  Pulaski Chamber 2002 Small Business Of The Year

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Voicemail notification email with no attachment despite attach=yes

2003-09-10 Thread Paul Crick
 in voicemail.conf :
 1234 = 4242,Test mailbox,[EMAIL PROTECTED]
 6004 = 4242;Other test mailbox,[EMAIL PROTECTED]

How about the second line having a semi-colon between password and
description, while the first line has a comma?

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail Notification

2003-06-16 Thread Derek Beaumont
Are you using voicemail2 or voicemail?

Can you confirm that /var/spool/asterisk/vm/403/INBOX has messages
and/or
/var/spool/asterisk/voicemail/default/403/INBOX has messages?

Mark

I am using voicemail2, and I can confirm that I have messages in my
inbox.

-Derek

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail Notification

2003-06-14 Thread Mark Spencer
The stutter dialtone should be longer now than it used to be (about twice
as long).

Mark

On Thu, 12 Jun 2003, Derek Beaumont wrote:

 In case anybody is wondering...
 I am in Canada, which apparently makes a difference.  I found this in
 the archives:

 And this does actually work. There is a stutter tone for about half a
 second when you pick up the configured channel. This is apparently how

 the Telco's do it in the US. I didn't realize this was how it worked,
 and told Mark it wasn't working. He set me straight. :)
 In Canada, if you have a voicemail waiting, it gives you a constant
 stutter tone until you clear your voicemail.


 So I'm used to hearing a stutter tone that does not go away until the
 message is checked.  However,
 I don't hear any stutter at all, just a regular dialtone.

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail notification

2003-06-12 Thread Andy Powell
Ok, thanks for the clarification

Shame it still doesn;t work for me :( maybe it only works
with US phones... anyone in Europe got this working?

Andy

*** REPLY SEPARATOR  ***

On 11/06/2003 at 21:55 Tilghman Lesher wrote:

On Wednesday 11 June 2003 19:10, Andy Powell wrote:
 I'd like to use either the message waiting light or stutter tone but
 on searching the archives I found conflicting answers.

 Everyone seems to agree that you should add

 mainbox=mailbox number

 but some people are saying that it should be added to zapata.conf and
 others are saying zaptel.conf

 Can someone who has it working clarify this?

zaptel.conf is used for the kernel module.  zapata.conf is used for the
Asterisk program.  As MWI is an Asterisk feature, it must therefore be
placed in zapata.conf.

If you're still not convinced, you can do a grep in the various cvs
repositories to confirm which is which:

[EMAIL PROTECTED]:/cvs/asterisk# grep -r 'mailbox' /cvs/zaptel
[EMAIL PROTECTED]:/cvs/asterisk# grep -r 'mailbox' channels/chan_zap.c
} else if (!strcasecmp(v-name, mailbox)) {
} else if (!strcasecmp(v-name, mailbox)) {

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail Notification

2003-06-12 Thread Derek Beaumont
I have edited my zapata.conf file and I still cannot get voicemail
notification to work.

zapata.conf

...
mailbox=403
callerid=Bruce Wayne 403
channel=4
...

Shouldn't this create a stutter dial tone for channel 4?
Are there any other places that I must configure for this to work?

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail Notification

2003-06-12 Thread Derek Beaumont
In case anybody is wondering...
I am in Canada, which apparently makes a difference.  I found this in
the archives:

And this does actually work. There is a stutter tone for about half a 
second when you pick up the configured channel. This is apparently how

the Telco's do it in the US. I didn't realize this was how it worked, 
and told Mark it wasn't working. He set me straight. :) 
In Canada, if you have a voicemail waiting, it gives you a constant 
stutter tone until you clear your voicemail. 


So I'm used to hearing a stutter tone that does not go away until the
message is checked.  However, 
I don't hear any stutter at all, just a regular dialtone.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail notification

2003-06-12 Thread K. C. Li
On Thu, 12 Jun 2003, Andy Powell wrote:

 Shame it still doesn;t work for me :( maybe it only works
 with US phones... anyone in Europe got this working?

We have the MWI (Message Waiting Indicator) working on the Snom 100/200
but we haven't tried the stuttered tone. We didn't manage to get the
external line dial tone (ie. ignorepat = 9) working so the stuttered
tone might not work either.

Regards,

Kwong Li
[EMAIL PROTECTED]
Laser Business Systems Ltd.
http://www.laser.com

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail notification

2003-06-12 Thread Tilghman Lesher
On Thursday 12 June 2003 10:48, K. C. Li wrote:
 On Thu, 12 Jun 2003, Andy Powell wrote:
  Shame it still doesn;t work for me :( maybe it only works
  with US phones... anyone in Europe got this working?

 We have the MWI (Message Waiting Indicator) working on the Snom
 100/200 but we haven't tried the stuttered tone. We didn't manage to
 get the external line dial tone (ie. ignorepat = 9) working so the
 stuttered tone might not work either.

The SNOM is not a Zaptel device, so you won't get that.  The dialtone
that you hear on the SNOM is generated by the SNOM, not by Asterisk.

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail notification

2003-06-11 Thread Derek Beaumont
Besides email notification, is there another way to get asterisk notify
the user that they have a message?

Example:  Some analog phones have a blinking light that lets the user
know that they have a voicemail message.
Is asterisk capable of doing this?

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail notification

2003-06-11 Thread Joe Antkowiak
it should be added to zapata.conf, and you can specify multiple
mailboxes separated by ,

On Wed, 2003-06-11 at 20:10, Andy Powell wrote:
 I'd like to use either the message waiting light or stutter tone but on searching
 the archives I found conflicting answers. 
 
 Everyone seems to agree that you should add
 
 mainbox=mailbox number
 
 but some people are saying that it should be added to zapata.conf and
 others are saying zaptel.conf
 
 Can someone who has it working clarify this? If it is zaptel.conf can somone 
 supply a sample.. my zaptel.conf file only consists of
 
 fxsks=1
 fxoks=2
 fxoks=3
 loadzone=uk
 defaultzone=uk
 
 and that's it...
 
 Thanks in advance
 
 Andy
 
 
 
 *** REPLY SEPARATOR  ***
 
 On 11/06/2003 at 16:53 Steven Critchfield wrote:
 
 On Wed, 2003-06-11 at 15:16, Derek Beaumont wrote:
  Besides email notification, is there another way to get asterisk notify
  the user that they have a message?
  
  Example:  Some analog phones have a blinking light that lets the user
  know that they have a voicemail message.
  Is asterisk capable of doing this?
 
 Yes, and I know it works on Sip and Zap channels. Check archive for MWI,
 for Message waiting indicator.
 -- 
 Steven Critchfield  [EMAIL PROTECTED]
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail notification

2003-06-11 Thread Tilghman Lesher
On Wednesday 11 June 2003 19:10, Andy Powell wrote:
 I'd like to use either the message waiting light or stutter tone but
 on searching the archives I found conflicting answers.

 Everyone seems to agree that you should add

 mainbox=mailbox number

 but some people are saying that it should be added to zapata.conf and
 others are saying zaptel.conf

 Can someone who has it working clarify this?

zaptel.conf is used for the kernel module.  zapata.conf is used for the
Asterisk program.  As MWI is an Asterisk feature, it must therefore be
placed in zapata.conf.

If you're still not convinced, you can do a grep in the various cvs
repositories to confirm which is which:

[EMAIL PROTECTED]:/cvs/asterisk# grep -r 'mailbox' /cvs/zaptel
[EMAIL PROTECTED]:/cvs/asterisk# grep -r 'mailbox' channels/chan_zap.c
} else if (!strcasecmp(v-name, mailbox)) {
} else if (!strcasecmp(v-name, mailbox)) {

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users