[Asterisk-Users] Voicemail with H.323?

Michael Manousos manousos at inaccessnetworks.com
Wed Jun 18 04:18:11 MST 2003


Larry Creech wrote:
> Trying to configure voicemail with H.323 all I get is the following errors
> when I call 123, 666, 665, 664 or 031. I'm a newbie at this so, I think it
> might be a simple fix.

Are all these aliases present in [register] section in oh323.conf?
Is there a context associated with these aliases? Something like:


"oh323.conf"
[general]
...
context=default-context
...
[register]
...
context=test-context
alias=123
alias=666
alias=665
alias=664
alias=031
...

If you don't group the aliases under a context, then the context
defined in [general] section will be used ("default-context" in
this case).

After that, go in your extensions.conf and build the context(s)
and extensions as you like. If you want to access the VoiceMail
of extension 1234 when you dial 666, add:

"extensions.conf"
...
[test-context]
...
exten => 666,1,Voicemail(1234)
...


Michael.


> 
>  [chan_oh323.so] => (OpenH323 Channel Driver)
>   == Parsing '/etc/asterisk/oh323.conf': Found
>   0:00.004             OpenH323 Wrapper OpenH323 Wrapper        Version
> 0.0alpha0 by inAccess Networks (www.inaccessnetworks.com 
> <http://www.inaccessnetworks.com>) on Unix Linux
> (2.4.20-i686) at 2003/6/15 18:28:45.055
>   == Registered channel type 'OH323' (OpenH323 Channel Driver)
>   == OpenH323 Channel Ready (v0.5.2)
>   == Parsing '/etc/asterisk/enum.conf': Found
> Asterisk Ready.
> *CLI> WARNING[344086]: File pbx.c, Line 1722 (ast_pbx_run): Channel
> 'H323:18299' sent into invalid extension 's' in context 'default', but no
> invalid handler
>     -- Hungup 'H323:18299'
>   1:11.507          H225 Answer:81142f0 H225    Read error (4): Interrupted
> system call
>   1:11.547                 H323 Cleaner H323    Connection
> ip$192.168.2.25:2255/18299 terminated.





More information about the asterisk-users mailing list