Re: [asterisk-users] VoiceMail hangup

2007-11-13 Thread Il Neofita
Probably I was not able to explain myself properly
however, for some measge this what happen

-- Local/[EMAIL PROTECTED],2 Playing
'/var/spool/asterisk/voicemail/default/300/Old/msg0003' (language
'it')
  == Spawn extension (servizi, , 1) exited non-zero on
'Local/[EMAIL PROTECTED],2'

I cannot listen the message and the voicemailmain exists I am using
asterisk 1.4.13

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

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


Re: [asterisk-users] VoiceMail hangup

2007-11-13 Thread Doug Lytle
Il Neofita wrote:
 -- Local/[EMAIL PROTECTED],2 Playing
 '/var/spool/asterisk/voicemail/default/300/Old/msg0003' (language
 'it')
   == Spawn extension (servizi, , 1) exited non-zero on
 'Local/[EMAIL PROTECTED],2'

   
It may be related to this bug:

http://bugs.digium.com/view.php?id=11083

Doug


-- 
 
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.



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

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


Re: [asterisk-users] VoiceMail hangup

2007-11-12 Thread Il Neofita
Hi
additional information if I am going to wait at least 3 seconds after
the voicemail starts to give me the instruction I am able to listen my
messages.
But why I need to wait?

On Nov 12, 2007 2:28 PM, Il Neofita [EMAIL PROTECTED] wrote:
 Hi,
 with some messages the voicemailmain after give me the information
 about the call (Days, hours and minutes) it finish.

 Whant can I check for solve this problem?


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

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


Re: [asterisk-users] VoiceMail hangup

2007-11-12 Thread Anselm Martin Hoffmeister
Am Montag, den 12.11.2007, 15:14 -0500 schrieb Il Neofita:
 Hi
 additional information if I am going to wait at least 3 seconds after
 the voicemail starts to give me the instruction I am able to listen my
 messages.
 But why I need to wait?
 
 On Nov 12, 2007 2:28 PM, Il Neofita [EMAIL PROTECTED] wrote:
  Hi,
  with some messages the voicemailmain after give me the information
  about the call (Days, hours and minutes) it finish.
 
  Whant can I check for solve this problem?
 

Read voicemail.conf. Look for minmessage setting - it will remove
messages that are shorter than the given number of seconds.

See http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+VoiceMail
See http://www.voip-info.org/wiki/view/Asterisk+config+voicemail.conf

BR
Anselm


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

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


Re: [asterisk-users] VoiceMail hangup

2007-11-12 Thread Il Neofita
Thank you for your answer.
The problem is quite different
for example,
I am leaving a message of 5 seconds
when I call to listen the message , asterisk answer and pass the call
to voicemailmain and it plays the welcome message
now if I press 1 before 3 or 4 seconds the voicemailmain gives me then
information of the message
send the command to play the message and it exists.
If I wait more the 3 or 4 seconds and then I press 1 everything is
going well for the same kind of message

On Nov 12, 2007 3:53 PM, Anselm Martin Hoffmeister
[EMAIL PROTECTED] wrote:
 Am Montag, den 12.11.2007, 15:14 -0500 schrieb Il Neofita:

  Hi
  additional information if I am going to wait at least 3 seconds after
  the voicemail starts to give me the instruction I am able to listen my
  messages.
  But why I need to wait?
 
  On Nov 12, 2007 2:28 PM, Il Neofita [EMAIL PROTECTED] wrote:
   Hi,
   with some messages the voicemailmain after give me the information
   about the call (Days, hours and minutes) it finish.
  
   Whant can I check for solve this problem?
  

 Read voicemail.conf. Look for minmessage setting - it will remove
 messages that are shorter than the given number of seconds.

 See http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+VoiceMail
 See http://www.voip-info.org/wiki/view/Asterisk+config+voicemail.conf

 BR
 Anselm


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

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

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


Re: [Asterisk-Users] voicemail-hangup issue

2004-04-08 Thread Rob Fugina
On Wed, Apr 07, 2004 at 08:52:01AM -0400, Sean Rodger wrote:
 Yes!,
 The latest CVS has fixed this problem.
 Thanks for the help.

That latest patch to wcfxs.c has made it uncompilable on my system:

gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB 
-I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer 
-I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include 
-I/usr/src/linux/include/net -DMODVERSIONS -include 
/usr/src/linux/include/linux/modversions.h  -DSTANDALONE_ZAPATA -c wcfxs.c
wcfxs.c:197: warning: unnamed struct/union that defines no instances
wcfxs.c: In function `wcfxs_interrupt':
wcfxs.c:650: structure has no member named `fxs'
wcfxs.c:652: structure has no member named `fxs'
wcfxs.c:653: structure has no member named `fxs'
...

That's gcc v2.95.4, btw...

Luckly, I don't need that particular module, but the bug has been 'fixed'
on the tracker, and I can't add a note.  I guess I'll log a new bug if
I don't see that it's already been done...

Rob

-- 
Rob Fugina, Systems Guy
[EMAIL PROTECTED] -- http://www.geekthing.com
My firewall filters MS Office attachments.

No way I'm going to use an offline reader! Well, okay.
___
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-hangup issue

2004-04-07 Thread Sean Rodger
Yes!,
The latest CVS has fixed this problem.
Thanks for the help.

Sean


- Original Message - 
From: Rich Adamson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 6:53 PM
Subject: Re: [Asterisk-Users] voicemail-hangup issue


  I have a small * installation with 2 incomming analog lines connected to
2
  X100P's, and several SIP phones.
 
  With the most recent update (cvs-04/01/04), I have started to see a
problem.
 
  If someone is connected to voicemail, and hangs up without leaving a
message
  (the problem does not occur if a message is left),
  asterisk does not register the hangup. The zaptel channel is then left
open
  indefinatly.  The end result is that both of the incomming analog lines
  become tied up, and callers get a busy signal.
 
  The problem does not seem to occur if the x100p caller hangs up at any
other
  point durring a call.
 
  Does anyone know what this could be?
 
  Any help would be greatly appreciated.

 Others have commented about this same problem recently, and apparently its
 associated with a bug that was introduced in the zap channel. I'm running
 the same config with cvs from this morning, and I've not seen the problem
 today at all. (My previous update was about a month ago, and it wasn't
present
 at that time.)

 As sort of a temp fix, you can add a parameter to the voicemail.conf to
 limit the voicemail duration before dumping the call.

 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



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

2004-04-06 Thread Rich Adamson
 I have a small * installation with 2 incomming analog lines connected to 2
 X100P's, and several SIP phones.
 
 With the most recent update (cvs-04/01/04), I have started to see a problem.
 
 If someone is connected to voicemail, and hangs up without leaving a message
 (the problem does not occur if a message is left),
 asterisk does not register the hangup. The zaptel channel is then left open
 indefinatly.  The end result is that both of the incomming analog lines
 become tied up, and callers get a busy signal.
 
 The problem does not seem to occur if the x100p caller hangs up at any other
 point durring a call.
 
 Does anyone know what this could be?
 
 Any help would be greatly appreciated.

Others have commented about this same problem recently, and apparently its
associated with a bug that was introduced in the zap channel. I'm running
the same config with cvs from this morning, and I've not seen the problem
today at all. (My previous update was about a month ago, and it wasn't present
at that time.)

As sort of a temp fix, you can add a parameter to the voicemail.conf to 
limit the voicemail duration before dumping the call.

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