search for: ast_set_callerid

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

2006 Dec 20
0
asterisk run on vxworks for hardware pbx
...tic struct ast_channel *callback_request_and_dial(struct ast_channel *caller, const char *type, int format, void *data, int timeout, int *outstate, const char *cid_num, const char *cid_name) { int 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 ----...
2007 Jul 26
2
SetCallerPres and Cisco PRI
Does anybody know if SetCallerPres works on calls via SIP through a Cisco gateway? We are trying to mark outbound calls as anonymous and we set it to prohib, but calls still show outbound callerid. We are SIP from * to the Cisco gateway and then PRI outbound. If we strip the callerid num, then the first number on the PRI gets added as teh callerid, so we can't do that. We need to make
2007 Nov 23
1
AMI Newstate Ringing events -- Inconsistent caller id ?
Hello list, I'm observing what I believe to be inconsistent behaviour regarding "Newstate" AMI events for the "Ringing" state. As such I come to you asking for experience or advice: am I wrong or should I file a bug ? I present you a short introduction which I feel is relevant; however, if you want to go straight to my technical question, please scroll