Chad Brown a écrit :

It looks like chan_sip2 may solve my problem with outboundproxy support. However, I am having problems getting the solution installed. From what I understand these are the tasks…

Add chan_sip2 to the channels/Makefile
* Rename the file downloaded to chan_sip2.c
* make / make install
* Change your modules.conf
Add "noload=chan_sip.so" if you want to run chan_sip2
* Restart asterisk

However, I can’t seem to get a basic make to work. What is involved with “Add chan_sip2 to the channels/Makefile directory?” Is it more than just adding chan_sip2.so to the end of CHANNEL_LIBS=?

No. You have to add also a

chan_sip.so: chan_sip.o
ifeq ...

You can copy/paste this from chan_sip and adapt it. Please take a look on chan_sip2 page, there is a makefile sample (or diff, don't remember).
--
Daniel
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to