HI Bodgan, I want to implement the dialplan module. But i was confused little bit in the configuration part. my database table of dialplan module is
+----+------+----+----------+-----------+-----------+-----------+------------------+-------+ | id | dpid | pr | match_op | match_exp | match_len | subst_exp | repl_exp | attrs | +----+------+----+----------+-----------+-----------+-----------+------------------+-------+ | 1 | 1 | 1 | 1 | (^67.+) | 0 | (^67.+) | [email protected] | | +----+------+----+----------+-----------+-----------+-----------+------------------+-------+ and my opensips.cfg configuration is: modparam("dialplan", "db_url", "mysql://opensips:opensip...@localhost /opensips") route[14] { $var(x) = "sip:678"; dp_translate("1", "$var(x)/$var(tmp)"); xlog("-------------$var(tmp)\n"); }. My actual intention is when the client dials the number 678... a prefix 1 should add to that numbers. Is the above configuration correct for my architecture?. Thanks, Nehru. On Mon, Oct 12, 2009 at 10:37 AM, indiver nehru <[email protected]>wrote: > Hi Bodgan, > Thanks a lot!. I solved my problem by keeping ssl > option to 0. Monit tool working!. > > Thanks, > Nehru. > > > On Mon, Oct 12, 2009 at 10:23 AM, Bogdan-Andrei Iancu (via Nabble) < > [email protected]<ml-user%[email protected]> > > wrote: > >> Hi Nehru, >> >> Check the SSL option for monit, in boxes.global.inc.php - maybe CP >> tried to uses https instead of http. >> >> Regards, >> Bogdan >> >> Indiver wrote: >> > Hi Everyone, >> > >> > I was unable to connect to monit tool of opensips control panel. I >> started >> > monit server and loaded mi_xmlrpc module in opensips correctly. i had >> given >> > ip address, usename, password correctly in boxes.global.inc.php file. >> Still >> > When i tried to connect monit tool it displays i can't connect error >> > message. can any one suggest the right configuration of monit tool >> > >> > Thanks, >> > Nehru. >> > >> >> >> _______________________________________________ >> Users mailing list >> [hidden >> email]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3806153&i=0> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> ------------------------------ >> View message @ >> http://n2.nabble.com/Monit-tool-not-working-in-opensips-cp-tp3799468p3806153.html >> To unsubscribe from Monit tool not working in opensips-cp, click here< (link >> removed) >. >> >> >> > -- View this message in context: http://n2.nabble.com/Monit-tool-not-working-in-opensips-cp-tp3799468p3814729.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
