Re: [asterisk-users] Configuring Voicemail in Asterisk 1.8

2011-05-07 Thread bilal ghayyad
Dear;

Where I can find a new documentation for Asterisk 1.8?

Where is the wrong in that line? I see it is as 1.8 version !

500 = 1234,Operator,opera...@gama.com

Regards
Bilal


---

 You are using an old format for specifying the
 mailbox.  See core show application voicemail for the
 correct usage.   Also read ALL the
 UPGRADE*.txt files.
 
  -Original Message-
  From: asterisk-users-boun...@lists.digium.com
  [mailto:asterisk-users-boun...@lists.digium.com]
 On Behalf Of
  bilal ghayyad
  Sent: Friday, May 06, 2011 12:49 PM
  To: asterisk-users@lists.digium.com
  Subject: [asterisk-users] Configuring Voicemail in
 Asterisk 1.8
 
  Hi All;
 
 
  Already in the voicemail.conf file, I added the
 extension 500
  and kindly find below my voicemail configuration:
 
  [Internal]
 
  0 = 1234,Gama Operator,opera...@gama.com
  500 = 1234,Operator,opera...@gama.com
  501 = 1234,Employer Name,employer_em...@gama.com
  502 = 1234,Employer Name,employer_em...@gama.com
 
 
  Asterisk version is 1.8 and currently I am getting
 this
  warning message:
 
  [May  7 19:32:46] WARNING[4328]:
 app_voicemail.c:5535
  leave_voicemail: No entry
                
                
           in voicemail config
  file for 'u500'
 
  So what I might be missing?
 
  Regards
  Bilal


--
_
-- 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] Configuring Voicemail in Asterisk 1.8

2011-05-07 Thread --[ UxBoD ]--
- Original Message -
 Dear;
 
 Where I can find a new documentation for Asterisk 1.8?
 
 Where is the wrong in that line? I see it is as 1.8 version !
 
 500 = 1234,Operator,opera...@gama.com
 
 Regards
 Bilal
 
 
 ---
 
  You are using an old format for specifying the
  mailbox.  See core show application voicemail for the
  correct usage.   Also read ALL the
  UPGRADE*.txt files.
  
   -Original Message-
   From: asterisk-users-boun...@lists.digium.com
   [mailto:asterisk-users-boun...@lists.digium.com]
  On Behalf Of
   bilal ghayyad
   Sent: Friday, May 06, 2011 12:49 PM
   To: asterisk-users@lists.digium.com
   Subject: [asterisk-users] Configuring Voicemail in
  Asterisk 1.8
  
   Hi All;
  
  
   Already in the voicemail.conf file, I added the
  extension 500
   and kindly find below my voicemail configuration:
  
   [Internal]
  
   0 = 1234,Gama Operator,opera...@gama.com
   500 = 1234,Operator,opera...@gama.com
   501 = 1234,Employer Name,employer_em...@gama.com
   502 = 1234,Employer Name,employer_em...@gama.com
  
  
   Asterisk version is 1.8 and currently I am getting
  this
   warning message:
  
   [May  7 19:32:46] WARNING[4328]:
  app_voicemail.c:5535
   leave_voicemail: No entry
                 
                 
            in voicemail config
   file for 'u500'
  
   So what I might be missing?
  
   Regards
   Bilal
 
 

No error message in /var/log/messages/asterisk ? By the looks of the previous 
message, file for 'u500', you have a typo somewhere in your dialplan. Check all 
the VoiceMail() directives.
-- 
Thanks, Phil

--
_
-- 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] Configuring Voicemail in Asterisk 1.8

2011-05-06 Thread bilal ghayyad
Hi All;


Already in the voicemail.conf file, I added the extension 500 and kindly find 
below my voicemail configuration:

[Internal]

0 = 1234,Gama Operator,opera...@gama.com
500 = 1234,Operator,opera...@gama.com
501 = 1234,Employer Name,employer_em...@gama.com
502 = 1234,Employer Name,employer_em...@gama.com


Asterisk version is 1.8 and currently I am getting this warning message:

[May  7 19:32:46] WARNING[4328]: app_voicemail.c:5535 leave_voicemail: No entry 
 in 
voicemail config file for 'u500'

So what I might be missing? 

Regards
Bilal

--
_
-- 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] Configuring Voicemail in Asterisk 1.8

2011-05-06 Thread satish patel

change  u500 in extension.conf  because asterisk 1.8 user  500,u like 
following

exten = open-NOANSWER,1,VoiceMail(5800,u)

 Date: Fri, 6 May 2011 09:49:17 -0700
 From: bilmar...@yahoo.com
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] Configuring Voicemail in Asterisk 1.8
 
 Hi All;
 
 
 Already in the voicemail.conf file, I added the extension 500 and kindly find 
 below my voicemail configuration:
 
 [Internal]
 
 0 = 1234,Gama Operator,opera...@gama.com
 500 = 1234,Operator,opera...@gama.com
 501 = 1234,Employer Name,employer_em...@gama.com
 502 = 1234,Employer Name,employer_em...@gama.com
 
 
 Asterisk version is 1.8 and currently I am getting this warning message:
 
 [May  7 19:32:46] WARNING[4328]: app_voicemail.c:5535 leave_voicemail: No 
 entry 
  in voicemail config file for 'u500'
 
 So what I might be missing? 
 
 Regards
 Bilal
 
 --
 _
 -- 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] Configuring Voicemail in Asterisk 1.8

2011-05-06 Thread Eric Wieling

You are using an old format for specifying the mailbox.  See core show 
application voicemail for the correct usage.   Also read ALL the UPGRADE*.txt 
files.

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
 bilal ghayyad
 Sent: Friday, May 06, 2011 12:49 PM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] Configuring Voicemail in Asterisk 1.8

 Hi All;


 Already in the voicemail.conf file, I added the extension 500
 and kindly find below my voicemail configuration:

 [Internal]

 0 = 1234,Gama Operator,opera...@gama.com
 500 = 1234,Operator,opera...@gama.com
 501 = 1234,Employer Name,employer_em...@gama.com
 502 = 1234,Employer Name,employer_em...@gama.com


 Asterisk version is 1.8 and currently I am getting this
 warning message:

 [May  7 19:32:46] WARNING[4328]: app_voicemail.c:5535
 leave_voicemail: No entry
  in voicemail config
 file for 'u500'

 So what I might be missing?

 Regards
 Bilal

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