search for: cid_pres

Displaying 1 result from an estimated 1 matches for "cid_pres".

Did you mean: cia_res
2005 Mar 24
1
Missing CallingPres Application
...llerid. Should be called before placing an outgoing call\n"; < static char *app_callingpres = "CallingPres"; < static int change_callingpres(struct ast_channel *chan, void *data) < { < int mode = 0; < if (data) { < mode = atoi((char *)data); < chan->cid.cid_pres = mode; < } else < ast_log(LOG_NOTICE, "Application %s requres an argument: %s(number)\n", app_callingpres,app_callingpres); < return 0; < } < 9314d9299 < ast_unregister_application(app_callingpres); 10178d10162 < ast_register_application(app_callingpres, chang...