pgid69 / bcm63xx-phone

Telephony driver for Broadcom 6358 running OpenWrt
23 stars 18 forks source link

can compile with sip stack and then register to sip servers for voip? #11

Closed cubieb closed 7 years ago

cubieb commented 7 years ago

Thanks for your opensource project, that is really a good job. the hg556a origin firmware support a sip client then we can register to sip server on the internet

can we port some sip stack to impliment that functions?

thanks, bob

pgid69 commented 7 years ago

bcm63xx-phone is a kernel module that is intended to be used with the Asterisk channel i developped. The SIP stack is in Asterisk. It's Asterisk that register to a SIP server. I don't understand what you mean by "can we port some sip stack" ? What do you want to do ?

cubieb commented 7 years ago

I know, Asterisk at here is just like a sip proxy, if i do not install asterisk, can we setup the sip call success?

pgid69 commented 7 years ago

No without Asterisk, no SIP stack, so no SIP call.