Hello,

On 7/15/10 1:22 PM, Raúl Alexis Betancor Santana wrote:
Hi, I'm trying to test the new 3.0.2 release ... but with no luck ...

sbc02:/etc/kamailio# kamailio -ddddddddd -u kamailio -g kamailio -c -E
0(1036) DEBUG:<core>  [main.c:1800]: read 343643572 from /dev/urandom
  0(1036) DEBUG:<core>  [main.c:1806]: seeding PRNG with 1622837431
  0(1036) DEBUG:<core>  [main.c:1810]: test random numbers 396346077 2140170049
1800197589
  0(1036) :<core>  [cfg.lex:1390]: included file name must be between quotes

If i'm not wrong ... I should get the line/caracter at witch the parser get
the error ... but that's not true ... I'm missing something really stupid ?

the printing of error messagess is done by parser generator (i.e., bison), following pretty much the pattern with line and column. This error comes from lexical analyzer/scanner (i.e., flex), so it is different.

I will add printing the line for this case as well, since it does not return to bison, but exits.

Cheers,
Daniel


--
Daniel-Constantin Mierla
http://www.asipto.com/


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to