Displaying 1 result from an estimated 1 matches for "callbk_real_context".
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
...y numbers in queue when Called party
is busy
Then I malloc a new ast_channel to call.It is should use
ast_get_channel_by_exten_locked() or ast_channel_alloc() ,
my program as follow,But it isn't work, anyone know how to do this.
{
struct ast_channel *callbk;
char *callbk_real_context;
char xferto[256],dialstr[265];
char *cid_num;
char *cid_name;
int outstate=0;
char *exten = NULL ,*context = NULL;
pu = head; //pu is a queue hav dst and src number
printfl(&...