Elink 343p
Sascha Ziemann (szi@khs-ag.de)
23 Jul 1999 1911:47:02 +0200
Gert Doering <gert@greenie.muc.de> writes:
| Please add the following patch to the already-patched ring.c:
| diff -u -r4.13 ring.c
| --- ring.c 1999/07/15 13:34:28 4.13
| +++ ring.c 1999/07/22 20:29:59
Fine! The caller_id is now correct, but the called_id is still
missing in the command line of cnd-program.
The problem is in find_msn (ring.c):
CalledNr = safedup(string); /* save away */
if ( msn_list == NULL ) return 0;
You have to save the number, befor you exit the function in the case
of an empty msn_list.