Displaying 1 result from an estimated 1 matches for "descrip_callingpres".
2005 Mar 24
1
Missing CallingPres Application
...===========================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.414
retrieving revision 1.415
diff -r1.414 -r1.415
9092,9105d9091
< static char *synopsis_callingpres = "Change the presentation for the
callerid";
< static char *descrip_callingpres = "Callingpres(number): Changes the
presentation for the callerid. 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;
<...