Hello,

depending what you need, from a web application the usual ways to
interact with Kamailio are:


  * via RPC commands, which can be sent via FIFO file, Unix Socket file,
UDP/TCP raw sockets or HTTP/S -- see jsonrpcs module for using JSONRPC
or XMLRPC module


  * via database - many of the Kamailio modules take/store information
from/to database. For example, if you want to add a new subscriber, you
can insert the corresponding record to database table subscriber and
Kamailio sees it immediately. For other modules, the syncronization with
database is configurable (e.g., see db_mode for usrloc module). Another
group of modules, take information from database and do caching, so you
have to send an RPC command when the database is changed and the "reload
should happen.


Cheers,
Daniel


On 30.12.20 18:12, Daniel Hermann N'don wrote:
> *how to send request to kamailio from the web?*
> *and how to show received xhttp request ?*
> ------------------------------------------------------------------------
> *De :* sr-users <[email protected]> de la part de
> Antony Stone <[email protected]>
> *Envoyé :* mercredi 30 décembre 2020 14:35
> *À :* Kamailio (SER) - Users Mailing List <[email protected]>
> *Objet :* Re: [SR-Users] using kamailio 5.4 with the websocket or
> xmlhttprequest
>  
> On Wednesday 30 December 2020 at 15:15:19, Daniel Hermann N'don wrote:
>
> > Hello everyone, I'm a beginner in kamailio technology, and I would
> like to
> > know how to communicate with kamailio from the web.
>
> Please define "communicate".
>
> What are you trying to achieve?
>
> Antony.
>
> -- 
> "Can you keep a secret?"
> "Well, I shouldn't really tell you this, but... no."
>
>
>                                                    Please reply to the
> list;
>                                                          please
> *don't* CC me.
>
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> [email protected]
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
> <https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users>
>
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> [email protected]
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

-- 
Daniel-Constantin Mierla -- www.asipto.com
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Funding: https://www.paypal.me/dcmierla

_______________________________________________
Kamailio (SER) - Users Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to