[Asterisk-Dev] I need help to make a simple iax switch/proxy
Goldenear
goldenear at free.fr
Thu Sep 8 04:11:50 MST 2005
Steven wrote :
>Since most of the features you mention are built as modules, you can
>just not load them. Also with some Makefile editing, you can go in and
>eliminate a lot of the compiled in portions that you don't need. It
>might even be possible to do everything you need in just the makefile.
>
>If you can do it in the makefile, I'd suggest making a new target for
>the router. This would allow you to merge the changes back upstream if
>you like.
>
>
>
I've first browsed the asterisk source code before posting here... Some
part of the asterisk code may indeed be useful (as least as a
reference), but I don't think I can make asterisk a simple iax
proxy/switch just by editing the makefile... Asterisk is really made to
be a PBX and it deeply works like this. For example, the iax part of it
seems to need a zaptel module to work properly (at least the dummy one).
Indeed, Asterisk show me error/warning message when I run it without
ztdummy loaded. In my projet, I only need to use the "net part" of iax,
no audio/media management, only pure point to point routing/transfer. I
even doesn't need iax trunk function. That's why I don't think asterisk
can be build as a simple iax proxy/switch without pretty heavy
modification of the source code. Isn't the project I need help for
simple enough to be started from scratch (with the use of libiax) ?
Regards, Nicolas.
More information about the asterisk-dev
mailing list