Hi there!
I have this piece in the config script:
...
call_control();
xlog("=== call_control: $$retcode = $retcode\n");
switch ($retcode) {
case 2:
xdbg("=== call_control: Call with no limit\n");
break;
case 1:
xdbg("=== call_control: Call has limit and is under callcontrol
management\n");
break;
...
And something like this I have in the debug output:
Jun 19 01:03:21 [2058] ERROR:call_control:send_command: did timeout waiting for
an answer
=== call_control: $retcode = 4294967291
=== call_control: Call has limit and is under callcontrol management
So why 4294967291 works like "case 1" ("under callcontrol management") in case
of timeout on
external application?
I would like to have "Internal server error" in case of timeout.
--
Konstantin
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users