diff options
Diffstat (limited to 'net/asterisk14/files')
-rw-r--r-- | net/asterisk14/files/patch-channels::h323::ast_h323.cxx | 29 | ||||
-rw-r--r-- | net/asterisk14/files/patch-main::manager.c | 14 |
2 files changed, 14 insertions, 29 deletions
diff --git a/net/asterisk14/files/patch-channels::h323::ast_h323.cxx b/net/asterisk14/files/patch-channels::h323::ast_h323.cxx deleted file mode 100644 index bfc819452128..000000000000 --- a/net/asterisk14/files/patch-channels::h323::ast_h323.cxx +++ /dev/null @@ -1,29 +0,0 @@ ---- channels/h323/ast_h323.cxx.orig 2008-04-08 15:08:37.000000000 +0300 -+++ channels/h323/ast_h323.cxx 2008-04-08 15:08:51.000000000 +0300 -@@ -81,8 +81,6 @@ - /** PWLib entry point */ - static MyProcess *localProcess = NULL; - --static int _timerChangePipe[2]; -- - static unsigned traceOptions = PTrace::Timestamp | PTrace::Thread | PTrace::FileAndLine; - - class PAsteriskLog : public PObject, public iostream { -@@ -191,8 +189,6 @@ - - MyProcess::~MyProcess() - { -- _timerChangePipe[0] = timerChangePipe[0]; -- _timerChangePipe[1] = timerChangePipe[1]; - } - - void MyProcess::Main() -@@ -2460,8 +2456,6 @@ - if (localProcess) { - delete localProcess; - localProcess = NULL; -- close(_timerChangePipe[0]); -- close(_timerChangePipe[1]); - } - if (logstream) { - PTrace::SetLevel(0); diff --git a/net/asterisk14/files/patch-main::manager.c b/net/asterisk14/files/patch-main::manager.c new file mode 100644 index 000000000000..8f5a95e48d43 --- /dev/null +++ b/net/asterisk14/files/patch-main::manager.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- main/manager.c.orig ++++ main/manager.c +@@ -73,7 +73,7 @@ + + struct fast_originate_helper { + char tech[AST_MAX_EXTENSION]; +- char data[AST_MAX_EXTENSION]; ++ char data[AST_MAX_EXTENSION * 5]; + int timeout; + char app[AST_MAX_APP]; + char appdata[AST_MAX_EXTENSION]; |