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/[EMAIL PROTECTED]") in new stack 1:04.782 ThreadID=0x4958a540 H323 Attempt to use invalid URL "[EMAIL PROTECTED]:1720" -- Couldn't call [EMAIL PROTECTED] -- 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:[EMAIL PROTECTED] 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 [EMAIL PROTECTED]).
my extensions.conf is :
[incoming] exten => s,1,Wait,1 exten => s,2,Dial(OH323/[EMAIL PROTECTED])
So, just change it into OH323/h323:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
