[asterisk-users] VOICEMAIL CONFIGURATION

2011-06-15 Thread mahesh katta
i DID SOME VOICE MAIL CONFIGURATION. SO HOW CAN YOU RETRIVE THAT VOICEMAIL.
WHEN I RETRIVE THE VOCIE MAIL ITS NOT GETTING ANY MSG
Best Regards,

Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E)
Mumbai 400069
GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634
Web http://www.buzzworks.com
--
_
-- 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 CONFIGURATION

2011-06-15 Thread Steven Howes
On 15 Jun 2011, at 11:20, mahesh katta wrote:
 i DID SOME VOICE MAIL CONFIGURATION. SO HOW CAN YOU RETRIVE THAT VOICEMAIL. 
 WHEN I RETRIVE THE VOCIE MAIL ITS NOT GETTING ANY MSG

A lot of filesystems are case sensitive. Maybe you wrote your configuration in 
caps? This would also explain why you couldn't provide anything from the logs ;)

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

2011-06-15 Thread mahesh katta
Sir,
thanks for reply .

exten = 8501,1,VoicemailMain(s${CALLERIDNUM})
exten = 8501,2,Hangup

exten = 4578909,1,AGI(agi://127.0.0.1:4577/call_log)
exten =
4578909,2,MixMonitor(/var/spool/asterisk/astrec/${TIMESTAMP}-${CALLERIDNUM}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0))
exten = 4578909,3,Dial(SIP/173,30,tTo)
exten = 4578909,4,Dial(Zap/g0/0559421629,,tTo)
exten = 4578909,5,VoiceMail(u173)
exten = 4578909,6,playback(vm-goodbye)
exten = 4578909,7,Hangup
exten = 4578909,104,VoiceMail(b173)
exten = 4578909,105,playback(vm-goodbye)
exten = 4578909,106,Hangup()


voicemail.conf
1001 = 1001,1001 Mailbox,
1002 = 1002,1002 Mailbox,
1003 = 1003,1003 Mailbox,
1004 = 1004,1004 Mailbox,
1005 = 1005,1005 Mailbox,
1006 = 1006,1006 Mailbox,
101 = 101,101 Mailbox,
111 = 111,111 Mailbox,
169 = 169,169 Mailbox,
170 = 170,170 Mailbox,
171 = 171,171 Mailbox,
172 = 172,172 Mailbox,
173 = 173,173 Mailbox,
174 = 174,174 Mailbox

this is my configuration . i am using vicidial.




Best Regards,

Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E)
Mumbai 400069
GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634
Web http://www.buzzworks.com



On Wed, Jun 15, 2011 at 4:01 PM, Steven Howes steve-li...@geekinter.netwrote:

 On 15 Jun 2011, at 11:20, mahesh katta wrote:
  i DID SOME VOICE MAIL CONFIGURATION. SO HOW CAN YOU RETRIVE THAT
 VOICEMAIL. WHEN I RETRIVE THE VOCIE MAIL ITS NOT GETTING ANY MSG

 A lot of filesystems are case sensitive. Maybe you wrote your configuration
 in caps? This would also explain why you couldn't provide anything from the
 logs ;)

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

2011-05-16 Thread John Marvin
Thanks, that's given me some ideas. I don't think I can totally roll my 
own, since I also make use of the MWI features of voicemail. Another 
thread pointed out the existence of minivm, which I hadn't realized was 
available. I just need to find the time to play around with some of the 
proposed options.


John

On 5/14/2011 10:46 PM, virendra bhati wrote:

this will help you..

; DIY VOICEMAIL 
*[ck987_vm_record]*


;start recording after the beep.  Press # when done.
exten =  1,1,Playback(/home/ck987/asterisk_sounds/vm-record-start)


;build this call's recorded message file nameuniqueID_phone number
;every call is assigned a unique id.


exten =  1,n,Set(record_file=${UNIQUEID}_${CALLERID(num)})
; records into my vm_msg folder.


;Ends if # is hit, silence for 2 secs, or recording lasts for 60 seconds
exten =  1,n,Record(/home/ck987/asterisk_sounds/vm_msg/${record_file}.wav,2,60)


; 2 to review message, 3 to re record, or hang up
exten =  1,n,Background(/home/ck987/asterisk_sounds/vm-record-end)


exten =  1,n,WaitExten(5)
exten =  1,n,Playback(/home/ck987/asterisk_sounds/bye)


exten =  1,n,Hangup()

exten =  2,1,Playback(/home/ck987/asterisk_sounds/vm_msg/${record_file})


; press 1 to re-record, or hangup if satisfied
exten =  2,n,Background(/home/ck987/asterisk_sounds/vm-record-again)


exten =  2,n,WaitExten(5)
;no response, hang up on person.


exten =  2,n,Playback(/home/ck987/asterisk_sounds/bye)
exten =  2,n,Hangup()



;go back to the record option
exten =  3,1,Goto(ck987_vm_record,1,1)



;--DIY VOICEMAIL ADMIN--



*[ck987_vm_admin]*
; pass is 9988, jump to n+101 if authentication fails, expect 4 digits


exten =  1,1,Authenticate(9988,j,4)
; get number of voicemail messages


; SHELL function returns the output from a system command
;ls -1  lists visible files in a list.wc -l  will count how many lines 
there are.  1 line per file!


exten =  1,n,Set(num_messages=${SHELL(ls -1 
/home/ck987/asterisk_sounds/vm_msg/ | wc -l)})
;you have...


exten =  1,n,Playback(/home/ck987/asterisk_sounds/you-have)
exten =  1,n,SayDigits(${num_messages})


;...messages!
exten =  1,n,Playback(/home/ck987/asterisk_sounds/messages)


;get file names.sed  command trims off any .wav exten.tr  command trims off 
whitespace and line feeds.


exten =  1,n,Set(file_names=${SHELL(ls -m /home/ck987/asterisk_sounds/vm_msg/ 
| sed's/.wav//g'  | tr -d'  \n')})


;start message counter
exten =  1,n,Set(msg_counter=1)


; 1 to repeat message, 3 to go to the next message, 7 to go to the previous 
message
exten =  1,n,Playback(/home/ck987/asterisk_sounds/msg-options)


exten =  1,n,Goto(ck987_vm_play_message,1,1) ; playback loop
;try again if password is wrong


exten =  1,102,Goto(ck987_vm_admin,1,1)




*[ck987_vm_play_message]*
exten =  1,1,Background(beep)


exten =  1,n,Set(current_message=${CUT(file_names,\,,${msg_counter})})
exten =  1,n,NoOp(${file_names} ${current_message} ${msg_counter})


exten =  1,n,Background(/home/ck987/asterisk_sounds/vm_msg/${current_message})
exten =  1,n,Goto(3,1)



; next message: add 1 and go back to the top of the loop

exten =  3,1,Set(msg_counter=$[${msg_counter} + 1])
exten =  3,n,Set(msg_counter=${IF($[${msg_counter}  
${num_messages}]?${num_messages}:${msg_counter})})


exten =  3,n,Goto(1,1)

; previous message: subtract 1 and go back to the top of the loop


exten =  7,1,Set(msg_counter=$[${msg_counter} - 1])
;make sure number never goes below 1


exten =  7,n,Set(msg_counter=${IF($[${msg_counter}  1]?1:${msg_counter})})
exten =  7,n,Playback(/home/ck987/asterisk_sounds/previous_message)


exten =  7,n,Goto(1,1)

;delete message


exten =  *,1,System(rm /home/ck987/asterisk_sounds/vm_msg/${current_message})
;number of files has changed.  reload number of files and file names


;ls -1  lists visible files in a list.wc -l  will count how many lines 
there are.  1 line per file!


exten =  *,n,Set(num_messages=${SHELL(ls -1 
/home/ck987/asterisk_sounds/vm_msg/ | wc -l)})
;get file names.sed  command trims off any .wav exten.tr  command trims off 
whitespace and line feeds.


exten =  *,n,Set(file_names=${SHELL(ls -m /home/ck987/asterisk_sounds/vm_msg/ 
| sed's/.wav//g'  | tr -d'  \n')})


exten =  *,n,Goto(1,1)

it's the actual voicemail example which is use by asterisk it self



On Tue, May 10, 2011 at 2:53 AM, John Marvin jm-aster...@themarvins.org
mailto:jm-aster...@themarvins.org wrote:

On 5/9/2011 3:08 PM, Roger Burton West wrote:

You could use Monitor to record the whole call, then use an AGI
to do
something with it on hangup if the other conditions haven't been
satisfied...?


I understand how to do the first part, and I at least understand
that I could do something fancy with the AGI capability. But what I
don't know is how I can take the recording and insert it into a
voicemail box such that it can be retrieved through the normal
VoiceMailMain mechanism.

   

Re: [asterisk-users] Voicemail Configuration

2011-05-14 Thread virendra bhati
this will help you..

; DIY VOICEMAIL 
*[ck987_vm_record]*
;start recording after the beep.  Press # when done.
exten = 1,1,Playback(/home/ck987/asterisk_sounds/vm-record-start)
;build this call's recorded message file name uniqueID_phone number
;every call is assigned a unique id.
exten = 1,n,Set(record_file=${UNIQUEID}_${CALLERID(num)})
; records into my vm_msg folder.
;Ends if # is hit, silence for 2 secs, or recording lasts for 60 seconds
exten = 1,n,Record(/home/ck987/asterisk_sounds/vm_msg/${record_file}.wav,2,60)
; 2 to review message, 3 to re record, or hang up
exten = 1,n,Background(/home/ck987/asterisk_sounds/vm-record-end)
exten = 1,n,WaitExten(5)
exten = 1,n,Playback(/home/ck987/asterisk_sounds/bye)
exten = 1,n,Hangup()

exten = 2,1,Playback(/home/ck987/asterisk_sounds/vm_msg/${record_file})
; press 1 to re-record, or hangup if satisfied
exten = 2,n,Background(/home/ck987/asterisk_sounds/vm-record-again)
exten = 2,n,WaitExten(5)
;no response, hang up on person.
exten = 2,n,Playback(/home/ck987/asterisk_sounds/bye)
exten = 2,n,Hangup()

;go back to the record option
exten = 3,1,Goto(ck987_vm_record,1,1)

;--DIY VOICEMAIL ADMIN--

*[ck987_vm_admin]*
; pass is 9988, jump to n+101 if authentication fails, expect 4 digits
exten = 1,1,Authenticate(9988,j,4)
; get number of voicemail messages
; SHELL function returns the output from a system command
; ls -1 lists visible files in a list.  wc -l will count how many
lines there are.  1 line per file!
exten = 1,n,Set(num_messages=${SHELL(ls -1
/home/ck987/asterisk_sounds/vm_msg/ | wc -l)})
;you have...
exten = 1,n,Playback(/home/ck987/asterisk_sounds/you-have)
exten = 1,n,SayDigits(${num_messages})
;...messages!
exten = 1,n,Playback(/home/ck987/asterisk_sounds/messages)
;get file names.  sed command trims off any .wav exten.  tr
command trims off whitespace and line feeds.
exten = 1,n,Set(file_names=${SHELL(ls -m
/home/ck987/asterisk_sounds/vm_msg/ | sed 's/.wav//g' | tr -d ' \n')})
;start message counter
exten = 1,n,Set(msg_counter=1)
; 1 to repeat message, 3 to go to the next message, 7 to go to the
previous message
exten = 1,n,Playback(/home/ck987/asterisk_sounds/msg-options)
exten = 1,n,Goto(ck987_vm_play_message,1,1) ; playback loop
;try again if password is wrong
exten = 1,102,Goto(ck987_vm_admin,1,1)


*[ck987_vm_play_message]*
exten = 1,1,Background(beep)
exten = 1,n,Set(current_message=${CUT(file_names,\,,${msg_counter})})
exten = 1,n,NoOp(${file_names} ${current_message} ${msg_counter})
exten = 1,n,Background(/home/ck987/asterisk_sounds/vm_msg/${current_message})
exten = 1,n,Goto(3,1)

; next message: add 1 and go back to the top of the loop
exten = 3,1,Set(msg_counter=$[${msg_counter} + 1])
exten = 3,n,Set(msg_counter=${IF($[${msg_counter} 
${num_messages}]?${num_messages}:${msg_counter})})
exten = 3,n,Goto(1,1)

; previous message: subtract 1 and go back to the top of the loop
exten = 7,1,Set(msg_counter=$[${msg_counter} - 1])
;make sure number never goes below 1
exten = 7,n,Set(msg_counter=${IF($[${msg_counter}  1]?1:${msg_counter})})
exten = 7,n,Playback(/home/ck987/asterisk_sounds/previous_message)
exten = 7,n,Goto(1,1)

;delete message
exten = *,1,System(rm /home/ck987/asterisk_sounds/vm_msg/${current_message})
;number of files has changed.  reload number of files and file names
; ls -1 lists visible files in a list.  wc -l will count how many
lines there are.  1 line per file!
exten = *,n,Set(num_messages=${SHELL(ls -1
/home/ck987/asterisk_sounds/vm_msg/ | wc -l)})
;get file names.  sed command trims off any .wav exten.  tr
command trims off whitespace and line feeds.
exten = *,n,Set(file_names=${SHELL(ls -m
/home/ck987/asterisk_sounds/vm_msg/ | sed 's/.wav//g' | tr -d ' \n')})
exten = *,n,Goto(1,1)

it's the actual voicemail example which is use by asterisk it self



On Tue, May 10, 2011 at 2:53 AM, John Marvin jm-aster...@themarvins.orgwrote:

 On 5/9/2011 3:08 PM, Roger Burton West wrote:

  You could use Monitor to record the whole call, then use an AGI to do
 something with it on hangup if the other conditions haven't been
 satisfied...?


 I understand how to do the first part, and I at least understand that I
 could do something fancy with the AGI capability. But what I don't know is
 how I can take the recording and insert it into a voicemail box such that it
 can be retrieved through the normal VoiceMailMain mechanism.

 Would the asterisk voicemail app dynamically notice something new being
 dropped into the voicemail mbox directory? Would it only be noticed once
 Asterisk is restarted? Most importantly, would it send out the notifies to
 the phone associated with that voicemail box? I can probably fake the last
 part if necessary, but making the voicemail retrievable through the normal
 voicemail mechanism is what I really need to achieve.

 Thanks,

 John



 --
 _
 -- Bandwidth and Colocation Provided 

[asterisk-users] Voicemail Configuration

2011-05-09 Thread John Marvin

Hi,

I can't figure out a way of achieving what I want to do with the 
voicemail feature. I thought I'd ask here to see if there are any 
creative solutions that I have not considered.


What I want to do is have a message that says Press 1 for Dick, or 2 
for Jane. Then, depending on which number is pressed, have the caller 
sent to the appropriate voicemail box. I know how to do that without any 
problem.


I want to keep repeating that message after a timeout, i.e. not send the 
caller to a default voicemail box if nothing is pressed. I can handle 
that also.


However, I want to record what is said during that time and send it to 
a third voicemail box once the caller hangs up without having pressed 1 
or 2. I want this ability in order to handle robot callers. I'm not 
interested in most robot calls, but sometimes they contain useful 
information (school closures, your order is ready ...  etc.). The 
problem is if I just timeout and send the caller to a 3rd mailbox I will 
usually have lost the beginning of the message, and I don't want a short 
timeout because I want someone to be able to listen to the prompt and 
make a proper choice (if they're not a robot).


Any ideas? Is this possible?

Thanks,

John


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

2011-05-09 Thread Roger Burton West
On Mon, May 09, 2011 at 03:00:19PM -0600, John Marvin wrote:
However, I want to record what is said during that time and send it
to a third voicemail box once the caller hangs up without having
pressed 1 or 2.

You could use Monitor to record the whole call, then use an AGI to do
something with it on hangup if the other conditions haven't been
satisfied...?

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

2011-05-09 Thread John Marvin

On 5/9/2011 3:08 PM, Roger Burton West wrote:


You could use Monitor to record the whole call, then use an AGI to do
something with it on hangup if the other conditions haven't been
satisfied...?



I understand how to do the first part, and I at least understand that I 
could do something fancy with the AGI capability. But what I don't know 
is how I can take the recording and insert it into a voicemail box such 
that it can be retrieved through the normal VoiceMailMain mechanism.


Would the asterisk voicemail app dynamically notice something new being 
dropped into the voicemail mbox directory? Would it only be noticed once 
Asterisk is restarted? Most importantly, would it send out the notifies 
to the phone associated with that voicemail box? I can probably fake 
the last part if necessary, but making the voicemail retrievable through 
the normal voicemail mechanism is what I really need to achieve.


Thanks,

John


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

2005-11-22 Thread Joao Pereira

Hello,
I have my SIP clients registered with names, and I want to implement the 
voicemail in my Asterisk.

I have these lines to redirect the call to the voicemail:

exten = pereira,1,Answer
exten = pereira,2,Wait(1)
exten = pereira,3,VoiceMail(u${EXTEN})
exten = pereira,4,Playback(vm-goodbye)
exten = pereira,5,Hangup

But how do I force this rule to be applied to all calls? instead of 
writing these 5 lines for each of my clients ?


If I used numbers, I could do _ ... but how do I write the rule for 
client names?

Thanks
Joao Pereira
___
--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 configuration

2005-03-18 Thread Guy Decarpentrie
Hi all,

Is it possible to modify the voicemail scenario (for example : group the 
digits by 2), add or erase some questions ?
And if yes where i can see to do that ?

thx in advance.
___
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 configuration via PostgreSQL?

2004-11-28 Thread Tim Mattison
I've been looking at the wiki and the source for a long time now and I
just can't seem to get this straight... is VM config by PostgreSQL
functional?

From what I've seen it looks like it isn't.  I've noticed:

  1) Setting USE_POSTGRES_VM_INTERFACE to 1 in apps/Makefile sets CFLAGS
to include -DUSEPOSTGRESVM and adds -lpq to the compiler's command
line.
  2) USEPOSTGRESVM isn't mentioned anywhere in the source except for the
above Makefile.
  3) libpq isn't mentioned anywhere except cdr_pgsql.c (and CDRs work
with PostgreSQL on my machine) and app_sql_postgres.c.

Are these signs all red herrings?  Does this actually work for anyone?
I'm using CVS HEAD as of a few hours ago, BTW.

Thanks,
Tim Mattison
[EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail configuration via PostgreSQL?

2004-11-28 Thread Tim Mattison
After lots and lots of digging it appears to me as if support for DB
based configuration is only via ODBC (known as extconfig).  Sorry for
the noise.  I'll be sure to compile my findings on my site and post a
suitable followup when it is complete.

On Sun, 2004-11-28 at 16:31 -0500, Tim Mattison wrote:
 I've been looking at the wiki and the source for a long time now and I
 just can't seem to get this straight... is VM config by PostgreSQL
 functional?
 
 From what I've seen it looks like it isn't.  I've noticed:
 
   1) Setting USE_POSTGRES_VM_INTERFACE to 1 in apps/Makefile sets CFLAGS
 to include -DUSEPOSTGRESVM and adds -lpq to the compiler's command
 line.
   2) USEPOSTGRESVM isn't mentioned anywhere in the source except for the
 above Makefile.
   3) libpq isn't mentioned anywhere except cdr_pgsql.c (and CDRs work
 with PostgreSQL on my machine) and app_sql_postgres.c.
 
 Are these signs all red herrings?  Does this actually work for anyone?
 I'm using CVS HEAD as of a few hours ago, BTW.
 
 Thanks,
 Tim Mattison
 [EMAIL PROTECTED]
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

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

2004-03-10 Thread Jeremy Mann
This is more of a feature request.  I've seen that there's no configuration 
that allows you to remap voicemail keys(it being compiled into the source and 
all) but I'd like to request the ability to do so for replacement of existing 
PBX systems.  It makes the integration so much easier.  

Also, any way to move to the next unheard message when you delete(effectively 
having no undelete option)?  I have users complaining about this compared to 
both their existing voicemail and their cell phone voicemail doing it the 
aforementioned way.
-- 
--
Jeremy Mann
IT Manager
IntegraCare Home Health
2557 SW. Grapevine Pkwy #300
Grapevine, TX 76051
V: 817-287-0060
F: 817-287-0070
[EMAIL PROTECTED]
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] VoiceMail Configuration

2003-10-31 Thread Olle E. Johansson
Béasse Christophe wrote:

I have some troubles with voicemail sending message to my email address.
Do I have to configure  sendmail  to use Voicemail ?
I found that the use of sendmail was hardcoded into voicemail. Therefore,

I've submitted a patch to voicemail2 that let's you configure mail command
in voicemail.conf with
  mailcmd=your mailer command with options
This way, you are able to use simple mail clients that forward the mail to
a mail server instead of installing a full mail server on your system.
Good for those ITX - Compact Flash projects out there...
We'll see if this patch passes testing and will be included in a coming
release.
/O

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


Re: [Asterisk-Users] VoiceMail Configuration

2003-10-31 Thread Manoj K Gupta
if you will use voicemailmain2 or voicemailmain() application then it will
ask you for mailbox and corresponding password.Voicemail application only
ask for mailbox.
No you don't need to do anything with sendmail for voicemail.
Just confirm if the sendmail is working fine.

-Manoj k Gupta

- Original Message - 
From: Béasse Christophe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 31, 2003 1:23 PM
Subject: [Asterisk-Users] VoiceMail Configuration


 Hi,

 I have some troubles with voicemail sending message to my email address.
 Do I have to configure  sendmail  to use Voicemail ?
 What's about sendmail configuration ?

 In voicemail. i  have  lines like this :

 [default]
 1000 = 1234,  ,[EMAIL PROTECTED]

 I don't see what's password 1234 is ?  (password for what ?)
 But i never received any mail with wav file attached in my beasse.lsc
 mailbox (wanadoo.fr)
 The message and the files are in /var/spool//1000/INBOX

 If someone can help me ?



 ___
 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