On Wed, 16 Nov 2005, ast guy wrote:
> In ast_channel (channel.h) structure there is ast_callerid variable,
> but when I use that variable in code it gives error:
>
> structure has no member named `cid'
> How do I get caller id string ?
I think you can read the caller in chan->cid.cid_num and chan
g/wiki/index.php?page=Asterisk+ss7+channels
Download the channel-module and read the code to get the details.
> Any guidance would be highly apreciated.
I hope this will help you - at least to get started.
Mvh. Jacob
--
Jacob Tinning
System Developer
isk
asterisk$ make
## Then make your changes to app_echo.c - and again
asteris$ make
## Now the Makefiles will re-compile files which have been changed since last
make
Mvh. Jacob
--
Jacob Tinning
System Developer
___
Asterisk-Dev mailing list
is that if two different channels set this variable
then the "receiving" modules will also get two different values from
getvar_helper.
Can anyone confirm this rumor ?
If anyone are interrested, I can submit the fix to mantis when done..
Mvh. Jacob
--
Jacob Tinning
System Develop