Re: [asterisk-users] How to secure our Asterisk server from hacker's ?

2011-06-18 Thread RSCL Mumbai

 I want to secure my server from the hacker's. What is the case by which I
 can protest it.
 I have done security of Dialplan, Sip,IAX base security. For linux we are
 working on Iptables. What else is left so that I will do it too...




Can you share the steps / scripts / settings done to secure  Dialplan, Sip,
IAX
It would be a good starting point for others too.

Sans
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] How to secure our Asterisk server from hacker's ?

2011-06-18 Thread virendra bhati
Hi,

For asterisk security basic links are here. Which is the enough for basic
level of security.

http://www.voip-info.org/wiki/view/Asterisk+security
http://www.voip-info.org/wiki/view/Asterisk+security+dialplan

Apart from that you may do Linux security and mysql security
You may secure linux with the help of Iptables, Ssh,FTP etc.And for mysql
make another DB user

 As per my current knowledge I have such information only. If anyone have
more clue then share with this thread so that all will know the another
security points in asterisk server

On Sat, Jun 18, 2011 at 1:11 PM, RSCL Mumbai rscl.mum...@gmail.com wrote:



 I want to secure my server from the hacker's. What is the case by which I
 can protest it.
 I have done security of Dialplan, Sip,IAX base security. For linux we are
 working on Iptables. What else is left so that I will do it too...




 Can you share the steps / scripts / settings done to secure  Dialplan, Sip,
 IAX
 It would be a good starting point for others too.

 Sans

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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




-- 



-
Thanks and regards

 Virendra Bhati
+91-9172341457
Software Engineer
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] ooh323 errors while compiling: asterisk 1.8.3 and 1.8.4

2011-06-18 Thread Tzafrir Cohen
On Fri, Jun 17, 2011 at 06:33:08PM -0700, bilal ghayyad wrote:
 Hi All;
 
 Please I need a help in the ooh323.
 
 First of all, the only way to have h323 working in asterisk 1.8.3 or 1.8.4 is 
 to use ooh323? There is no way to get the normal h323 channel that come with 
 asterisk to work fine !!

There's also chan_h323 .

 
 Now, let us see the ooh323 problem that I am facing:
 
 Already I compiled ptlib and h323plus successfully (and I was use them to run 
 gnugk).

Those are not needed for ooh323 .

In fact, chan_h323 won't build with them ATM. There's a patch on the
review-board to make it build with it, but noone seems to care about it.

 
 From make menuselect, when I tried to select chan_ooh323 from Add-ons 
 without selecting ADDON from the Module Embedding, it is compiling and 
 installing without error message. But it look like that not loading well the 
 chan_ooh323 as I did netstat -ln and did not see any thing related to 1720. 
 From the CLI, I unloaded chan_ooh323 and then I loaded chan_ooh323, but it 
 gave me:
 
 Call-Bilal*CLI module load chan_ooh323.so
 Loaded chan_ooh323.so
 [Jun 17 20:23:32] NOTICE[2392]: chan_ooh323.c:2506 reload_config: Unable to 
 load config ooh323.conf, OOH323 disabled
  Loaded chan_ooh323.so = (Objective Systems H323 Channel)
 
 Again, from make menuselect, if I selected chan_ooh323 from the Add-ons and I 
 selected ADDON from module embedding. Then I ran ./configure and make. I got 
 an error like the following:
 
 
 
 
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:4259: multiple definition of 
 `onModeChanged'
 /usr/bin/ld: Dwarf Error: found dwarf version '1024', this reader only 
 handles version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xb870): first defined here
 ../addons/chan_ooh323.o: In function `configure_local_rtp':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:3888: multiple definition of 
 `configure_local_rtp'
 /usr/bin/ld: Dwarf Error: found dwarf version '5', this reader only handles 
 version 2 information.
 ../addons/chan_ooh323.eo:(.text+0x92f0): first defined here
 ../addons/chan_ooh323.o: In function `ooh323_set_write_format':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:1413: multiple definition of 
 `ooh323_set_write_format'
 /usr/bin/ld: Dwarf Error: found dwarf version '116', this reader only handles 
 version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xb1f0): first defined here
 ../addons/chan_ooh323.o: In function `close_udptl_connection':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:4133: multiple definition of 
 `close_udptl_connection'
 /usr/bin/ld: Dwarf Error: found dwarf version '1026', this reader only 
 handles version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xbe90): first defined here
 ../addons/chan_ooh323.o: In function `ooh323_set_read_format':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:1472: multiple definition of 
 `ooh323_set_read_format'
 /usr/bin/ld: Dwarf Error: found dwarf version '1570', this reader only 
 handles version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xc350): first defined here
 ../addons/chan_ooh323.o: In function `setup_udptl_connection':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:4074: multiple definition of 
 `setup_udptl_connection'
 /usr/bin/ld: Dwarf Error: found dwarf version '1800', this reader only 
 handles version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xc870): first defined here
 ../addons/chan_ooh323.o: In function `close_rtp_connection':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:4009: multiple definition of 
 `close_rtp_connection'
 /usr/bin/ld: Dwarf Error: found dwarf version '6', this reader only handles 
 version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xce30): first defined here
 ../addons/chan_ooh323.o: In function `setup_rtp_connection':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:3976: multiple definition of 
 `setup_rtp_connection'
 /usr/bin/ld: Dwarf Error: found dwarf version '5893', this reader only 
 handles version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xd040): first defined here
 ../addons/chan_ooh323.o: In function `ooh323_destroy':
 /usr/src/asterisk-1.8.3.2/addons/chan_ooh323.c:3462: multiple definition of 
 `ooh323_destroy'
 /usr/bin/ld: Dwarf Error: found dwarf version '512', this reader only handles 
 version 2 information.
 ../addons/chan_ooh323.eo:(.text+0xe5d0): first defined here
 collect2: ld returned 1 exit status
 make[1]: *** [asterisk] Error 1
 make: *** [main] Error 2

What is the build system?

-- 
   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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing 

Re: [asterisk-users] ooh323 errors while compiling: asterisk 1.8.3 and 1.8.4

2011-06-18 Thread bilal ghayyad
Hi;


 
 Those are not needed for ooh323 .
 
 In fact, chan_h323 won't build with them ATM. There's a
 patch on the
 review-board to make it build with it, but noone seems to
 care about it.

* What do u mean by ATM? How to see this review-board that is related to this 
issue?

  

 What is the build system?

Is this what do u mean? 

[root@Call-Bilal bin]# rpm -q make
make-3.81-14.fc10.i386

Or u mean something else?
Regards
Bilal


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] ooh323 errors while compiling: asterisk 1.8.3 and 1.8.4

2011-06-18 Thread Olivier
2011/6/18 bilal ghayyad bilmar...@yahoo.com

 Hi;


 
  Those are not needed for ooh323 .
 
  In fact, chan_h323 won't build with them ATM. There's a
  patch on the
  review-board to make it build with it, but noone seems to
  care about it.

 * What do u mean by ATM?

At The moment ?


 How to see this review-board that is related to this issue?

  

  What is the build system?

 Is this what do u mean?

 [root@Call-Bilal bin]# rpm -q make
 make-3.81-14.fc10.i386

 Or u mean something else?
 Regards
 Bilal


 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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