I have a website with an integrated and customizable chat system ( based on XMPP ).
I have tried many WebRTC framework like licode, muaz-khan's, jinja's plugin, OpenTok for WebRTC and other, but neither of them had enough reliability ( especially on multi user conversation ).
So I decided to rely on most tested, stable & reliable SIP Server ( like Asterisk ), joined to WebRTC or Flash clients ( like sip5ml ).
The problem is: I don't want to insert and synchronize 2 account's table ( WebSite & Asterisk ), can I insert them only a time, and let asterisk fetch them realtime?