mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@92 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
655338b453
commit
513552692c
@ -1,5 +1,4 @@
|
|||||||
#CFLAGS += -I/usr/src/common/src
|
LDFLAGS += -liax -L/usr/local/lib
|
||||||
LDFLAGS += -liax
|
|
||||||
|
|
||||||
$(MOD).so: $(MOD).c
|
$(MOD).so: $(MOD).c
|
||||||
$(CC) $(CFLAGS) -fPIC -c $(MOD).c -o $(MOD).o
|
$(CC) $(CFLAGS) -fPIC -c $(MOD).c -o $(MOD).o
|
||||||
|
@ -810,7 +810,7 @@ SWITCH_MOD_DECLARE(switch_status) switch_module_runtime(void)
|
|||||||
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "Error Binding Port!\n");
|
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "Error Binding Port!\n");
|
||||||
return SWITCH_STATUS_TERM;
|
return SWITCH_STATUS_TERM;
|
||||||
}
|
}
|
||||||
|
|
||||||
iax_set_error(iax_err_cb);
|
iax_set_error(iax_err_cb);
|
||||||
iax_set_output(iax_out_cb);
|
iax_set_output(iax_out_cb);
|
||||||
netfd = iax_get_fd();
|
netfd = iax_get_fd();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user