[Asterisk-Users] spandsp 0.0.2

Steve Underwood steveu at coppice.org
Mon Oct 4 03:25:21 MST 2004


Dave Cotton wrote:

>On Mon, 2004-10-04 at 16:56 +0800, Steve Underwood wrote:
>  
>
>>Hi Dave,
>>
>>Thanks for the report. This is an error someone else picked up a couple 
>>of days ago. If you download pre3 it should be OK.
>>
>>    
>>
>Sorry got another one.
>
>With CVS of 5 minutes ago
>
>app_rxfax.c: In function `phase_e_handler':
>app_rxfax.c:86: error: structure has no member named `callerid'
>app_rxfax.c: At top level:
>app_rxfax.c:55: warning: 't30_flush' defined but not used
>make[1]: *** [app_rxfax.o] Error 1
>make[1]: Leaving directory `/usr/src/asterisk/apps'
>  
>
CVS seems to have changed the way the caller ID is handled. I think 
changing line 86 pf app_rxfax.c from
                      chan->callerid,
to
                      chan->cid.cid_num,
should do the trick. I don't check if callerid or cid.cid_num is a null 
pointer. I'm not sure if it can be when no CLI is available.

Regards,
Steve




More information about the asterisk-users mailing list