Hello All,
I am trying to have all dialogs terminated after one hour.
So I have set the following parameters
modparam("dialog", "enable_stats", 1)
modparam("dialog", "profiles_with_value", "caller")
modparam("dialog", "dlg_flag", 24)
modparam("dialog", "dlg_match_mode", 1)
modpar
Hi list,
I have a loadbalancer before sipproxies. I call t_reley() on the dispatcher to
forward requests to destinations.
All goes well under low load.
But when load goes up to 500 requests/s, the loadbalancer still sends requests
via only one tcp connection. This maxes out the tcp write queue.
On 07/07/13 19:19, Nick Khamis wrote:
> Last question from me. Does mediaproxy-ng have the media based
> accounting functionality that the original mediaproxy have? We
> currently have a problem where we are using RTPProxy along with
> CDRTool instead of the MediaProxy because of the lack for NAT s
On 07/09/13 07:44, Juha Heinanen wrote:
> i got so far that my sip proxy started ok and was able to connect to
> mediaproxy-ng. i see in syslog these kind of messages:
>
> Jul 9 14:40:11 siika /usr/sbin/sip-proxy[10499]: INFO: rtpproxy-ng
> [rtpproxy.c:1410]: rtpp_test(): rtp proxy found,
> s
On 07/09/13 08:43, Juha Heinanen wrote:
> why are ip4 addresses 0.0.0.0? my mediaproxy-ng is running with these
> options and i did not pass ip address as param too offer:
>
> $ ps ax | egrep media
> 8678 ?Sl10:19 /usr/sbin/mediaproxy-ng --ip=192.98.102.10
> --listen-ng=127.0.0.1:2
let me know if this is not the right forum to discuss mediaproxg-ng
issues.
got so far that i tried to make the first test call.
offer produced to syslog:
Jul 9 15:31:50 siika /usr/sbin/sip-proxy[11043]: INFO: = making
rtpproxy_offer(co1)
Jul 9 15:31:50 siika mediaproxy-ng[8678]: Got vali
i got so far that my sip proxy started ok and was able to connect to
mediaproxy-ng. i see in syslog these kind of messages:
Jul 9 14:40:11 siika /usr/sbin/sip-proxy[10499]: INFO: rtpproxy-ng
[rtpproxy.c:1410]: rtpp_test(): rtp proxy found, support
for it enabled
Jul 9 14:40:11 siika mediapro
On 7/8/13 4:36 PM, Kethzer Docteur wrote:
I'm trying to get cap_server.so running in kamailio so i can pull
contact list from the server to the client. I install all the
dependencies I saw in the documentation but it isn't working. Please
let me know if I'm doing something wrong. I attach my de