Re: [SR-Users] TCP connection select problem

2016-03-13 Thread 张顺通
KA_EDGE have two IP,external public IP and internal IP. I add modparam("path", "use_received", 1) and replace add_path() to add_path_received() in edge server. add modparam("registrar", "path_use_received", 1) in KA_REGISTER server. DB path info --> This kind of situation very little,It is not

Re: [SR-Users] xhttp_rpc commands ?

2016-03-13 Thread Uri Shacked
Thank Alex, I find great comfort for not being the only one :-) Actually, after straggling for a while I managed to send the following : "Http://myerver:myport/http_rpc/dlg/dlg.dlg_end? " The dialog is there but i get 404 "dialog not found" from the module Any one?? Hello, It is indeed

Re: [SR-Users] xhttp_rpc commands ?

2016-03-13 Thread Alex Balashov
Hello, It is indeed a pity that the module documentation doesn't have any examples of how to structure the request URL. So, you're not the only one. -- Alex On 03/13/2016 01:38 PM, Uri Shacked wrote: Hi, Can any one help me with an example for RPC command sent over http? My configuration

[SR-Users] xhttp_rpc commands ?

2016-03-13 Thread Uri Shacked
Hi, Can any one help me with an example for RPC command sent over http? My configuration works OK, I get the http request fine. I lack the knowledge of how to send commands. For example, how do I send a command to list dialogs (dlg.list)? Or to profile_get_size ? Http://myserver:myport/http