X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=dss1.h;fp=dss1.h;h=cb31b3b85161383d0cc4f3ed3d9e8a1589e9453a;hp=821c5870980574b9e7eae2ca72dd9ad5749305ff;hb=efc550418c0b107c07818809a3d8e779e476dcd4;hpb=2b8b9508c63608402921232d8451ae1b07ea2bf7 diff --git a/dss1.h b/dss1.h index 821c587..cb31b3b 100644 --- a/dss1.h +++ b/dss1.h @@ -71,8 +71,8 @@ class Pdss1 : public PmISDN void dec_ie_call_id(struct l3_msg *l3m, unsigned char *callid, int *callid_len); void enc_ie_called_pn(struct l3_msg *l3m, int type, int plan, unsigned char *number); void dec_ie_called_pn(struct l3_msg *l3m, int *type, int *plan, unsigned char *number, int number_len); - void enc_ie_calling_pn(struct l3_msg *l3m, int type, int plan, int present, int screen, unsigned char *number); - void dec_ie_calling_pn(struct l3_msg *l3m, int *type, int *plan, int *present, int *screen, unsigned char *number, int number_len); + void enc_ie_calling_pn(struct l3_msg *l3m, int type, int plan, int present, int screen, unsigned char *number, int type2, int plan2, int present2, int screen2, unsigned char *number2); + void dec_ie_calling_pn(struct l3_msg *l3m, int *type, int *plan, int *present, int *screen, unsigned char *number, int number_len, int *type2, int *plan2, int *present2, int *screen2, unsigned char *number2, int number_len2); void enc_ie_connected_pn(struct l3_msg *l3m, int type, int plan, int present, int screen, unsigned char *number); void dec_ie_connected_pn(struct l3_msg *l3m, int *type, int *plan, int *present, int *screen, unsigned char *number, int number_len); void enc_ie_cause(struct l3_msg *l3m, int location, int cause);