Re: [asterisk-users] voicemail usernames can't begin with j letter?

2006-10-23 Thread Time Bandit

Thanks to all that replayed, I made like Mr Watkins told me, and my problem is
apparently solved, although, because of the usage of the syntax
VoiceMail(${EXTEN}|u), now, two more sound files are played: vm-theperson and
vm-isunavail, while before were only played vm-intro and beep.
Is there a way to disable this two other files that get played every time?

see http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+VoiceMail
___
--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 usernames can't begin with j letter?

2006-10-23 Thread Ricardo Carvalho

Thanks for all that replayed, the problem is solved!

Regards,
Ricardo.
___
--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 usernames can't begin with j letter?

2006-10-22 Thread Andrew Joakimsen
vm-isunavail is played because you set the u flag which does exactly that, play the vm-isunavail file.On 10/21/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
Thanks to all that replayed, I made like Mr Watkins told me, and my problem isapparently solved, although, because of the usage of the syntaxVoiceMail(${EXTEN}|u), now, two more sound files are played: vm-theperson and
vm-isunavail, while before were only played vm-intro and beep.Is there a way to disable this two other files that get played every time?Regards,Ricardo.Quoting Watkins, Bradley 
[EMAIL PROTECTED]: I playing a bit with this, it seems that if you use the new syntax it works: exten = _[a-z].,3,VoiceMail(${EXTEN}|u)
 You can, of course, also use the b, j, s, and g flags. Even using the VoiceMail(u${EXTEN}) still elides the 'j'. Regards, - Brad  -Original Message-
  From: [EMAIL PROTECTED]  [mailto:[EMAIL PROTECTED]
] On Behalf Of  Eric ManxPower Wieling  Sent: Friday, October 20, 2006 1:29 PM  To: Asterisk Users Mailing List - Non-Commercial Discussion  Subject: Re: [asterisk-users] voicemail usernames can't begin
  with j letter?   Ricardo Carvalho wrote:   I'm running Asterisk version 1.2.10. I also tried with  version 1.2.4   and got same problem.
   I use SIP and in my extensions.conf I have the following code: exten = _[a-z].,1,Answer   exten = _[a-z].,2,Wait(1)   exten = _[a-z].,3,VoiceMail(${EXTEN}) exten = _[a-z].,4,Hangup
 Through my testing I found that the problem is that when someone   enters for example john's voicemail, Asterisk thinks that  j letter
   is jump flag to n+1 priority. How can I disable, (if possible) this   erroneous interpretation that Asterisk does?   Have you tried exten = _[a-z].,3,VoiceMail(u${EXTEN})
  ___  --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  
 The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose
 it to anyone else. If you received it in error please notify us immediately and then destroy it. ___ --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
___--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


RE: [asterisk-users] voicemail usernames can't begin with j letter?

2006-10-21 Thread rcarvalho
Thanks to all that replayed, I made like Mr Watkins told me, and my problem is
apparently solved, although, because of the usage of the syntax
VoiceMail(${EXTEN}|u), now, two more sound files are played: vm-theperson and
vm-isunavail, while before were only played vm-intro and beep.
Is there a way to disable this two other files that get played every time?

Regards,
Ricardo.





Quoting Watkins, Bradley [EMAIL PROTECTED]:

 I playing a bit with this, it seems that if you use the new syntax it
 works:

 exten = _[a-z].,3,VoiceMail(${EXTEN}|u)

 You can, of course, also use the b, j, s, and g flags.

 Even using the VoiceMail(u${EXTEN}) still elides the 'j'.

 Regards,
 - Brad

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of
  Eric ManxPower Wieling
  Sent: Friday, October 20, 2006 1:29 PM
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  Subject: Re: [asterisk-users] voicemail usernames can't begin
  with j letter?
 
  Ricardo Carvalho wrote:
   I'm running Asterisk version 1.2.10. I also tried with
  version 1.2.4
   and got same problem.
   I use SIP and in my extensions.conf I have the following code:
  
   exten = _[a-z].,1,Answer
   exten = _[a-z].,2,Wait(1)
   exten = _[a-z].,3,VoiceMail(${EXTEN}) exten = _[a-z].,4,Hangup
  
   Through my testing I found that the problem is that when someone
   enters for example john's voicemail, Asterisk thinks that
  j letter
   is jump flag to n+1 priority. How can I disable, (if possible) this
   erroneous interpretation that Asterisk does?
 
  Have you tried exten = _[a-z].,3,VoiceMail(u${EXTEN})
  ___
  --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
 
 
 The contents of this e-mail are intended for the named addressee only. It
 contains information that may be confidential. Unless you are the named
 addressee or an authorized designee, you may not copy or use it, or disclose
 it to anyone else. If you received it in error please notify us immediately
 and then destroy it.
 ___
 --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




___
--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 usernames can't begin with j letter?

2006-10-21 Thread Eric \ManxPower\ Wieling

[EMAIL PROTECTED] wrote:

Thanks to all that replayed, I made like Mr Watkins told me, and my problem is
apparently solved, although, because of the usage of the syntax
VoiceMail(${EXTEN}|u), now, two more sound files are played: vm-theperson and
vm-isunavail, while before were only played vm-intro and beep.
Is there a way to disable this two other files that get played every time?


If you go into your mailbox, pick option 0 you will have the option of 
recording the busy and unavailable messages.

___
--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 usernames can't begin with j letter?

2006-10-20 Thread Ricardo Carvalho

Dear all,

I've configured Asterisk Voicemail, but after some tests I realised that 
when some call is sent to the voicemail of someone which username begins 
with j letter,  Asterisk gives me the error:



WARNING[5865]: app_voicemail.c:2412 leave_voicemail: No entry in 
voicemail config file for 'ohn'


(for a called user named john, for example)


Is this some kind of Asterisk bug, or am I skipping some configuration? 
How can I make things work fine?


Thanks in advance,
Ricardo.

___
--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 usernames can't begin with j letter?

2006-10-20 Thread Bruce Reeves
What version of * are you running? I have several j usernames in voicemail.conf under SVN-branch-1.2-r37458M. On 10/20/06, Ricardo Carvalho
 [EMAIL PROTECTED] wrote:Dear all,
I've configured Asterisk Voicemail, but after some tests I realised thatwhen some call is sent to the voicemail of someone which username beginswith j letter,Asterisk gives me the error:
WARNING[5865]: app_voicemail.c:2412 leave_voicemail: No entry invoicemail config file for 'ohn'(for a called user named john, for example)Is this some kind of Asterisk bug, or am I skipping some configuration?
How can I make things work fine?Thanks in advance,Ricardo.___--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
-- BruceNortex Networks
___
--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 usernames can't begin with j letter?

2006-10-20 Thread Ricardo Carvalho
I'm running Asterisk version 1.2.10. I also tried with version 1.2.4 and 
got same problem.

I use SIP and in my extensions.conf I have the following code:

exten = _[a-z].,1,Answer
exten = _[a-z].,2,Wait(1)
exten = _[a-z].,3,VoiceMail(${EXTEN})
exten = _[a-z].,4,Hangup

Through my testing I found that the problem is that when someone enters 
for example john's voicemail, Asterisk thinks that j letter is jump 
flag to n+1 priority. How can I disable, (if possible) this erroneous 
interpretation that Asterisk does?


Regards,
Ricardo.





Bruce Reeves wrote:
What version of * are you running? I have several j usernames in 
voicemail.conf under SVN-branch-1.2-r37458M.


On 10/20/06, *Ricardo Carvalho* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Dear all,

I've configured Asterisk Voicemail, but after some tests I
realised that
when some call is sent to the voicemail of someone which username
begins
with j letter,  Asterisk gives me the error:


WARNING[5865]: app_voicemail.c:2412 leave_voicemail: No entry in
voicemail config file for 'ohn'

(for a called user named john, for example)


Is this some kind of Asterisk bug, or am I skipping some
configuration?
How can I make things work fine?

Thanks in advance,
Ricardo.

___
--Bandwidth and Colocation provided by Easynews.com
http://Easynews.com --

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




--
Bruce
Nortex Networks


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


___
--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 usernames can't begin with j letter?

2006-10-20 Thread Eric \ManxPower\ Wieling

Ricardo Carvalho wrote:
I'm running Asterisk version 1.2.10. I also tried with version 1.2.4 and 
got same problem.

I use SIP and in my extensions.conf I have the following code:

exten = _[a-z].,1,Answer
exten = _[a-z].,2,Wait(1)
exten = _[a-z].,3,VoiceMail(${EXTEN})
exten = _[a-z].,4,Hangup

Through my testing I found that the problem is that when someone enters 
for example john's voicemail, Asterisk thinks that j letter is jump 
flag to n+1 priority. How can I disable, (if possible) this erroneous 
interpretation that Asterisk does?


Have you tried exten = _[a-z].,3,VoiceMail(u${EXTEN})
___
--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 usernames can't begin with j letter?

2006-10-20 Thread Watkins, Bradley
I playing a bit with this, it seems that if you use the new syntax it
works:

exten = _[a-z].,3,VoiceMail(${EXTEN}|u)

You can, of course, also use the b, j, s, and g flags.

Even using the VoiceMail(u${EXTEN}) still elides the 'j'.

Regards,
- Brad

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Eric ManxPower Wieling
 Sent: Friday, October 20, 2006 1:29 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] voicemail usernames can't begin 
 with j letter?
 
 Ricardo Carvalho wrote:
  I'm running Asterisk version 1.2.10. I also tried with 
 version 1.2.4 
  and got same problem.
  I use SIP and in my extensions.conf I have the following code:
  
  exten = _[a-z].,1,Answer
  exten = _[a-z].,2,Wait(1)
  exten = _[a-z].,3,VoiceMail(${EXTEN}) exten = _[a-z].,4,Hangup
  
  Through my testing I found that the problem is that when someone 
  enters for example john's voicemail, Asterisk thinks that 
 j letter 
  is jump flag to n+1 priority. How can I disable, (if possible) this 
  erroneous interpretation that Asterisk does?
 
 Have you tried exten = _[a-z].,3,VoiceMail(u${EXTEN}) 
 ___
 --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
 
 
The contents of this e-mail are intended for the named addressee only. It 
contains information that may be confidential. Unless you are the named 
addressee or an authorized designee, you may not copy or use it, or disclose it 
to anyone else. If you received it in error please notify us immediately and 
then destroy it. 
___
--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 usernames can't begin with j letter?

2006-10-20 Thread Michael Neuhauser
On Fri, 2006-10-20 at 18:08 +0100, Ricardo Carvalho wrote:
 I'm running Asterisk version 1.2.10. I also tried with version 1.2.4 and 
 got same problem.
 I use SIP and in my extensions.conf I have the following code:
 
 exten = _[a-z].,1,Answer
 exten = _[a-z].,2,Wait(1)
 exten = _[a-z].,3,VoiceMail(${EXTEN})
 exten = _[a-z].,4,Hangup
 
 Through my testing I found that the problem is that when someone enters 
 for example john's voicemail, Asterisk thinks that j letter is jump 
 flag to n+1 priority. How can I disable, (if possible) this erroneous 
 interpretation that Asterisk does?
 
 Regards,
 Ricardo.

If VoiceMail() has only one argument it falls back to old-style option
parsing (i.e., options at the beginning of the single argument, see
vm_exec() in apps/app_voicemail.c). If you use
exten = _[a-z].,3,VoiceMail(${EXTEN}|)
it should use the new-style (i.e., options as second argument).

Aside from that: Are you sure that it is a wise idea to use symbolic
mailbox names (instead of only numeric)? You will not be able to enter a
mailbox on the phone when asked for it (i.e., VoiceMailMain() without an
argument).
-- 
Dr. Michael Neuhauser  mailto:[EMAIL PROTECTED]
Firmix Software GmbH  sip:[EMAIL PROTECTED]
Vienna/Austria/Europe   tel:+43-1-7890849-30
Linux Development and Services http://www.firmix.at/

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