Re: [Asterisk-Users] SER + ASTERISK voicemail

2005-08-29 Thread harry gaillac
Hello,

Thanks for help it's ok with static file
voicemail.conf
However something is wrong with ARA .

app_voicemail search entries in voicemail.conf ?!
I set apps/Makefile for USE_ODBC_STORAGE.


Regards
Harry
//
Connected to Asterisk CVS-HEAD currently running on
serveur1 (pid = 2584)
Verbosity is at least 3
-- Executing VoiceMail("SIP/asterisk-8db8", "b84")
in new stack
Aug 29 16:11:40 WARNING[7947]: app_voicemail.c:2602
leave_voicemail: No entry in voicemail config  file
for '84'
Aug 29 16:11:50 WARNING[7947]: pbx.c:2336
__ast_pbx_run: Timeout, but no rule 't' in context
'loc al'
serveur1*CLI> odbc show
Name: asterisk
DSN: asterisk
Connected: yes
serveur1*CLI>
///
--- Steve Blair <[EMAIL PROTECTED]> a écrit :

> 
> You'll want some rules in your sip.conf to handle
> the connection from 
> SER. A
> starting point might be:
> 
>[:]
>type=peer
>context=
>tos=lowdelay; tos delay
>allow=ulaw ; dtmfmode=inband
> only works with ulaw 
> or alaw!
>dtmfmode=inband; Choices are
> inband, rfc2833, or info
> 
> You'll then want some rules in extensions.conf to
> accept the call and 
> redirect it
> to mailboxes defined in your voicemail.conf or in
> MySQL. Something like:
> 
>[general]
>context=
>switch => Realtime/ name>@extensions
>static=yes
> 
>   []
> 
>   exten => _uX,1,VoiceMail(${EXTEN}@ context name>)
>   exten => _X,1,VoiceMail(${EXTEN}@ context name>)
>   exten => _bX,1,VoiceMail(${EXTEN}@ context name>))
>   exten => #,2,Hangup ; Hang
> them up.
> 
> Steve
> 
> harry gaillac wrote:
> 
> >Hello,
> >
> >I try set Ua---SERAsterisk (voicemail/ARA)
> >|
> >   Ua
> >ser stable
> >asterisk cvs head 
> >
> >I read
>
>http://mail.iptel.org/pipermail/serusers/2005-February/015997.html
> >to forward unavailable or busy sip agents to
> asterisk
> >voicemail in failure route.
> >
> >How may I configure extensions.conf and ser.cfg ?
> >I have been trying without success!
> >
> >Regards
> >Harry
> >
> >
> > 
> >
> > 
> > 
>
>___
> 
> >Appel audio GRATUIT partout dans le monde avec le
> nouveau Yahoo! Messenger 
> >Téléchargez cette version sur
> http://fr.messenger.yahoo.com
> >___
> >--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
> 







___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com
___
--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] SER + ASTERISK voicemail

2005-08-28 Thread Steve Blair


You'll want some rules in your sip.conf to handle the connection from 
SER. A

starting point might be:

  [:]
  type=peer
  context=
  tos=lowdelay; tos delay
  allow=ulaw ; dtmfmode=inband only works with ulaw 
or alaw!

  dtmfmode=inband; Choices are inband, rfc2833, or info

You'll then want some rules in extensions.conf to accept the call and 
redirect it

to mailboxes defined in your voicemail.conf or in MySQL. Something like:

  [general]
  context=
  switch => Realtime/@extensions
  static=yes

 []

 exten => _uX,1,VoiceMail(${EXTEN}@)
 exten => _X,1,VoiceMail(${EXTEN}@)
 exten => _bX,1,VoiceMail(${EXTEN}@))
 exten => #,2,Hangup ; Hang them up.

Steve

harry gaillac wrote:


Hello,

I try set Ua---SERAsterisk (voicemail/ARA)
   |
  Ua
ser stable
asterisk cvs head 


I read
http://mail.iptel.org/pipermail/serusers/2005-February/015997.html
to forward unavailable or busy sip agents to asterisk
voicemail in failure route.

How may I configure extensions.conf and ser.cfg ?
I have been trying without success!

Regards
Harry






___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

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


Re: [Asterisk-Users] SER -> Asterisk voicemail on busy/unavailable. Anyone did it? (googling says NO)

2005-03-06 Thread Andres


If I use rewritehostport instead of forward, the call does not reach asterisk:
failure_route[1] {
   revert_uri();
   rewritehostport("69.70.x.x:5060");
   t_relay()
   break();
SER log:
 

Your failure route should read:
failure_route[1] {
   revert_uri();
   rewritehostport("69.70.x.x:5060");
   append_branch();   <==YOU MISSED THIS 
   t_relay()
   break();


--
Andres
Network Admin
http://www.telesip.net
___
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] SER Asterisk Voicemail

2005-02-10 Thread Steve Blair
 The sipsak way simply lites the MWI (or not) to indicate a message is
waiting. You need to provide instructions in extensions.conf that route
the call into voicemailmain.  I use
exten => 68007,1,VoicemailMain
exten => 68007,2,Hangup
-Steve
Aisling O'Driscoll wrote:
Hi all,
I have SER and Asterisk set up together with ser handling user
registrations and asterisk providing voicemail services. When I ring
a phone and it doesnt answer after a designated amount of time, the
request is forwarded to asterisk, and I can leave a message. 

Now, this may seem a ridiculous question but how can I listen to my
message afterwards? I have read about a solution by Java Rockx using
sipsak for sending mwi sip notify messages to the phone but is there
a simpler way which I am blindly ignoring??
Thank you in advance,
Aisling.
---Legal  Disclaimer---
The above electronic mail transmission is confidential and intended only for 
the person to whom it is addressed. Its contents may be protected by legal 
and/or professional privilege. Should it be received by you in error please 
contact the sender at the above quoted email address. Any unauthorised form of 
reproduction of this message is strictly prohibited. The Institute does not 
guarantee the security of any information electronically transmitted and is not 
liable if the information contained in this communication is not a proper and 
complete record of the message as transmitted by the sender nor for any delay 
in its receipt.
___
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
 

--
 
ISC Network Engineering
The University of Pennsylvania
3401 Walnut Street, Suite 221A
Philadelphia, PA 19104  

voice: 215-573-8396 

  215-746-8001
fax: 215-898-9348

sip:[EMAIL PROTECTED]
___
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