search for: ast_cal

Displaying 2 results from an estimated 2 matches for "ast_cal".

Did you mean: ast_call
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
...t cause = 0; struct ast_channel *chan; if ((chan = ast_request(type, format, data, &cause))) { ast_set_callerid(chan, cid_num, cid_name, cid_num); ast_channel_inherit_variables(caller, chan); printfl("\n\n In if ((chan = ast_request(type, format, data, &cause)))"); if (!ast_call(chan, data, timeout)) { dosomething; } dosomething; } } thinks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061220/b09f0fc7/attachment.htm
2009 Jan 15
2
Has anyone used FaxGateway()
Hi, I've been trying to use the FaxGateway application to send T.38 out over Zaptel using asterisk but I don't seem to be having any luck. I'm executing it in the dialplan like: FaxGateway(Zap/g0/[number]) Has anyone had any luck using this thing and can enlighten me on how it's supposed to be used? Thanks.