[asterisk-users] Help in oh323 Gatekeeper

2009-07-14 Thread velusamy velu
Dear All,
 I have installed GNU gatekeeper in my machine. I tested the calls using
gatekeeper successfully.
Now I have tried to Disable the gatekeeper in oh323.conf file
   gatekeeper=DISABLE
Now I have tried to call, but the connection is not established. I have
got following warning message in console.

   WARNING[8446]: chan_oh323.c:3555 cleanup_h323_connection:
Call 'ip$192.168.8.96:30005/27890-f5194af7' not found (clear). 

Please any one give suggestions to disable the gatekeeper access in
Asterisk...

Thanks in Advance...


Regards,
Velusamy.K
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Help in oh323 Gatekeeper

2009-07-14 Thread Tzafrir Cohen
On Tue, Jul 14, 2009 at 02:10:47PM +0530, velusamy velu wrote:
 Dear All,
  I have installed GNU gatekeeper in my machine. I tested the calls using
 gatekeeper successfully.
 Now I have tried to Disable the gatekeeper in oh323.conf file
gatekeeper=DISABLE
 Now I have tried to call, but the connection is not established. I have
 got following warning message in console.
 
WARNING[8446]: chan_oh323.c:3555 cleanup_h323_connection:
 Call 'ip$192.168.8.96:30005/27890-f5194af7' not found (clear). 

What version of Asterisk is it? Any chance of using the built-in
chan_h323?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Help in oh323 Gatekeeper + does not know what to do when bridging the call

2009-07-14 Thread bilal ghayyad

Actually I am facing a problem with H.323 (the standard and the ooh323) with 
Asterisk vesion 1.4.25 and I discover the following:

1) Using the standard h323 that come with Asterisk:

The chan_h323.so it is not existed in the /usr/lib/asterisk/modules after doing 
the compilation and installation for (pwlib, openh323, /chanels/h323, 
asterisk), although make menuselect was done and the h323 channel was selected. 
Also, I was doing make opt for the h323, pwblib, and openh323. But the 
chan_h323.so is not existed.

But when the h323 IP Phone originate the call, asterisk receive it (I see this 
in asterisk consol) and respond in the default context (even we added the [ ]  
in the h323.conf), but no voice at all (we do not hear the played wave file), I 
beleive this is because chan_h323.so is not existed under the 
/usr/lib/asterisk/modules/, maybe !

Why chan_h323.so is nto generated there?
Why asterisk does not take in consideration that we added a friend in there 
h323.conf file and it should be authorized using its h323 id, and should be 
routed using the configured context, but all of this is not happenning, why? 

But ofcourse the telnet for the port 1720 is working, that means the h323 port 
is under listenning case.

2) Using the asterisk-addons-1.4.8: 

The chan_ooh323.so become existed in the /usr/lib/asterisk/modules and when we 
place a call from the IP Phone, it come to asterisk (I see this in asterisk 
consol) and the call manipulated in the default context (even if we added the 
endpoint configuration in the h323.conf file as a friend and determine its 
context), and we hear the wave file when it is played (so we hear a voice), but 
ofcourse it is not taking into consideration the endpoint configuration in the 
h323.conf file, so no authorization and actually can not do anything, because 
the configuration of the endpoint in the h323.conf file is not taken.

Is it related to the Asterisk 1.4.25? Or we are missing something in the 
configuration?

Regards
Bilal



  Dear All,
       I have installed GNU gatekeeper in
 my machine. I tested the calls using
  gatekeeper successfully.
      Now I have tried to Disable
 the gatekeeper in oh323.conf file
                
 gatekeeper=DISABLE
      Now I have tried to call, but
 the connection is not established. I have
  got following warning message in console.
  
            
     WARNING[8446]: chan_oh323.c:3555
 cleanup_h323_connection:
  Call 'ip$192.168.8.96:30005/27890-f5194af7' not found
 (clear). 
 
 What version of Asterisk is it? Any chance of using the
 built-in
 chan_h323?
 
 -- 
            
    Tzafrir Cohen
 icq#16849755           
   jabber:tzafrir.co...@xorcom.com
 +972-50-7952406       
    mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir
 
 
 



  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Help in oh323 gatekeeper

2009-07-14 Thread bilal ghayyad

Dear;

I would like to ask: when Asterisk was registering on the gnugk, both (asterisk 
and gnugk) were on the same hardware machine and same IP address? Can they be 
on the same IP address?

In case they were on the same IP address then: I am afraid the oh323 channel in 
asterisk will respond for the H323 endpoint (IP Phone) instead of the gnugk 
(specially if the IP Phone was in routed mode and not register to gnugk)? I 
mean, if the IP Phone was need to place call via the gnugk in the routed mode, 
and the call need to be send for Asterisk, so how can u avoid that oh323 
channel in asterisk from responding for the IP Phone instead of the gnugk it 
self? Because if u let the IP Phone send the call for the IP address that 
asterisk running on it, then the h323 channel in the asterisk will respond as u 
know, so how to let the gnugk respond and not the asterisk h323 channel?

Regards
Bilal

-- 
 Dear All,
      I have installed GNU gatekeeper in
 my machine. I tested the calls using
 gatekeeper successfully.
     Now I have tried to Disable the gatekeeper in
 oh323.conf file
            
    gatekeeper=DISABLE
     Now I have tried to call, but the connection
 is not established. I have
 got following warning message in console.
 
               
 WARNING[8446]: chan_oh323.c:3555 cleanup_h323_connection:
 Call 'ip$192.168.8.96:30005/27890-f5194af7' not found
 (clear). 
 
     Please any one give suggestions to disable
 the gatekeeper access in
 Asterisk...
 
 Thanks in Advance...
 
 
 Regards,
 Velusamy.K



  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Help in oh323 gatekeeper

2009-07-14 Thread Jonathan Thurman
On Tue, Jul 14, 2009 at 2:19 PM, bilal ghayyad bilmar...@yahoo.com wrote:


 Dear;

 I would like to ask: when Asterisk was registering on the gnugk, both
 (asterisk and gnugk) were on the same hardware machine and same IP address?
 Can they be on the same IP address?


If I understand your questions: Can Asterisk and GnuGK both run as an h323
server on the same IP Address, the answer would be no unless they are
running on different ports.  You can not have two processes on the same
machine/ip/port combination.



 In case they were on the same IP address then: I am afraid the oh323
 channel in asterisk will respond for the H323 endpoint (IP Phone) instead of
 the gnugk (specially if the IP Phone was in routed mode and not register to
 gnugk)? I mean, if the IP Phone was need to place call via the gnugk in the
 routed mode, and the call need to be send for Asterisk, so how can u avoid
 that oh323 channel in asterisk from responding for the IP Phone instead of
 the gnugk it self? Because if u let the IP Phone send the call for the IP
 address that asterisk running on it, then the h323 channel in the asterisk
 will respond as u know, so how to let the gnugk respond and not the asterisk
 h323 channel?


Right.  If they both run on the same ip/port then the one started first
would win, and listen for connections (the second app should fail to bind
and complain).  You could change the port, or the IP that the one of the
apps is listening on.

Hope that helps.

-Jonathan
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] help with oh323

2006-02-23 Thread Guillermo Salas M.
On Fri, 2006-02-10 at 00:45 +0500, Hussain Umair wrote:
 hi ive been tryin to get oh323 to work and installed it without any problems 
 but it gives me the same error all the time this is the third time ive 
 installed it..please if anyone can kindly help me out thanks in advance...
 
 
 [chan_oh323.so]Feb 10 00:35:29 WARNING[4891]: loader.c:258 
 ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined 
 symbol: _ZN11PTimedMutexC2Ev
 Feb 10 00:35:29 WARNING[4891]: loader.c:440 load_modules: Loading module 
 chan_oh323.so failed!
 
 

I had the same problem before. Have you checked the variable
ASTERISKINCDIR in the Makefile from the oh323 path? It must be pointing
to the path containig the include source of your running asterisk
version.


#
# Set ASTERISKINCDIR variable to the directory containing the include
files of
# Asterisk PBX.
#
#ASTERISKINCDIR=/usr/src/asterisk/include
ASTERISKINCDIR=/usr/src/asterisk-1.2.4/asterisk-1.2/include


 
 Regards,
 
 Umair.
 
 _
 Express yourself instantly with MSN Messenger! Download today it's FREE! 
 http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] help with oh323

2006-02-09 Thread Hussain Umair
hi ive been tryin to get oh323 to work and installed it without any problems 
but it gives me the same error all the time this is the third time ive 
installed it..please if anyone can kindly help me out thanks in advance...



[chan_oh323.so]Feb 10 00:35:29 WARNING[4891]: loader.c:258 
ast_load_resource: /usr/lib/asterisk/modules/chan_oh323.so: undefined 
symbol: _ZN11PTimedMutexC2Ev
Feb 10 00:35:29 WARNING[4891]: loader.c:440 load_modules: Loading module 
chan_oh323.so failed!




Regards,

Umair.

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Help with Oh323

2005-06-11 Thread Federico Alves








I am blocked on the most simple step when compiling Oh323:

Cd /openh323

patch -p1
../asterisk-oh323-0.7.2-pre1/openh323_1.13.5-make.patch

it hangs for ever and never finishes in my machine with Red
Hat Enterprise Linux 3, fully updated.



I need to use Asterisk HEAD and I therefore I want to use asterisk-oh323-0.7.2-pre1.
Additionally, because it is the most debugged version. In the past, if I send
an Oh323 call to an inexistent or dead IP address, the Dial functions hangs and
the * does not allow the customer to disconnect, which made me lose a good
client for my pre-paid app.

Any help from the Oh323 gurus is appreciated.








___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Help with Oh323

2005-06-11 Thread Rob Thomas








Theres a less than sign missing  it
should be:



patch -p1  ../asterisk-oh323-0.7.2-pre1/openh323_1.13.5-make.patch



(That will stop it hanging at least, not sure about anything
else with H323)



--Rob









-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Federico Alves
Sent: Sunday, June 12, 2005 8:47
AM
To:
asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Help
with Oh323



I am blocked on the most simple step when compiling Oh323:

Cd /openh323

patch -p1 ../asterisk-oh323-0.7.2-pre1/openh323_1.13.5-make.patch

it hangs for ever and never finishes in my machine with Red
Hat Enterprise Linux 3, fully updated.



I need to use Asterisk HEAD and I therefore I want to use
asterisk-oh323-0.7.2-pre1. Additionally, because it is the most debugged
version. In the past, if I send an Oh323 call to an inexistent or dead IP
address, the Dial functions hangs and the * does not allow the customer to
disconnect, which made me lose a good client for my pre-paid app.

Any help from the Oh323 gurus is appreciated.










___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Help for oh323

2003-11-27 Thread SW
Hi Friends,

Hope you would help me out here, I have searched the asterisk
user list for hours and also read the readme and test files that
comes with the driver. I need a very simple scenario. I have SIP
clients and want to use oh323 to dial out to PSTN using a h323 gateway.

a)If I set the extention.conf like this:

exten = _87.,1,Dial(OH323/16.52.153.206)
oh323 dials out (I can ring a netmeeting client at 16.52.153.206).

(b)But if I set it like this, oh323 will not dials out ?
exten = _87.,1,Dial(OH323/${EXTEN:[EMAIL PROTECTED])

In summary what I am trying to achieve is the following;
Lets say Sip user dial 915105418168, then I want 9 to be dropped
and the extension information to be send to the g/w at
16.52.153.206. Isn't exten =
_9x,1,Dial(OH323/${EXTEN:[EMAIL PROTECTED]) is the right
way ?. Why is this not working ?

I must be doing a wrong syntaxt, but couldnt find where I go wrong.

I am attaching the trace for above two cases, please help ?

Cheers

Sathya


Traces for both cases are given below;

  0:00.076 OpenH323 Wrapper OpenH323 WrapperVersion
0.0alpha
0 by inAccess Networks (www.inaccessnetworks.com) on Unix Linux
(2.4.20-8-i686)
at 2003/11/26 20:15:07.622
  0:00.078 OpenH323 Wrapper H323Created endpoint.
  0:00.078 H323 Cleaner H323Started cleaner thread
  0:00.212 OpenH323 Wrapper H323Started listener
Listener[ip$*:1720]
  0:00.214H323 Listener:8115c18 H323Awaiting TCP connections on
port 1720
  0:00.214 OpenH323 Wrapper H323UDP Binding to interface:
0.0.0.0:1
  0:00.243 OpenH323 Wrapper H323Added capability:
G.711-ALaw-64k{hw} 1
  0:00.279 OpenH323 Wrapper H323Added capability:
UserInput/hookflash 2
  0:00.279 OpenH323 Wrapper H323Added capability:
UserInput/basicString 3
  0:00.279 OpenH323 Wrapper H323Added capability:
UserInput/dtmf 4
  0:00.279 OpenH323 Wrapper H323Added capability:
UserInput/RFC2833 5

  4:00.687  ThreadID=0x4a774440 H323Making call to:
[EMAIL PROTECTED]
  4:00.688  ThreadID=0x4a774440 H323Attempt to use invalid URL
[EMAIL PROTECTED]
  4:00.688  ThreadID=0x4a774440 H323Could not parse
[EMAIL PROTECTED]
  4:00.757  ClearCallT...d:0812ab10 H323Attempt to clear unknown
call


  8:14.840  ThreadID=0x4a774440 H323Making call to:
16.52.153.206
  8:14.904  ThreadID=0x4a774440 H323Added capability:
G.711-ALaw-64k{hw} 1
  8:14.905  ThreadID=0x4a774440 H323Added capability:
UserInput/hookflash 2
  8:14.905  ThreadID=0x4a774440 H323Added capability:
UserInput/basicString 3
  8:14.905  ThreadID=0x4a774440 H323Added capability:
UserInput/dtmf 4
  8:14.905  ThreadID=0x4a774440 H323Added capability:
UserInput/RFC2833 5
  8:14.905  ThreadID=0x4a774440 H323Found capability:
G.711-ALaw-64k{hw} 1
  8:14.905  ThreadID=0x4a774440 H323Found capability:
UserInput/hookflash 2
  8:14.905  ThreadID=0x4a774440 H323Found capability:
UserInput/basicString 3
  8:14.906  ThreadID=0x4a774440 H323Found capability:
UserInput/dtmf 4
  8:14.906  ThreadID=0x4a774440 H323Found capability:
UserInput/RFC2833 5
  8:14.906  ThreadID=0x4a774440 RFC2833 Handler created
  8:14.906  ThreadID=0x4a774440 H323Added capability:
G.711-ALaw-64k{hw} 1
  8:14.907  ThreadID=0x4a774440 H323Created new connection:
ip$localhost/25259
  8:14.908  H225 Caller:80f4688 H225Started call thread
  8:15.064  H225 Caller:80f4688 H323TCP Could not connect to
16.52.153.2
06:1720 (local port=1) - No route to host(113)
  8:15.065  H225 Caller:80f4688 H323Clearing connection
ip$localhost
/25259 reason=EndedByConnectFail
  8:15.065  H225 Caller:80f4688 H323Call end reason for
ip$localhost
/25259 set to EndedByConnectFail
  8:15.066  H225 Caller:80f4688 H225Sending release complete
PDU: ca
llRef=25259
  8:15.200  H225 Caller:80f4688 H323Clearing connection
ip$localhost
/25259 reason=EndedByTransportFail
  8:15.200 H323 Cleaner H323Cleaning up connections
  8:15.201 H323 Cleaner H323Connection
ip$localhost/25259 cl
osing: connectionState=NoConnectionActive
  8:15.201 H323 Cleaner H323H323Transport::Close
  8:15.201 H323 Cleaner H323
H323Transport::CleanUpOnTerminat
ion for H225 Caller:80f4688
  8:15.201 H323 Cleaner H323Connection
ip$localhost/25259 te
rminated.
  8:15.203 H323 Cleaner H323Connection
ip$localhost/25259 de
leted.
  8:15.204 H323 Cleaner H323Cleaning up connections
  8:15.369  ClearCallT...d:080f1a48 H323Attempt to clear unknown
call ip
$localhost/25259


___
Asterisk-Users 

[Asterisk-Users] HELP!!!! Ringback oh323

2003-08-01 Thread jorge
Hi

 What command i need to use to make a call with oh323 and hear the
ringback sound

Thanks


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] HELP!!!! Ringback oh323

2003-08-01 Thread Michael Ulitskiy
Specify option 'r' to dial application.

Michael

On Friday 01 August 2003 07:13 pm, [EMAIL PROTECTED] wrote:
 Hi
 
  What command i need to use to make a call with oh323 and hear the
 ringback sound
 
 Thanks
 
 
 ___
 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