work on chan_lcr
[lcr.git] / callerid.h
diff --git a/callerid.h b/callerid.h
new file mode 100644 (file)
index 0000000..6fffd07
--- /dev/null
@@ -0,0 +1,14 @@
+/*****************************************************************************\
+**                                                                           **
+** Linux Call Router                                                         **
+**                                                                           **
+**---------------------------------------------------------------------------**
+** Copyright: Andreas Eversberg                                              **
+**                                                                           **
+** callerid header file                                                      **
+**                                                                           **
+\*****************************************************************************/ 
+
+char *nationalize_callerinfo(char *string, int *type, char *national, char *international);
+char *numberrize_callerinfo(char *string, int type, char *national, char *international);
+