[Asterisk-Users] question for oh323 users
Michael Manousos
manousos at inaccessnetworks.com
Sat Feb 7 05:11:14 MST 2004
Anthony Law wrote:
> Hi Gus,
>
> Thanks for your reply. I have tried below and still didn't work.
>
> exten => _1905XXXXXXX,1,Dial,OH323/h323:${EXTEN}@192.168.1.3
> or
> exten => _1905XXXXXXX,1,Dial,OH323/${EXTEN}@192.168.1.3
>
> and now asterisk gives out below error
>
> Feb 6 16:12:41 WARNING[30740]: pbx.c:1773 ast_pbx_run: Channel 'H323:8915'
> sent into invalid extension 's' in context 'default', but no invalid handler
You must define a context for the incoming calls (section
[register] in oh323.conf).
You need someting like this:
[register]
context=demo
gwprefix=1905
>
> here is exactly what I have in extension.conf
>
> [general]
> static=yes
> writeprotect=no
>
> [default]
> include => demo
>
> [demo]
> exten => _1905XXXXXXX,1,Dial,OH323/${EXTEN}@192.168.1.2
>
>
> Any idea?
>
> Regards,
>
>
>
> Anthony
>
Michael.
More information about the asterisk-users
mailing list