search for: ast_request_and_dial

Displaying 3 results from an estimated 3 matches for "ast_request_and_dial".

Did you mean: __ast_request_and_dial
2006 Dec 21
0
The parameter of ast_request_and_dial()
...switch them together. I now have the two numbers and the other parameter should how to set. for example: the value of data, type and format ,I set the type "Local" and type AST_FORMAT_SLINEAR but I don't know it is write. and the data is don't know how to set. struct ast_channel *ast_request_and_dial(const char *type, int format, void *data, int timeout, int *reason, const char *cidnum, const char *cidname); -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061221/00d83eea/attachment.htm
2006 Apr 25
1
res_perl voor asterisk 1.2.4
...c/bristuff-0.3.0-PRE-1l/asterisk-1.2.4//include -I. -c AstAPIBase.c AstAPIBase.c: In function `asterisk_recordfile': AstAPIBase.c:435: warning: ISO C90 forbids mixed declarations and code AstAPIBase.c: In function `asterisk_request_and_dial': AstAPIBase.c:813: warning: passing arg 6 of `ast_request_and_dial' makes integer from pointer without a cast AstAPIBase.c:813: error: too few arguments to function `ast_request_and_dial' AstAPIBase.c: In function `asterisk_request': AstAPIBase.c:880: error: too few arguments to function `ast_request' make: *** [AstAPIBase.o] Error 1 Can...
2006 Dec 19
0
SIP and ZAP
Hi all, I'm doing some coding, i'll be thankfull if anybody can help me here. does anybody knows if ast_request_and_dial() returns differents "reasons" when dialing to SIP and ZAP devices? For example, if the phone of the callee is BUSY, i think ast_request_and_dial() should return the same reason (int) no matter if the phone is a SIP device or ZAP device but apparently is not like that, why? is that the co...