ok , when you set the dbmode does fifo file exists in /tmp/opensips_fifo
because according to the error, It appears your fifo file hasn't init after
opensips start. if so one of dev from opensips might able shed some light here
:)
On Friday, 6 July 2018, 5:35:33 PM GMT+5:30, Alain Bieuzent
<[email protected]> wrote:
#yiv2925365401 #yiv2925365401 -- _filtered #yiv2925365401 {panose-1:2 4 5 3 5
4 6 3 2 4;} _filtered #yiv2925365401 {font-family:Calibri;panose-1:2 15 5 2 2 2
4 3 2 4;} _filtered #yiv2925365401 {panose-1:2 0 5 3 0 0 0 2 0
4;}#yiv2925365401 #yiv2925365401 p.yiv2925365401MsoNormal, #yiv2925365401
li.yiv2925365401MsoNormal, #yiv2925365401 div.yiv2925365401MsoNormal
{margin:0cm;margin-bottom:.0001pt;font-size:11.0pt;font-family:sans-serif;}#yiv2925365401
a:link, #yiv2925365401 span.yiv2925365401MsoHyperlink
{color:blue;text-decoration:underline;}#yiv2925365401 a:visited, #yiv2925365401
span.yiv2925365401MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}#yiv2925365401
p.yiv2925365401msonormal0, #yiv2925365401 li.yiv2925365401msonormal0,
#yiv2925365401 div.yiv2925365401msonormal0
{margin-right:0cm;margin-left:0cm;font-size:11.0pt;font-family:sans-serif;}#yiv2925365401
p.yiv2925365401msonormal, #yiv2925365401 li.yiv2925365401msonormal,
#yiv2925365401 div.yiv2925365401msonormal
{margin-right:0cm;margin-left:0cm;font-size:11.0pt;font-family:sans-serif;}#yiv2925365401
p.yiv2925365401msochpdefault, #yiv2925365401 li.yiv2925365401msochpdefault,
#yiv2925365401 div.yiv2925365401msochpdefault
{margin-right:0cm;margin-left:0cm;font-size:11.0pt;font-family:sans-serif;}#yiv2925365401
span.yiv2925365401msohyperlink {}#yiv2925365401
span.yiv2925365401msohyperlinkfollowed {}#yiv2925365401
span.yiv2925365401emailstyle17 {}#yiv2925365401 p.yiv2925365401msonormal1,
#yiv2925365401 li.yiv2925365401msonormal1, #yiv2925365401
div.yiv2925365401msonormal1
{margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;font-family:sans-serif;}#yiv2925365401
p.yiv2925365401msonormal2, #yiv2925365401 li.yiv2925365401msonormal2,
#yiv2925365401 div.yiv2925365401msonormal2
{margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;font-family:sans-serif;}#yiv2925365401
span.yiv2925365401msohyperlink1
{color:#0563C1;text-decoration:underline;}#yiv2925365401
span.yiv2925365401msohyperlinkfollowed1
{color:#954F72;text-decoration:underline;}#yiv2925365401
span.yiv2925365401emailstyle171
{font-family:sans-serif;color:windowtext;}#yiv2925365401
p.yiv2925365401msochpdefault1, #yiv2925365401 li.yiv2925365401msochpdefault1,
#yiv2925365401 div.yiv2925365401msochpdefault1
{margin-right:0cm;margin-left:0cm;font-size:11.0pt;font-family:sans-serif;}#yiv2925365401
span.yiv2925365401EmailStyle29
{font-family:sans-serif;color:windowtext;}#yiv2925365401
.yiv2925365401MsoChpDefault {font-size:10.0pt;} _filtered #yiv2925365401
{margin:70.85pt 70.85pt 70.85pt 70.85pt;}#yiv2925365401
div.yiv2925365401WordSection1 {}#yiv2925365401
Hi Pasan,
Thanks for the reply but yes of course I have mi_fifo module load and configure.
I’m using also dispatcher with a db provisioning and without the db parameters
for the rtpengine module I can manage the dispatcher entry via opensipsctl fi
ds_XXXX
with the the db parameters for the rtpengine module, command opensipsctl fifo
ds_list provide the same error about mi_fifo.
thanks
De : Users <[email protected]> au nom de Pasan Meemaduma via
Users <[email protected]>
Répondre à : Pasan Meemaduma <[email protected]>, OpenSIPS users mailling list
<[email protected]>
Date : vendredi 6 juillet 2018 à 12:23
À : OpenSIPS users mailling list <[email protected]>
Objet : Re: [OpenSIPS-Users] RTPengine provisioning by db
Hi Alain,
do you have following config lines in your opensips.cfg file which enables the
fifo management interface ?
loadmodule "mi_fifo.so"
# ----- mi_fifo params -----
modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")
According to the error you got it doesn't seems to exists.
On Friday, 6 July 2018, 3:27:51 PM GMT+5:30, Alain Bieuzent
<[email protected]> wrote:
Hi all,
I’m trying to provionning rtpengine via mysql db, but i can’t add a new proxy
via opensipctl
My parameters are :
######################################################################
#### RTPENGINE module
######################################################################
#modparam("rtpengine", "rtpengine_sock", "udp:10.207.201.19:2223
udp:10.207.201.20:2223")
i#modparam("rtpengine", "rtpengine_sock", "udp:10.207.201.20:2223")
modparam("rtpengine", "db_url",
"mysql://opensips:XXXXXXXX@ZZZZZZZZZZZ/opensips_lb_did_2_4")
modparam("rtpengine", "db_table", "rtpproxy_sockets")
modparam("rtpengine", "socket_column", "rtpproxy_sock")
modparam("rtpengine", "set_column", "set_id")
when i run : opensipsctl fifo rtpengine_show
i received this error :
ERROR: /tmp/opensips_fifo does not exist
ERROR: Make sure you have the line 'modparam("mi_fifo", "fifo_name",
"/tmp/opensips_fifo")' in your config
ERROR: and also have loaded the mi_fifo module.
When i use « rtpengine_sock », it works
version: opensips 2.4.1 (x86_64/linux)
flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC,
FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll, sigio_rt, select.
git revision: 5d042cffc
main.c compiled on 09:17:20 Jul 6 2018 with gcc 4.7
Someone can help me ?
thanks
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users