1827827 Members
2000 Online
109969 Solutions
New Discussion

Re: SIP server problem

 
naasimha
Occasional Contributor

SIP server problem

hi

i am working with sip-1.5.0 server .how to install sip server in redhat 9.0 .plz give me the steps.

regards,
narasimha
2 REPLIES 2
Vitaly Karasik_1
Honored Contributor

Re: SIP server problem

You should check "INSTALL" doc into sip tarfile. If you're starting with sources, the usual way to compile&install it's

./configure
make
make install

Rgds,
Vitaly
Sung Oh
Respected Contributor

Re: SIP server problem

standard steps are.

autoconf
./configure
make
make install

Sung