Opensips Modules
If you are new are opensips you cab read Over view of Opensisp SIP server here https://telecom.altanai.com/2018/06/06/opensips/ This article talks about modules and subparts of Opensips and their role in defining the purpose and application of Opensips which can be as an lighweight proxy to loadbalancer or even as AAA server. Dispatcher Module This modules…
Opensips as SIP gateway
OpenSIP provided dispatcher modules which computes hashes over parts of the request and selects an address from a destination set which is then as outbound proxy. Combination of opensips working scenarios scripts with code is at https://github.com/altanai/opensipsexamples. In the config of opensips load the file dispatcher.list with destination sets proxies 2 sip:127.0.0.1:5080 2 sip:127.0.0.1:5082 gateways…
