Re: [Asterisk-Dev] Getting caller id

2005-11-16 Thread Jacob Tinning
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

Re: [Asterisk-Dev] mtp-2

2005-11-16 Thread Jacob Tinning
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

Re: [Asterisk-Dev] Asterisk re-compile ?

2005-10-18 Thread Jacob Tinning
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

[Asterisk-Dev] Magic channel-variables

2005-10-18 Thread Jacob Tinning
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