Re: [SR-Users] calling rpc command in cfg

2016-05-12 Thread ycaner
Thanks Daniel; it is useful module. Cheers -- View this message in context: http://sip-router.1086192.n5.nabble.com/calling-rpc-command-in-cfg-tp148361p148422.html Sent from the Users mailing list archive at Nabble.com. ___ SIP Express Router (SE

Re: [SR-Users] calling rpc command in cfg

2016-05-11 Thread Daniel-Constantin Mierla
Hello, you can do it using jsonrpc-s module -- see: https://www.kamailio.org/docs/modules/stable/modules/jsonrpc-s.html#jsonrpc-s.f.jsonrpc_exec Cheers, Daniel On 11/05/16 09:25, Yasin CANER wrote: > Hello; > i want to call uac.reg_reload or other command on kamailio.cfg. is > there a way t

[SR-Users] calling rpc command in cfg

2016-05-11 Thread Yasin CANER
Hello;     i want to call uac.reg_reload or other command on kamailio.cfg. is there a way to do it? i hava a look on internet and doc, couldnt find easy way. or exec module is the best way to solve this problem? Cheers --