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@216.52.153.206") in new stack 1:04.782 ThreadID=0x4958a540 H323 Attempt to use invalid URL "723@216.52.153.206:1720" -- Couldn't call 723@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' my extensions.conf is : [incoming] exten => s,1,Wait,1 exten => s,2,Dial(OH323/723@216.52.153.206) 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
can you please send your oh323.conf and your zapata.conf? cmayor --- Dave Alan Caruana <david@melita.net> escribi?: > 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@216.52.153.206") in new stack > 1:04.782 ThreadID=0x4958a540 H323 > Attempt to use invalid URL > "723@216.52.153.206:1720" > -- Couldn't call 723@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' > > my extensions.conf is : > > [incoming] > exten => s,1,Wait,1 > exten => s,2,Dial(OH323/723@216.52.153.206) > 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@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users ___________________________________________________ Yahoo! Messenger - Nueva versi?n GRATIS Super Webcam, voz, caritas animadas, y m?s... http://messenger.yahoo.es
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@216.52.153.206") in new stack > 1:04.782 ThreadID=0x4958a540 H323 Attempt to use invalid URL > "723@216.52.153.206:1720" > -- Couldn't call 723@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@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 ...@somehost).> my extensions.conf is : > > [incoming] > exten => s,1,Wait,1 > exten => s,2,Dial(OH323/723@216.52.153.206)So, just change it into OH323/h323:723@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@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users