[Asterisk-Users] oh323 problem (small one)
Michael Manousos
manousos at inaccessnetworks.com
Tue Jul 8 08:08:08 MST 2003
Hi,
Dave Alan Caruana wrote:
> I have just compiled & installed the latest oh323, on a fresh asterisk
> installation
> however using a previously working oh323.conf file.
>
> When I try to dial an outbound oh323 call I get the following error :
>
> -- Going to extension s|1 because of immediate=yes
> -- Executing Wait("Zap/1-1", "1") in new stack
> -- Accepting call from '21382890' to 's' on channel 1, span 1
> -- Executing Dial("Zap/1-1", "OH323/723 at 216.52.153.206") in new stack
> 1:04.782 ThreadID=0x4958a540 H323 Attempt to use invalid URL
> "723 at 216.52.153.206:1720"
> -- Couldn't call 723 at 216.52.153.206
> -- Hungup 'H323:0'
> == Everyone is busy at this time
> -- Executing Hangup("Zap/1-1", "") in new stack
> == Spawn extension (incoming, s, 3) exited non-zero on 'Zap/1-1'
> -- Hungup 'Zap/1-1'
>
There are some changes in the OpenH323 library regarding the
calling scheme used. The new style is h323:alias at host.
I thought that it would be better not to make changes
on the called address before making the call (adding this
"h323:" prefix), in order to be more flexible. Of course
this breaks older extension files (only in the case of a
direct call, something like ... at somehost).
> my extensions.conf is :
>
> [incoming]
> exten => s,1,Wait,1
> exten => s,2,Dial(OH323/723 at 216.52.153.206)
So, just change it into OH323/h323:723 at 216.52.153.206
and you should be just fine.
> exten => s,3,Hangup
>
> I can't see anything obviously wrong, and dialling that h323 address from
> SJphone
> works fine (and used to work fine from asterisk too before).
>
> help please :)
>
> Dave
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list