chan_sccp for asterisk

6 posts / 0 new
Last post
uday
uday's picture
chan_sccp for asterisk

Hi,

Has anyone compiled chan_sccp for asterisk? I have configured sip with asterisk on my WNR3500L and works fine. However I prefer to use SCCP.

Also, has anyone run a tftp server on their dd-wrt box?

Thanks

Uday

uday
uday's picture
I currently have a ubuntu

I currently have a ubuntu machine on which I plan to compile. I wanted to know if I can just use a 32bit machine to compile dd-wrt for my router?

Thanks
Uday

Kong
Kong's picture
DD-WRT does not offer a 32bit

DD-WRT does not offer a 32bit compatible toolchain anymore. You would have to create your own dd-wrt compatible toolchain first.

The easiest and safest way to get your own app onto a dd-wrt router is to use openwrts buildsystem to create an optware package which you can install using ipkg.

uday
uday's picture
Thanks. I will try openwrt's

Thanks. I will try openwrt's build system to create it.

uday
uday's picture
Kong said: DD-WRT does not

Kong said: DD-WRT does not offer a 32bit compatible toolchain anymore. You would have to create your own dd-wrt compatible toolchain first. The easiest and safest way to get your own app onto a dd-wrt router is to use openwrts buildsystem to create an optware package which you can install using ipkg.

@Kong

I have tried to find how to create an optware package, but found no information with my google fu. Can you point me to some links?

Thanks

Uday

Kong
Kong's picture
Just get the openwrt build

Just get the openwrt build system it includes everything to create ipkg once you configured and compiled openwrt you will see some ipkg are already created just look at the package dir to checkout their makefiles. Based on those you can create your own package that you can select in the openwrt configure stage.