Displaying 1 result from an estimated 1 matches for "gotdest".
Did you mean:
getdest
2003 Nov 25
1
Crashed Asterisk
...0) at chan_sip.c:5383
#6 0x4003b2b6 in start_thread () from /lib/tls/libpthread.so.0
Here is a partial dump of sip.c starting with the comment line 4952.
The call in stack frame #1
is the call to get_destination()
/* Get destination right away */
gotdest = get_destination(p, NULL);
get_rdnis(p, NULL);
extract_uri(p, req);
build_contact(p);
The version of chan_sip.c is v 1.198
I'm going to refresh to the latest version of Asterisk but I don't know
if this problem has...