Asterisk-Prepaid segfaulted
Status: Alpha
Brought to you by:
peternixon
Hi, it took me a while to understand that the
cardnumber was constructed out of username+password,
but I did manage to get this far.
Right after the account balance is said, Asterisk
segfaults with an error like this:
"Ouch ... cannot create audio" (or something like that)
A backtrace shows that it crashes on line 464:
HERE if ((clid = alloca(strlen(cdr->clid) * 2 + 1))
!= NULL)
PQescapeString(clid, cdr->clid,
strlen(cdr->clid));
Could someone look into this as I am no coder myself.
Logged In: NO
I heard something about callerid changing from char to
struct. Could that have something to do with my problem?