On 04/19/2010 10:11 AM, Douglas Lane wrote: > Hi Guys, Hi Douglas,
> Apr 19 09:50:02 sbc1 call-control[4358]: Call id > [email protected] of [email protected] to > sip:[email protected] forbidden because credit is too low > Apr 19 09:50:02 sbc1 /opt/opensips/sbin/opensips[19378]: Callcontrol > returned code 18446744073709551615 That number is the largest 64bit signed integer. The call_control function returns -1 in case of no credit, so effectively the two numbers are equivalent (in binary). How are you using the return code of the call_control function? -- Luci Stanescu _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
