Re: [asterisk-users] Voicemail issue on Grandstream GXP2000 phones

2016-02-09 Thread Bryant Zimmerman
Richard
  
 Check both the DTMF settings, and the DialPlan string for account 3 on the 
phone.
  
 Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003
  


 From: "Richard Schroeder" 
Sent: Tuesday, February 9, 2016 12:58 PM
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 

Subject: [asterisk-users] Voicemail issue on Grandstream GXP2000 phones   
Perhaps this is not limited to Grandstream GXP 2000 phones, but those 
are the phones we are using.
  
 Using FreePBX.
  
 Retrieving a voice message (*97) works fine from Line 1.
 Retrieving a voice message (*98) and picking the extension (Comedian mail) 
works fine from Line 1.
  
 From Line 3, it does not recognize the password. (*97 or *98). The 
extension is installed on Line 3. Retrieving Line 3's voice messages can 
only be done from Line 1 (on any extension on the PBX). Line 3 seems to 
work fine otherwise.
  
 Is this a limitation, or is it some kind of setup issue?
 I can't seem to find anything in the documentation for the phone or 
FreePBX related to this issue.
  
 Anyone? This is frustrating and I will be grateful for any help.
  
 Thank you!
  
 Richard
  
  

--  Richard C. Schroeder
rsch...@gmail.com
rsch...@optonline.net
516-859-1129 - Cell


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Voicemail issue on Grandstream GXP2000 phones

2016-02-09 Thread jg

:

From Line 3, it does not recognize the password.

Did you check whether you have the same DTMF settings for Line 3?

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

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


[asterisk-users] Voicemail issue on Grandstream GXP2000 phones

2016-02-09 Thread Richard Schroeder
Perhaps this is not limited to Grandstream GXP 2000 phones, but those are
the phones we are using.

Using FreePBX.

Retrieving a voice message (*97) works fine from Line 1.
Retrieving a voice message (*98) and picking the extension (Comedian mail)
works fine from Line 1.

>From Line 3, it does not recognize the password. (*97 or *98). The
extension is installed on Line 3. Retrieving Line 3's voice messages can
only be done from Line 1 (on any extension on the PBX). Line 3 seems to
work fine otherwise.

Is this a limitation, or is it some kind of setup issue?
I can't seem to find anything in the documentation for the phone or FreePBX
related to this issue.

Anyone? This is frustrating and I will be grateful for any help.

Thank you!

Richard


-- 
Richard C. Schroeder
rsch...@gmail.com
rsch...@optonline.net
516-859-1129 - Cell
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] VoiceMail Issue

2014-03-08 Thread Carlos Rojas
Hi

Could you send us the logs from the asterisk?

Carlos


On Sat, Mar 8, 2014 at 4:03 AM, Phil Daws  wrote:

> Any ideas on why this may not be working please ?
>
> - Original Message -
> From: "Phil Daws" 
> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <
> asterisk-users@lists.digium.com>
> Sent: Friday, 28 February, 2014 5:39:54 PM
> Subject: [asterisk-users] VoiceMail Issue
>
> Hello,
>
> am attempting again to resolve an issue with multi-tenancy and the
> forwarding to VMs between mailboxes.  If in a multi-tenancy environment one
> uses custom contexts ie.
>
> [a1-ext1](a1)
> mailbox=101@a1
>
> and the associated voicemail.conf entry:
>
> [a1]
> 101 => 1234,My User 1,ad...@email.com,,tz=eastern|imapuser=ad...@email.com
> |imapfolder=Inbox
> 102 => 1234,My User 2,ad...@email.com,,tz=eastern|imapuser=ad...@email.com
> |imapfolder=Inbox
>
> now if a message is left in mailbox 101 and the user attempts to forward
> the message to mailbox 102 Asterisk responds that mailbox 102 is not found
> in context default!  One can add:
>
> searchcontexts=yes
>
> but that means each mailbox must have a unique number which goes against
> being able to use custom contexts.  I thought by specifying the following
> would fix that:
>
> exten => 7999,1,VoiceMailMain(${CALLERID(num)}@a1) ; Direct mail retrieval
> exten => 7999,n,Hangup()
>
> but it does not.  Have tried many ways to resolve but cannot find a
> resolution.
>
> Any ideas please as would like to get this working ?
>
> Thank you.
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
>
> 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 --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
>
> 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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] VoiceMail Issue

2014-03-08 Thread Phil Daws
Any ideas on why this may not be working please ?

- Original Message -
From: "Phil Daws" 
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 

Sent: Friday, 28 February, 2014 5:39:54 PM
Subject: [asterisk-users] VoiceMail Issue

Hello,

am attempting again to resolve an issue with multi-tenancy and the forwarding 
to VMs between mailboxes.  If in a multi-tenancy environment one uses custom 
contexts ie.

[a1-ext1](a1)
mailbox=101@a1

and the associated voicemail.conf entry:

[a1]
101 => 1234,My User 
1,ad...@email.com,,tz=eastern|imapuser=ad...@email.com|imapfolder=Inbox
102 => 1234,My User 
2,ad...@email.com,,tz=eastern|imapuser=ad...@email.com|imapfolder=Inbox

now if a message is left in mailbox 101 and the user attempts to forward the 
message to mailbox 102 Asterisk responds that mailbox 102 is not found in 
context default!  One can add:

searchcontexts=yes

but that means each mailbox must have a unique number which goes against being 
able to use custom contexts.  I thought by specifying the following would fix 
that:

exten => 7999,1,VoiceMailMain(${CALLERID(num)}@a1) ; Direct mail retrieval
exten => 7999,n,Hangup()

but it does not.  Have tried many ways to resolve but cannot find a resolution.

Any ideas please as would like to get this working ?

Thank you.



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


[asterisk-users] VoiceMail Issue

2014-02-28 Thread Phil Daws
Hello,

am attempting again to resolve an issue with multi-tenancy and the forwarding 
to VMs between mailboxes.  If in a multi-tenancy environment one uses custom 
contexts ie.

[a1-ext1](a1)
mailbox=101@a1

and the associated voicemail.conf entry:

[a1]
101 => 1234,My User 
1,ad...@email.com,,tz=eastern|imapuser=ad...@email.com|imapfolder=Inbox
102 => 1234,My User 
2,ad...@email.com,,tz=eastern|imapuser=ad...@email.com|imapfolder=Inbox

now if a message is left in mailbox 101 and the user attempts to forward the 
message to mailbox 102 Asterisk responds that mailbox 102 is not found in 
context default!  One can add:

searchcontexts=yes

but that means each mailbox must have a unique number which goes against being 
able to use custom contexts.  I thought by specifying the following would fix 
that:

exten => 7999,1,VoiceMailMain(${CALLERID(num)}@a1) ; Direct mail retrieval
exten => 7999,n,Hangup()

but it does not.  Have tried many ways to resolve but cannot find a resolution.

Any ideas please as would like to get this working ?

Thank you.



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Voicemail issue

2011-06-15 Thread Karsten Wemheuer
Hi,

it seems to be fixed in 1.8.4. At least I can't reproduce it there.

Karsten

Am Mittwoch, den 15.06.2011, 09:29 -0400 schrieb Mike:
> The same issue was present in 1.6 a few weeks ago and is fixed in
> latest 1.6. Maybe latest 1.8.4 does not have this issue.
> 
>  
> 
> Mike
> 
>  
> 
> From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Terry
> Brummell
> Sent: Wednesday, June 15, 2011 8:44 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion;
> brya...@zktech.com
> Subject: Re: [asterisk-users] Voicemail issue
> 
> 
>  
> 
> I'm on 1.8.3.3 and it does the same thing.  Once you log back in it
> says you have a message.  You press 1 to play and she just says
> "First" then gives you options to delete, save etc.  The message is in
> the INBOX as "msg0001.wav" currently.
> 
> 
>  
> 
> 
>  
> 
> 
>  
> 
>
> __
> From: Alec Davis
> Sent: Wed 6/15/2011 4:12 AM
> To: brya...@zktech.com; 'Asterisk Users Mailing List - Non-Commercial
> Discussion'
> Subject: Re: [asterisk-users] Voicemail issue
> 
> 
> https://issues.asterisk.org/jira/browse/18998 may have the answer,
> particularly the patch bug18998-1.8.2.3.diff.txt
> 
>  
> 
> Alec
> 
>  
> 
>  
> 
>  
> 
>
> __
> From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
>     Bryant Zimmerman
> Sent: Wednesday, 15 June 2011 12:11 p.m.
> To: brya...@zktech.com; Asterisk Users Mailing List -
> Non-Commercial Discussion
> Subject: Re: [asterisk-users] Voicemail issue
> 
> Ok here is a step by stop on how I can repeate the stuck
> voicemail box bug. 
> Now how do I fix it? Again I am on version 1.8.2.3 build.
> Can some one with a newer build test and tell me if they get
> the same results?
> 
> Example:  All testing has been done with a single message in
> the inbox.
> User has a message in their inbox
> They call in they listen to the message.
> They press 9 to save the message.
> They select to save the message back to the 0 folder (inbox)
> 
> The system changes the messages index from  to index 0001
> The user hangs up
> The system leaves the message as index 0001
> 
> The user calls in again and it says they have messages but
> because there is no  index so they cant get at any
> messages in that folder.
> 
> This explains over 50 instances where voicemails would get
> stuck in boxes with no  indexed message.
> 
> How do I fix this issue ASAP?
> 
>  
> 
> Thanks
> 
> Bryant Zimmerman (ZK Tech Inc.)
> 616-855-1030 Ext. 2003
> 
>     
>  
> 
>
> __
> From: "Bryant Zimmerman" 
> Sent: Tuesday, June 14, 2011 5:42 PM
> To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> 
> Subject: Re: [asterisk-users] Voicemail issue
> 
> Hey all
> 
> I am having instances where voicemail boxes will have a 1
> message and no 0 message this causes the user to be told
> that they have a message that they can't get at. If I renumber
> the messages manually to start with the 0 numbering then
> the user can get their messages. What could be causing this
> and how can I get it out of the system.
> 
> Is there a patch I can apply to the system or is there a know
> fix for this issue. Right now I am stuck on this version
> because of some bugs in the current release that are show
> stoppers. 
> 
> I am on 1.8.2.3 build.
> 
> Thanks
> 
> Bryant Zimmerman (ZK Tech Inc.)
> 
> 
>  
> 
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a 

Re: [asterisk-users] Voicemail issue

2011-06-15 Thread Eric Wieling

The latest 1.8.x solved the problem for us on multiple servers.

> -Original Message-
> From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mike
> Sent: Wednesday, June 15, 2011 9:29 AM
> To: 'Asterisk Users Mailing List - Non-Commercial
> Discussion'; brya...@zktech.com
> Subject: Re: [asterisk-users] Voicemail issue
>
> The same issue was present in 1.6 a few weeks ago and is
> fixed in latest 1.6. Maybe latest 1.8.4 does not have this issue.
>
>
>
> Mike
>
>
>
> From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
> Terry Brummell
> Sent: Wednesday, June 15, 2011 8:44 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion;
> brya...@zktech.com
> Subject: Re: [asterisk-users] Voicemail issue
>
>
>
> I'm on 1.8.3.3 and it does the same thing.  Once you log back
> in it says you have a message.  You press 1 to play and she
> just says "First" then gives you options to delete, save etc.
>  The message is in the INBOX as "msg0001.wav" currently.
>
>
>
>
>
>
>
> 
>
> From: Alec Davis
> Sent: Wed 6/15/2011 4:12 AM
> To: brya...@zktech.com; 'Asterisk Users Mailing List -
> Non-Commercial Discussion'
> Subject: Re: [asterisk-users] Voicemail issue
>
> https://issues.asterisk.org/jira/browse/18998
> <https://issues.asterisk.org/jira/browse/18998>  may have the
> answer, particularly the patch bug18998-1.8.2.3.diff.txt
>
>
>
> Alec
>
>
>
>
>
>
>
> 
>
>   From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
> Bryant Zimmerman
>   Sent: Wednesday, 15 June 2011 12:11 p.m.
>   To: brya...@zktech.com; Asterisk Users Mailing List -
> Non-Commercial Discussion
>   Subject: Re: [asterisk-users] Voicemail issue
>
>   Ok here is a step by stop on how I can repeate the
> stuck voicemail box bug.
>   Now how do I fix it? Again I am on version 1.8.2.3 build.
>   Can some one with a newer build test and tell me if
> they get the same results?
>
>   Example:  All testing has been done with a single
> message in the inbox.
>   User has a message in their inbox
>   They call in they listen to the message.
>   They press 9 to save the message.
>   They select to save the message back to the 0 folder (inbox)
>
>   The system changes the messages index from  to index 0001
>   The user hangs up
>   The system leaves the message as index 0001
>
>   The user calls in again and it says they have messages
> but because there is no  index so they cant get at any
> messages in that folder.
>
>   This explains over 50 instances where voicemails would
> get stuck in boxes with no  indexed message.
>
>   How do I fix this issue ASAP?
>
>
>
>   Thanks
>
>   Bryant Zimmerman (ZK Tech Inc.)
>   616-855-1030 Ext. 2003
>
>
>
>
> 
>
>
>   From: "Bryant Zimmerman" 
>   Sent: Tuesday, June 14, 2011 5:42 PM
>   To: "Asterisk Users Mailing List - Non-Commercial
> Discussion" 
>   Subject: Re: [asterisk-users] Voicemail issue
>
>   Hey all
>
>   I am having instances where voicemail boxes will have a
> 1 message and no 0 message this causes the user to be
> told that they have a message that they can't get at. If I
> renumber the messages manually to start with the 0
> numbering then the user can get their messages. What could be
> causing this and how can I get it out of the system.
>
>   Is there a patch I can apply to the system or is there
> a know fix for this issue. Right now I am stuck on this
> version because of some bugs in the current release that are
> show stoppers.
>
>   I am on 1.8.2.3 build.
>
>   Thanks
>
>   Bryant Zimmerman (ZK Tech Inc.)
>
>
>
>

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Voicemail issue

2011-06-15 Thread Mike
The same issue was present in 1.6 a few weeks ago and is fixed in latest
1.6. Maybe latest 1.8.4 does not have this issue.

 

Mike

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Terry Brummell
Sent: Wednesday, June 15, 2011 8:44 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion;
brya...@zktech.com
Subject: Re: [asterisk-users] Voicemail issue

 

I'm on 1.8.3.3 and it does the same thing.  Once you log back in it says you
have a message.  You press 1 to play and she just says "First" then gives
you options to delete, save etc.  The message is in the INBOX as
"msg0001.wav" currently.

 

 

 

  _  

From: Alec Davis
Sent: Wed 6/15/2011 4:12 AM
To: brya...@zktech.com; 'Asterisk Users Mailing List - Non-Commercial
Discussion'
Subject: Re: [asterisk-users] Voicemail issue

 <https://issues.asterisk.org/jira/browse/18998>
https://issues.asterisk.org/jira/browse/18998 may have the answer,
particularly the patch bug18998-1.8.2.3.diff.txt

 

Alec

 

 

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bryant
Zimmerman
Sent: Wednesday, 15 June 2011 12:11 p.m.
To: brya...@zktech.com; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [asterisk-users] Voicemail issue

Ok here is a step by stop on how I can repeate the stuck voicemail box bug. 
Now how do I fix it? Again I am on version 1.8.2.3 build.
Can some one with a newer build test and tell me if they get the same
results?

Example:  All testing has been done with a single message in the inbox.
User has a message in their inbox
They call in they listen to the message.
They press 9 to save the message.
They select to save the message back to the 0 folder (inbox)

The system changes the messages index from  to index 0001
The user hangs up
The system leaves the message as index 0001

The user calls in again and it says they have messages but because there is
no  index so they cant get at any messages in that folder.

This explains over 50 instances where voicemails would get stuck in boxes
with no  indexed message.

How do I fix this issue ASAP?

 

Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003

 


  _  


From: "Bryant Zimmerman" 
Sent: Tuesday, June 14, 2011 5:42 PM
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Subject: Re: [asterisk-users] Voicemail issue

Hey all

I am having instances where voicemail boxes will have a 1 message and no
0 message this causes the user to be told that they have a message that
they can't get at. If I renumber the messages manually to start with the
0 numbering then the user can get their messages. What could be causing
this and how can I get it out of the system.

Is there a patch I can apply to the system or is there a know fix for this
issue. Right now I am stuck on this version because of some bugs in the
current release that are show stoppers. 

I am on 1.8.2.3 build.

Thanks

Bryant Zimmerman (ZK Tech Inc.)

 

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Voicemail issue

2011-06-15 Thread Eric Wieling
This was a bug in 1.4, 1.6.x, and 1.8.  It is fixed in the latest release of 
each of the Asterisk versions.  Check the Changelog for 1.8.4, you might see 
the bugtracker ID with the patch.

> -Original Message-
> From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
> Bryant Zimmerman
> Sent: Tuesday, June 14, 2011 5:41 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Voicemail issue
>
> Hey all
>
> I am having instances where voicemail boxes will have a 1
> message and no 0 message this causes the user to be told
> that they have a message that they can't get at. If I
> renumber the messages manually to start with the 0
> numbering then the user can get their messages. What could be
> causing this and how can I get it out of the system.
>
> Is there a patch I can apply to the system or is there a know
> fix for this issue. Right now I am stuck on this version
> because of some bugs in the current release that are show stoppers.
>
> I am on 1.8.2.3 build.
>
>
> Thanks
>
> Bryant Zimmerman (ZK Tech Inc.)
>

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Voicemail issue

2011-06-15 Thread Terry Brummell
I'm on 1.8.3.3 and it does the same thing.  Once you log back in it says you 
have a message.  You press 1 to play and she just says "First" then gives you 
options to delete, save etc.  The message is in the INBOX as "msg0001.wav" 
currently.





From: Alec Davis
Sent: Wed 6/15/2011 4:12 AM
To: brya...@zktech.com; 'Asterisk Users Mailing List - Non-Commercial 
Discussion'
Subject: Re: [asterisk-users] Voicemail issue


https://issues.asterisk.org/jira/browse/18998 may have the answer, particularly 
the patch bug18998-1.8.2.3.diff.txt

Alec






From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bryant Zimmerman
Sent: Wednesday, 15 June 2011 12:11 p.m.
To: brya...@zktech.com; Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Voicemail issue


Ok here is a step by stop on how I can repeate the stuck voicemail box bug. 
Now how do I fix it? Again I am on version 1.8.2.3 build.
Can some one with a newer build test and tell me if they get the same results?

Example:  All testing has been done with a single message in the inbox.
User has a message in their inbox
They call in they listen to the message.
They press 9 to save the message.
They select to save the message back to the 0 folder (inbox)
The system changes the messages index from  to index 0001
The user hangs up
The system leaves the message as index 0001
The user calls in again and it says they have messages but because there is no 
 index so they cant get at any messages in that folder.
This explains over 50 instances where voicemails would get stuck in boxes with 
no  indexed message.
How do I fix this issue ASAP?



Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003




From: "Bryant Zimmerman" 
Sent: Tuesday, June 14, 2011 5:42 PM
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 

Subject: Re: [asterisk-users] Voicemail issue

Hey all

I am having instances where voicemail boxes will have a 1 message and no 
0 message this causes the user to be told that they have a message that 
they can't get at. If I renumber the messages manually to start with the 0 
numbering then the user can get their messages. What could be causing this and 
how can I get it out of the system.

Is there a patch I can apply to the system or is there a know fix for this 
issue. Right now I am stuck on this version because of some bugs in the current 
release that are show stoppers. 

I am on 1.8.2.3 build.


Thanks

Bryant Zimmerman (ZK Tech Inc.)
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Voicemail issue

2011-06-15 Thread Alec Davis
 <https://issues.asterisk.org/jira/browse/18998>
https://issues.asterisk.org/jira/browse/18998 may have the answer,
particularly the patch bug18998-1.8.2.3.diff.txt
 
Alec
 
 


  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bryant
Zimmerman
Sent: Wednesday, 15 June 2011 12:11 p.m.
To: brya...@zktech.com; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [asterisk-users] Voicemail issue


Ok here is a step by stop on how I can repeate the stuck voicemail box bug. 
Now how do I fix it? Again I am on version 1.8.2.3 build.
Can some one with a newer build test and tell me if they get the same
results?

Example:  All testing has been done with a single message in the inbox.
User has a message in their inbox
They call in they listen to the message.
They press 9 to save the message.
They select to save the message back to the 0 folder (inbox)

The system changes the messages index from  to index 0001
The user hangs up
The system leaves the message as index 0001

The user calls in again and it says they have messages but because there is
no  index so they cant get at any messages in that folder.

This explains over 50 instances where voicemails would get stuck in boxes
with no  indexed message.

How do I fix this issue ASAP?



Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003



  _  

From: "Bryant Zimmerman" 
Sent: Tuesday, June 14, 2011 5:42 PM
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Subject: Re: [asterisk-users] Voicemail issue

Hey all

I am having instances where voicemail boxes will have a 1 message and no
0 message this causes the user to be told that they have a message that
they can't get at. If I renumber the messages manually to start with the
0 numbering then the user can get their messages. What could be causing
this and how can I get it out of the system.

Is there a patch I can apply to the system or is there a know fix for this
issue. Right now I am stuck on this version because of some bugs in the
current release that are show stoppers. 

I am on 1.8.2.3 build.


Thanks

Bryant Zimmerman (ZK Tech Inc.)


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Voicemail issue

2011-06-14 Thread Bryant Zimmerman


Ok here is a step by stop on how I can repeate the stuck voicemail box bug. 

Now how do I fix it? Again I am on version 1.8.2.3 build.
Can some one with a newer build test and tell me if they get the same 
results?

Example:  All testing has been done with a single message in the inbox.
User has a message in their inbox
They call in they listen to the message.
They press 9 to save the message.
They select to save the message back to the 0 folder (inbox) 

The system changes the messages index from  to index 0001
The user hangs up
The system leaves the message as index 0001 

The user calls in again and it says they have messages but because there is 
no  index so they cant get at any messages in that folder. 

This explains over 50 instances where voicemails would get stuck in boxes 
with no  indexed message. 

How do I fix this issue ASAP? 

Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003 


 From: "Bryant Zimmerman" 
Sent: Tuesday, June 14, 2011 5:42 PM
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 

Subject: Re: [asterisk-users] Voicemail issue

Hey all

I am having instances where voicemail boxes will have a 1 message and 
no 0 message this causes the user to be told that they have a message 
that they can't get at. If I renumber the messages manually to start with 
the 0 numbering then the user can get their messages. What could be 
causing this and how can I get it out of the system.

Is there a patch I can apply to the system or is there a know fix for this 
issue. Right now I am stuck on this version because of some bugs in the 
current release that are show stoppers. 

I am on 1.8.2.3 build.

Thanks

Bryant Zimmerman (ZK Tech Inc.) 

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] Voicemail issue

2011-06-14 Thread Bryant Zimmerman
Hey all

I am having instances where voicemail boxes will have a 1 message and 
no 0 message this causes the user to be told that they have a message 
that they can't get at. If I renumber the messages manually to start with 
the 0 numbering then the user can get their messages. What could be 
causing this and how can I get it out of the system.

Is there a patch I can apply to the system or is there a know fix for this 
issue. Right now I am stuck on this version because of some bugs in the 
current release that are show stoppers. 

I am on 1.8.2.3 build.

Thanks

Bryant Zimmerman (ZK Tech Inc.)
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] voicemail issue

2006-10-15 Thread Robert Goodyear
Check for the existence of INBOX and OLD folders in the VM folders in /var/spool/asterisk/voicemailI messed around with something and found this out the hard way.Let me know if this works, as I am curious.-Rob.On Oct 10, 2006, at 12:58 PM, stan ford wrote:the last thing i was trying to do was change the default password to same as voicemail. i also tried reversing these changes but doesnt work. this is my log. i should probably mention that im running trixbox 1.21. when i connect to the voicemail system remotely, i enter the username, then a password and thats when this comes up.     Core debug is at least 1    -- Executing Macro("Local/[EMAIL PROTECTED],2", "hangupcall") in new stack    -- Executing ResetCDR("Local/[EMAIL PROTECTED],2", "w") in new stack    -- Executing NoCDR("Local/[EMAIL PROTECTED],2", "") in new stack    -- Executing Wait("Local/[EMAIL PROTECTED],2", "5") in new stack    -- Executing Hangup("Local/[EMAIL PROTECTED],2", "") in new stack 		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.___--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo 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] voicemail issue

2006-10-10 Thread stan ford
the last thing i was trying to do was change the default password to same as voicemail. i also tried reversing these changes but doesnt work. this is my log. i should probably mention that im running trixbox 1.21. when i connect to the voicemail system remotely, i enter the username, then a password and thats when this comes up.     Core debug is at least 1    -- Executing Macro("Local/[EMAIL PROTECTED],2", "hangupcall") in new stack    -- Executing ResetCDR("Local/[EMAIL PROTECTED],2", "w") in new stack    -- Executing NoCDR("Local/[EMAIL PROTECTED],2", "") in new stack    -- Executing Wait("Local/[EMAIL PROTECTED],2", "5") in new
 stack    -- Executing Hangup("Local/[EMAIL PROTECTED],2", "") in new stack 
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.___
--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 issue

2006-06-12 Thread Victor Moreno

Hello,
I have created a voicemail with succes for user victor.
But a second vocemail for user julian, asterisk claims that the 
voicemail for user 'lian' is not configured,

why asterisk is getting rid of the first 2 chars of 'julian'.
For the moment I have created user aajulian in both extensions.cfg and 
voicemail.cfg and with that tricks it works well,

but i would like to know why i cannot use the username julian.

Thanks

Victor

___
--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 Issue - Failed to lock path

2006-04-18 Thread Brent Torrenga
What would cause this? It happened out of the blue:

-- Executing VoiceMail("Zap/3-1", "[EMAIL PROTECTED]") in new stack
-- Playing 'vm-theperson' (language 'en')
-- Playing 'digits/3' (language 'en')
-- Playing 'digits/2' (language 'en')
-- Playing 'digits/6' (language 'en')
-- Playing 'vm-isunavail' (language 'en')
-- Playing 'vm-intro' (language 'en') Apr 18 11:11:41 WARNING[15841]:
app.c:1164 ast_lock_path: Failed to lock path
'/var/spool/asterisk/voicemail/default/326/INBOX': File exists Apr 18
11:11:41 ERROR[15841]: app_voicemail.c:5569 vm_exec: Could not leave
voicemail. The path is already locked.
Apr 18 11:11:41 WARNING[15841]: app_voicemail.c:5573 vm_exec: Extension
3326, priority 103 doesn't exist.
-- Executing Hangup("Zap/3-1", "") in new stack
  == Spawn extension (internal, 3326, 3) exited non-zero on 'Zap/3-1'
-- Hungup 'Zap/3-1'


Sincerely,

Brent A. Torrenga
[EMAIL PROTECTED]

Torrenga Engineering, Inc.
907 Ridge Road
Munster, Indiana 46321-1771

+1 219 836 8918 x325 Voice
+1 219 836 1138 Facsimile
www.torrenga.com

___
--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] voicemail issue with beta1 & beta2

2005-11-08 Thread James Armstrong
I have a similar issue. Using beta, small group of users. It has  
happened to me a few times. When I go to play the new messages, it  
gives the header, then plays the menu. If I press 5 to relisten to  
the message it plays correctly.


- James

On Nov 8, 2005, at 9:12 PM, [EMAIL PROTECTED] wrote:

I'm having a voicemail problem that I can't seem to eradicate, and  
I'm hoping to get some direction from this list.
The phone system in question is using 1.2 Beta 2, using Realtime  
with about 5k users in the database.
There have been a few messages that appeared to be blank, but when  
they forwarded to another extension with a
prepended message, the original message would appear.  Apparently  
some voicemail messages have an empty msg,txt
file, which the voicemail system recognizes as a voicemail, but the  
corresponding msg.wav file won't play.  When the user
forwards what they believe is a blank message to my mailbox, the  
msg.txt file is rewritten, and I receive the prepended message
followed by the original message.  I didn't see this kind of issue  
in the archives, or in google.

Please advise
Thanks!
Niles

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

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



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

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


[Asterisk-Users] voicemail issue with beta1 & beta2

2005-11-08 Thread niles
I'm having a voicemail problem that I can't seem to eradicate, and  
I'm hoping to get some direction from this list.
The phone system in question is using 1.2 Beta 2, using Realtime with  
about 5k users in the database.
There have been a few messages that appeared to be blank, but when  
they forwarded to another extension with a
prepended message, the original message would appear.  Apparently  
some voicemail messages have an empty msg,txt
file, which the voicemail system recognizes as a voicemail, but the  
corresponding msg.wav file won't play.  When the user
forwards what they believe is a blank message to my mailbox, the  
msg.txt file is rewritten, and I receive the prepended message
followed by the original message.  I didn't see this kind of issue in  
the archives, or in google.

Please advise
Thanks!
Niles

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

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 Issue

2004-11-21 Thread John Khina
Problem sorted , needed to have send dtmf via SIP info in the budgetone 
setup as well as in sip.conf.

JK
On 21/11/2004, at 11:18 PM, John Khina wrote:
I'm able to get to VoicemailMain , however when I am there , when I 
dial any digits for username , password , they are not registering , 
so its like I am not dialling any digits at all.

Regards ,
JK
On 21/11/2004, at 11:11 PM, Clive Carter wrote:
Hello ,

When comedian mail prompts for login info , no matter what I dial on 
the phone , nothing is sent to * . I'm using a budgetone 102 , with 
the latest firmware (1.0.5.16). I have set dtmfmode=Info in 
sip.conf.
I'm not sure if its the phone or * that is the issue. Any assistance 
would be appreciated.
I have Budget Tone 1's working with no problem. (Same software level)
The message button does not work (known problem).
You need to set up an extension in extension.conf and dial that
e.g.
exten => 8000,1,Wait(1)
exten => 8000,2,VoiceMailMain
exten => 8000,3,Hangup
Dial 8000 and it should work.
If you have done this and still got a problem, send me your 
Voicemail.conf. sip.conf,extensions.conf and I'll have a look

--
Clive
Email   : [EMAIL PROTECTED]
   Alt  : [EMAIL PROTECTED]
Tel : 0845 0043366
   Alt  : 01952 402032
SIP : [EMAIL PROTECTED]
Mobile  : 07970 856261
___
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] Voicemail Issue

2004-11-21 Thread John Khina
I'm able to get to VoicemailMain , however when I am there , when I 
dial any digits for username , password , they are not registering , so 
its like I am not dialling any digits at all.

Regards ,
JK
On 21/11/2004, at 11:11 PM, Clive Carter wrote:
Hello ,

When comedian mail prompts for login info , no matter what I dial on 
the phone , nothing is sent to * . I'm using a budgetone 102 , with 
the latest firmware (1.0.5.16). I have set dtmfmode=Info in sip.conf.
I'm not sure if its the phone or * that is the issue. Any assistance 
would be appreciated.
I have Budget Tone 1's working with no problem. (Same software level)
The message button does not work (known problem).
You need to set up an extension in extension.conf and dial that
e.g.
exten => 8000,1,Wait(1)
exten => 8000,2,VoiceMailMain
exten => 8000,3,Hangup
Dial 8000 and it should work.
If you have done this and still got a problem, send me your 
Voicemail.conf. sip.conf,extensions.conf and I'll have a look

--
Clive
Email   : [EMAIL PROTECTED]
   Alt  : [EMAIL PROTECTED]
Tel : 0845 0043366
   Alt  : 01952 402032
SIP : [EMAIL PROTECTED]
Mobile  : 07970 856261
___
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] Voicemail Issue

2004-11-21 Thread Clive Carter
Hello ,

When comedian mail prompts for login info , no matter what I dial on 
the phone , nothing is sent to * . I'm using a budgetone 102 , with the 
latest firmware (1.0.5.16). I have set dtmfmode=Info in sip.conf.
I'm not sure if its the phone or * that is the issue. Any assistance 
would be appreciated.
I have Budget Tone 1's working with no problem. (Same software level)
The message button does not work (known problem).
You need to set up an extension in extension.conf and dial that
e.g. 

exten => 8000,1,Wait(1)
exten => 8000,2,VoiceMailMain
exten => 8000,3,Hangup
Dial 8000 and it should work.
If you have done this and still got a problem, send me your Voicemail.conf. 
sip.conf,extensions.conf and I'll have a look
--
Clive
Email   : [EMAIL PROTECTED]
   Alt  : [EMAIL PROTECTED]
Tel : 0845 0043366
   Alt  : 01952 402032
SIP : [EMAIL PROTECTED]
Mobile  : 07970 856261
___
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 issue

2004-11-21 Thread John Khina
Hello ,

When comedian mail prompts for login info , no matter what I dial on the phone , nothing is sent to * . I'm using a budgetone 102 , with the latest firmware (1.0.5.16). I have set dtmfmode=Info in sip.conf.
I'm not sure if its the phone or * that is the issue. Any assistance would be appreciated.

Thanks

JK___
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 issue

2004-02-03 Thread Brian West
How do you start asterisk?  using safe_asterisk? or what cli options do
you give it?

bkw

On Tue, 3 Feb 2004, John Todd wrote:

> At 8:31 PM -0700 2/3/04, Rohde wrote:
> >
> >I've looked online through both google and bugs.digium.com and cannot seem
> >to find this problem anywhere, so i'll ask its unpatched source code for
> >both and everything else works fine.
> >
> >Does anyone else have the issue of asterisk dying with no messages when
> >trying to transfer a voicemail from one mailbox to another?
> >I though it might be an issue with the CVS-12/07/03-20:38:37 so I
> >updated my backup server on Tues 01/15/04 to see if that would resolve the
> >issue.
> >
> >It still dies with only this debuging code.
> >DEBUG[-1084641152]: File asterisk.c, Line 497 (quit_handler): Asterisk
> >ending (0).
> >
> >My backup asterisk server is a dd copy of the primary asterisk server,
> >so everything is configured the same I just change the hdd I'm running
> >in the system.
> >
> >This is occurs when I try to transfer a voicemail, from any user to any
> >user,
> >I've even tried with only one context.
> >
> >Any thoughts on what I can try?
> >Anyone else seen this, or has anyone else even tried to use this feature?
> >
> >Rohde
>
> Rohde -
>If you have a consistent and reproducable crash of the code, please
> look in http://bugs.digium.com/ for anyone who perhaps has similar
> symptoms.  (Hint: use the "search" feature to look for the same type
> of error keywords)
>
>If you find nobody with the same bug, please post the exact
> circumstances you created to cause the crash in a new bug ticket.  If
> you generate a corefile, please do a "bt" on the core.  Do a quick
> search of the mailing list for "bt corefile" or similiar keywords if
> you're not familiar with that process.
>
> JT
> ___
> 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] voicemail issue

2004-02-03 Thread John Todd
At 8:31 PM -0700 2/3/04, Rohde wrote:
I've looked online through both google and bugs.digium.com and cannot seem
to find this problem anywhere, so i'll ask its unpatched source code for
both and everything else works fine.
Does anyone else have the issue of asterisk dying with no messages when
trying to transfer a voicemail from one mailbox to another?
I though it might be an issue with the CVS-12/07/03-20:38:37 so I
updated my backup server on Tues 01/15/04 to see if that would resolve the
issue.
It still dies with only this debuging code.
DEBUG[-1084641152]: File asterisk.c, Line 497 (quit_handler): Asterisk
ending (0).
My backup asterisk server is a dd copy of the primary asterisk server,
so everything is configured the same I just change the hdd I'm running
in the system.
This is occurs when I try to transfer a voicemail, from any user to any
user,
I've even tried with only one context.
Any thoughts on what I can try?
Anyone else seen this, or has anyone else even tried to use this feature?
Rohde
Rohde -
  If you have a consistent and reproducable crash of the code, please 
look in http://bugs.digium.com/ for anyone who perhaps has similar 
symptoms.  (Hint: use the "search" feature to look for the same type 
of error keywords)

  If you find nobody with the same bug, please post the exact 
circumstances you created to cause the crash in a new bug ticket.  If 
you generate a corefile, please do a "bt" on the core.  Do a quick 
search of the mailing list for "bt corefile" or similiar keywords if 
you're not familiar with that process.

JT
___
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 issue

2004-02-03 Thread Rohde
I've looked online through both google and bugs.digium.com and cannot seem
to find this problem anywhere, so i'll ask its unpatched source code for
both and everything else works fine.

Does anyone else have the issue of asterisk dying with no messages when
trying to transfer a voicemail from one mailbox to another?
I though it might be an issue with the CVS-12/07/03-20:38:37 so I
updated my backup server on Tues 01/15/04 to see if that would resolve the
issue.

It still dies with only this debuging code.
DEBUG[-1084641152]: File asterisk.c, Line 497 (quit_handler): Asterisk
ending (0).

My backup asterisk server is a dd copy of the primary asterisk server,
so everything is configured the same I just change the hdd I'm running
in the system.

This is occurs when I try to transfer a voicemail, from any user to any
user,
I've even tried with only one context.

Any thoughts on what I can try?
Anyone else seen this, or has anyone else even tried to use this feature?

Rohde

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

2004-01-13 Thread Philipp von Klitzing
Hi!

> I get to voicemail either way.  It just doesn't playback the unavail on
> the IAX call.  Plays back fine on the SIP call.  Both calls show up as
> playing voicemail/company/6711/unavail on the console.

Sounds like a codec problem - check which codecs are being used during 
the IAX connection and look at the disallow/allow statements. Also make 
sure that you don't have any too much lag that "swallows" the first bit 
of playback because the connection hasn't been fully established yet - a 
look into /var/log/asterisk/messages can help to diagnose that - insert a 
Wait(2) to avoid this.

Cheers, Philipp


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

2004-01-12 Thread terry
Ok, the first set of extensions is hit via
PSTN->Asterisk2->IAX->Asterisk1.  The second is dialed via a SIP phone
registerd with Asterisk1.

#extensions.conf for Asterisk1
[test]
exten => _551212,1,Dial(SIP/6711,20,tr)
exten => _551212,2,Voicemail2([EMAIL PROTECTED])
exten => _551212,3,Hangup

exten => _6711,1,Dial(SIP/6711,20,tr)
exten => _6711,2,Voicemail2([EMAIL PROTECTED])
exten => _6711,3,Hangup

#extensions.conf for Asterisk2
[incoming]
exten => _551212,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED])

I get to voicemail either way.  It just doesn't playback the unavail on
the IAX call.  Plays back fine on the SIP call.  Both calls show up as
playing voicemail/company/6711/unavail on the console.  I noticed this
first on a much more complicated setup with macros, etc.  But recreated it
all statically as above just to test the problem (and it was still a
problem).  Anyone have any clues?

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

2003-06-28 Thread Dan
Thanks Mark,

This was the solution.
I never tried Voicemail2 and it seems that it works only with this one.

BR,
Dan

- Original Message - 
From: "Mark Spencer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 28, 2003 2:05 AM
Subject: Re: [Asterisk-Users] Voicemail issue


> The "s" flag should cause it to skip the second announcement if memory
> serves.
>
> Mark
>
> On Fri, 27 Jun 2003, Dan wrote:
>
> > It is about the "Please leave your message after the tone.." not about
the
> > "busy"/"unavailable" one which are replaced my mine.
> > How can I disable this message, as it is included in my busy/unavailable
> > recorded message?
> >
> > For now I have renamed the file vm-intro.gsm and replace the content
with
> > beep.gsm.
> > Now I hear two beeps after my message, but there is no other way to do
it?
> >
> > Thanks,
> > Dan
> >
> >
> >
> > - Original Message -
> > From: "WipeOut ." <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, June 27, 2003 1:46 PM
> > Subject: Re: [Asterisk-Users] Voicemail issue
> >
> >
> > > It should do that already.. when you record your busy and unavailable
> > message it should overwrite the default ones..
> > >
> > > > Hi,.
> > > >
> > > > How can I make that Voicemail app to play only my own recorded
message
> > > > without the default one?
> > > >
> > > > Thanks,
> > > > Dan
> > > >
> > > >
> > > > ___
> > > > Asterisk-Users mailing list
> > > > [EMAIL PROTECTED]
> > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> > > --
> > > __
> > > http://www.linuxmail.org/
> > > Now with e-mail forwarding for only US$5.95/yr
> > >
> > > Powered by Outblaze
> > > ___
> > > 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
>


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


Re: [Asterisk-Users] Voicemail issue

2003-06-27 Thread Mark Spencer
The "s" flag should cause it to skip the second announcement if memory
serves.

Mark

On Fri, 27 Jun 2003, Dan wrote:

> It is about the "Please leave your message after the tone.." not about the
> "busy"/"unavailable" one which are replaced my mine.
> How can I disable this message, as it is included in my busy/unavailable
> recorded message?
>
> For now I have renamed the file vm-intro.gsm and replace the content with
> beep.gsm.
> Now I hear two beeps after my message, but there is no other way to do it?
>
> Thanks,
> Dan
>
>
>
> - Original Message -
> From: "WipeOut ." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 27, 2003 1:46 PM
> Subject: Re: [Asterisk-Users] Voicemail issue
>
>
> > It should do that already.. when you record your busy and unavailable
> message it should overwrite the default ones..
> >
> > > Hi,.
> > >
> > > How can I make that Voicemail app to play only my own recorded message
> > > without the default one?
> > >
> > > Thanks,
> > > Dan
> > >
> > >
> > > ___
> > > Asterisk-Users mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> > --
> > __
> > http://www.linuxmail.org/
> > Now with e-mail forwarding for only US$5.95/yr
> >
> > Powered by Outblaze
> > ___
> > 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 issue

2003-06-27 Thread Dan
Thanks Olivier...
This is the solution.
I never known that the two switches can be used together.

BR,
Dan

- Original Message - 
From: "The Traveller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 6:48 PM
Subject: Re: [Asterisk-Users] Voicemail issue


> Yo Dan,
>
> Try adding the "s" to the arguments you give to "VoiceMail2", so, for
> example, "Voicemail2(sb1000)" for the busy-message of ext. "1000".
> Note that only Voicemail2 allows the "s" to be used together with
> "b" and "u".
>
>
> Grtz,
>
>Oliver
>
> On Fri, Jun 27, 2003 at 15:04:44 +0300, Dan wrote:
>
> > Voicemail
> > It is not a bug.. Just do not want to record a separate message like
"Hi,
> > I'm unavailable to answer your call...blah blah blah" and another one
for
> > "Please leave your message after the toneblah blah blah" because
this
> > one (the last one) is common for all the mailboxes, so a single voice
must
> > be used for all users, which sometimes is unacceptable.
> >
> > There is any practical reason to break this message in two pieces?
> >
> > BR,
> > Dan
> >
> > - Original Message - 
> > From: "WipeOut ." <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, June 27, 2003 2:52 PM
> > Subject: Re: [Asterisk-Users] Voicemail issue
> >
> >
> > > Don't know.. Are you using voicemail or voicemail2??
> > >
> > > Maybe you have found a bug..
> > >
> > > > Hi,
> > > >
> > > > Nope.
> > > >
> > > > I have recorded my own busy and unavailable message from the '0'
menu of
> > my
> > > > voice mailbox.
> > > > When someone is redirected to the mailbix, it hears both of them...
> > first my
> > > > recorded message, second the default one.
> > > >
> > > > I check that on two separate Asterisk boxes.
> > > > I have the latest version from the CVS.
> > > >
> > > > What else can be done?
> > > >
> > > > Thanks,
> > > > Dan
> > > >
> > > > - Original Message - 
> > > > From: "WipeOut ." <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Friday, June 27, 2003 1:46 PM
> > > > Subject: Re: [Asterisk-Users] Voicemail issue
> > > >
> > > >
> > > > > It should do that already.. when you record your busy and
unavailable
> > > > message it should overwrite the default ones..
> > > > >
> > > > > > Hi,.
> > > > > >
> > > > > > How can I make that Voicemail app to play only my own recorded
> > message
> > > > > > without the default one?
> > > > > >
> > > > > > Thanks,
> > > > > > Dan
> > > > > >
> > > > > >
> > > > > > ___
> > > > > > Asterisk-Users mailing list
> > > > > > [EMAIL PROTECTED]
> > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > > > >
> > > > > -- 
> > > > > __
> > > > > http://www.linuxmail.org/
> > > > > Now with e-mail forwarding for only US$5.95/yr
> > > > >
> > > > > Powered by Outblaze
> > > > > ___
> > > > > 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
> > >
> > > -- 
> > > __
> > > http://www.linuxmail.org/
> > > Now with e-mail forwarding for only US$5.95/yr
> > >
> > > Powered by Outblaze
> > > ___
> > > 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
>
>


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


Re: [Asterisk-Users] Voicemail issue

2003-06-27 Thread The Traveller
Yo Dan,

Try adding the "s" to the arguments you give to "VoiceMail2", so, for
example, "Voicemail2(sb1000)" for the busy-message of ext. "1000".
Note that only Voicemail2 allows the "s" to be used together with
"b" and "u".


Grtz,

   Oliver

On Fri, Jun 27, 2003 at 15:04:44 +0300, Dan wrote:

> Voicemail
> It is not a bug.. Just do not want to record a separate message like "Hi,
> I'm unavailable to answer your call...blah blah blah" and another one for
> "Please leave your message after the toneblah blah blah" because this
> one (the last one) is common for all the mailboxes, so a single voice must
> be used for all users, which sometimes is unacceptable.
> 
> There is any practical reason to break this message in two pieces?
> 
> BR,
> Dan
> 
> - Original Message ----- 
> From: "WipeOut ." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 27, 2003 2:52 PM
> Subject: Re: [Asterisk-Users] Voicemail issue
> 
> 
> > Don't know.. Are you using voicemail or voicemail2??
> >
> > Maybe you have found a bug..
> >
> > > Hi,
> > >
> > > Nope.
> > >
> > > I have recorded my own busy and unavailable message from the '0' menu of
> my
> > > voice mailbox.
> > > When someone is redirected to the mailbix, it hears both of them...
> first my
> > > recorded message, second the default one.
> > >
> > > I check that on two separate Asterisk boxes.
> > > I have the latest version from the CVS.
> > >
> > > What else can be done?
> > >
> > > Thanks,
> > > Dan
> > >
> > > - Original Message - 
> > > From: "WipeOut ." <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Friday, June 27, 2003 1:46 PM
> > > Subject: Re: [Asterisk-Users] Voicemail issue
> > >
> > >
> > > > It should do that already.. when you record your busy and unavailable
> > > message it should overwrite the default ones..
> > > >
> > > > > Hi,.
> > > > >
> > > > > How can I make that Voicemail app to play only my own recorded
> message
> > > > > without the default one?
> > > > >
> > > > > Thanks,
> > > > > Dan
> > > > >
> > > > >
> > > > > ___
> > > > > Asterisk-Users mailing list
> > > > > [EMAIL PROTECTED]
> > > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > > >
> > > > -- 
> > > > __
> > > > http://www.linuxmail.org/
> > > > Now with e-mail forwarding for only US$5.95/yr
> > > >
> > > > Powered by Outblaze
> > > > ___
> > > > 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
> >
> > -- 
> > __
> > http://www.linuxmail.org/
> > Now with e-mail forwarding for only US$5.95/yr
> >
> > Powered by Outblaze
> > ___
> > 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 issue

2003-06-27 Thread Dan
Hi Andy,

> The first question is :
>
> is your voicemail in the default location or have you moved it to another
disk?
Default location.

> if you do this you need to update the vm system link in the
> /var/spool/asterisk directory eg:
>
>  vm -> /home/asterisk/voicemail/default/
>
> using ln -s  vm
>
> also make sure * has the privs to write to those directories.
>
> HTH
NO need to do it as it is in the default location.
Thanks anyway for this hint,because I intend to move it somewhere in the
future.

BR,
Dan


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


Re: [Asterisk-Users] Voicemail issue

2003-06-27 Thread Dan
Voicemail
It is not a bug.. Just do not want to record a separate message like "Hi,
I'm unavailable to answer your call...blah blah blah" and another one for
"Please leave your message after the toneblah blah blah" because this
one (the last one) is common for all the mailboxes, so a single voice must
be used for all users, which sometimes is unacceptable.

There is any practical reason to break this message in two pieces?

BR,
Dan

- Original Message - 
From: "WipeOut ." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 2:52 PM
Subject: Re: [Asterisk-Users] Voicemail issue


> Don't know.. Are you using voicemail or voicemail2??
>
> Maybe you have found a bug..
>
> > Hi,
> >
> > Nope.
> >
> > I have recorded my own busy and unavailable message from the '0' menu of
my
> > voice mailbox.
> > When someone is redirected to the mailbix, it hears both of them...
first my
> > recorded message, second the default one.
> >
> > I check that on two separate Asterisk boxes.
> > I have the latest version from the CVS.
> >
> > What else can be done?
> >
> > Thanks,
> > Dan
> >
> > ----- Original Message - 
> > From: "WipeOut ." <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, June 27, 2003 1:46 PM
> > Subject: Re: [Asterisk-Users] Voicemail issue
> >
> >
> > > It should do that already.. when you record your busy and unavailable
> > message it should overwrite the default ones..
> > >
> > > > Hi,.
> > > >
> > > > How can I make that Voicemail app to play only my own recorded
message
> > > > without the default one?
> > > >
> > > > Thanks,
> > > > Dan
> > > >
> > > >
> > > > ___
> > > > Asterisk-Users mailing list
> > > > [EMAIL PROTECTED]
> > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> > > -- 
> > > __
> > > http://www.linuxmail.org/
> > > Now with e-mail forwarding for only US$5.95/yr
> > >
> > > Powered by Outblaze
> > > ___
> > > 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
>
> -- 
> __
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
> ___
> 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 issue

2003-06-27 Thread Andy Powell
Dan,

The first question is :

is your voicemail in the default location or have you moved it to another disk?
if you do this you need to update the vm system link in the 
/var/spool/asterisk directory eg:

 vm -> /home/asterisk/voicemail/default/

using ln -s  vm

also make sure * has the privs to write to those directories. 

HTH

Andy

On 27/06/2003 at 14:21 Dan wrote:

>Hi,
>
>Nope.
>
>I have recorded my own busy and unavailable message from the '0' menu of my
>voice mailbox.
>When someone is redirected to the mailbix, it hears both of them... first
>my
>recorded message, second the default one.
>
>I check that on two separate Asterisk boxes.
>I have the latest version from the CVS.
>
>What else can be done?
>
>Thanks,
>Dan



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


Re: [Asterisk-Users] Voicemail issue

2003-06-27 Thread WipeOut .
Don't know.. Are you using voicemail or voicemail2??

Maybe you have found a bug..

> Hi,
> 
> Nope.
> 
> I have recorded my own busy and unavailable message from the '0' menu of my
> voice mailbox.
> When someone is redirected to the mailbix, it hears both of them... first my
> recorded message, second the default one.
> 
> I check that on two separate Asterisk boxes.
> I have the latest version from the CVS.
> 
> What else can be done?
> 
> Thanks,
> Dan
> 
> - Original Message - 
> From: "WipeOut ." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 27, 2003 1:46 PM
> Subject: Re: [Asterisk-Users] Voicemail issue
> 
> 
> > It should do that already.. when you record your busy and unavailable
> message it should overwrite the default ones..
> >
> > > Hi,.
> > >
> > > How can I make that Voicemail app to play only my own recorded message
> > > without the default one?
> > >
> > > Thanks,
> > > Dan
> > >
> > >
> > > ___
> > > Asterisk-Users mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> > -- 
> > __
> > http://www.linuxmail.org/
> > Now with e-mail forwarding for only US$5.95/yr
> >
> > Powered by Outblaze
> > ___
> > 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

-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

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


Re: [Asterisk-Users] Voicemail issue

2003-06-27 Thread Dan
It is about the "Please leave your message after the tone.." not about the
"busy"/"unavailable" one which are replaced my mine.
How can I disable this message, as it is included in my busy/unavailable
recorded message?

For now I have renamed the file vm-intro.gsm and replace the content with
beep.gsm.
Now I hear two beeps after my message, but there is no other way to do it?

Thanks,
Dan



- Original Message - 
From: "WipeOut ." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 1:46 PM
Subject: Re: [Asterisk-Users] Voicemail issue


> It should do that already.. when you record your busy and unavailable
message it should overwrite the default ones..
>
> > Hi,.
> >
> > How can I make that Voicemail app to play only my own recorded message
> > without the default one?
> >
> > Thanks,
> > Dan
> >
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
> -- 
> __
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
> ___
> 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 issue

2003-06-27 Thread Dan
Hi,

Nope.

I have recorded my own busy and unavailable message from the '0' menu of my
voice mailbox.
When someone is redirected to the mailbix, it hears both of them... first my
recorded message, second the default one.

I check that on two separate Asterisk boxes.
I have the latest version from the CVS.

What else can be done?

Thanks,
Dan

- Original Message - 
From: "WipeOut ." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 1:46 PM
Subject: Re: [Asterisk-Users] Voicemail issue


> It should do that already.. when you record your busy and unavailable
message it should overwrite the default ones..
>
> > Hi,.
> >
> > How can I make that Voicemail app to play only my own recorded message
> > without the default one?
> >
> > Thanks,
> > Dan
> >
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
> -- 
> __
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
> ___
> 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 issue

2003-06-27 Thread WipeOut .
It should do that already.. when you record your busy and unavailable message it 
should overwrite the default ones..

> Hi,.
> 
> How can I make that Voicemail app to play only my own recorded message
> without the default one?
> 
> Thanks,
> Dan
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

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


[Asterisk-Users] Voicemail issue

2003-06-27 Thread Dan
Hi,.

How can I make that Voicemail app to play only my own recorded message
without the default one?

Thanks,
Dan


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