3

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?

M4rk
  • 2,172
  • 5
  • 36
  • 70
  • Have you looked into Kamailio and Asterisk integration it has some nice and clean integration. Kamailio can be used as your SIP SBC WS for your remote clients and Asterisk can be your Media servers – gogasca May 27 '15 at 05:02

1 Answers1

0

You can use asterisk realtime with mysql view(so view looks like asterisk expect.

Other solution is mysql trigger.

arheops
  • 15,544
  • 1
  • 21
  • 27
  • is creating a view on sipusers' table enough? I have seen that it has many parameters and not only user/pass. Have you found any reference? thanks – M4rk Oct 16 '13 at 12:08