[Asterisk-Dev] difference of ast_channel struct in cvs and stable
Kamran Ahmad
p_kami at yahoo.com
Wed Feb 16 07:13:04 MST 2005
hello
there is difference between ast_channel struct in
stable version
struct ast_channel
{
char *callerid;
}
but here in CVS version
struct ast_callerid {
/*! Malloc'd Dialed Number Identifier */
char *cid_dnid;
/*! Malloc'd Caller Number */
char *cid_num;
/*! Malloc'd Caller Name */
char *cid_name;
/*! Malloc'd ANI */
char *cid_ani;
/*! Malloc'd RDNIS */
char *cid_rdnis;
/*! Callerid presentation/screening */
int cid_pres;
/*! Callerid ANI 2 (Info digits) */
int cid_ani2;
/*! Callerid Type of Number */
int cid_ton;
/*! Callerid Transit Network Select */
int cid_tns;
};
struct ast_channel
{
struct ast_callerid cid;
}
can i use asterisk cvs version with asterisk-prepaid
from wiki
help required.
Kamran
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
More information about the asterisk-dev
mailing list