Anthony Law wrote:
Hi Gus,

Thanks for your reply. I have tried below and still didn't work.

exten => _1905XXXXXXX,1,Dial,OH323/h323:[EMAIL PROTECTED]
or
exten => _1905XXXXXXX,1,Dial,OH323/[EMAIL PROTECTED]

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/[EMAIL PROTECTED]


Any idea?


Regards,



Anthony



Michael.




_______________________________________________ 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

Reply via email to