From 8d14d2255818deacb493ff997938be8fa9786de6 Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 20 Apr 2007 21:12:53 +0000 Subject: Merge changes from team/russell/iax2_osp This set of changes adds OSP support to chan_iax2. However, I have modified the patch a bit from what was submitted. You now use the CHANNEL() function to get and set the OSP token for IAX2. (issue #8531, reported by and original patch by homesick, patch updated by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61702 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/iax2-parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channels/iax2-parser.h') diff --git a/channels/iax2-parser.h b/channels/iax2-parser.h index 35f8c69bd..076f7ca85 100644 --- a/channels/iax2-parser.h +++ b/channels/iax2-parser.h @@ -74,6 +74,8 @@ struct iax_ies { unsigned int rr_dropped; unsigned int rr_ooo; struct ast_variable *vars; + char *osptokenblock[IAX_MAX_OSPBLOCK_NUM]; + unsigned int ospblocklength[IAX_MAX_OSPBLOCK_NUM]; }; #define DIRECTION_INGRESS 1 -- cgit v1.2.3