asterisk-11.x-chan-dongle: support E1752 and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
f0bb800287
commit
aed7857cee
5 changed files with 44 additions and 7 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=asterisk11-chan-dongle
|
PKG_NAME:=asterisk11-chan-dongle
|
||||||
PKG_VERSION:=1.1r35
|
PKG_VERSION:=1.1r35
|
||||||
PKG_REV:=28a46567a88cebdc365db6f294e682246fd2dd7b
|
PKG_REV:=28a46567a88cebdc365db6f294e682246fd2dd7b
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE_SUBDIR:=asterisk11-chan-dongle-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=asterisk11-chan-dongle-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/app.c
|
--- a/app.c
|
||||||
+++ b/app.c
|
+++ b/app.c
|
||||||
@@ -114,7 +114,44 @@
|
@@ -114,7 +114,44 @@ static int app_send_sms_exec (attribute_
|
||||||
return !status;
|
return !status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
static const struct dongle_application
|
static const struct dongle_application
|
||||||
{
|
{
|
||||||
@@ -144,7 +181,15 @@
|
@@ -144,7 +181,15 @@ static const struct dongle_application
|
||||||
" Message - text of the message\n"
|
" Message - text of the message\n"
|
||||||
" Validity - Validity period in minutes\n"
|
" Validity - Validity period in minutes\n"
|
||||||
" Report - Boolean flag for report request\n"
|
" Report - Boolean flag for report request\n"
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
From da5cd41e8554eaf1133f85282c253da2c74ff7eb Mon Sep 17 00:00:00 2001
|
||||||
|
From: "bg_one@mail.ru" <bg111@users.noreply.github.com>
|
||||||
|
Date: Fri, 6 Sep 2013 19:37:05 +0000
|
||||||
|
Subject: [PATCH] added E1752 to seven_bit_modems
|
||||||
|
|
||||||
|
---
|
||||||
|
at_response.c | 1 +
|
||||||
|
1 files changed, 1 insertions(+), 0 deletion(-)
|
||||||
|
|
||||||
|
--- a/at_response.c
|
||||||
|
+++ b/at_response.c
|
||||||
|
@@ -1590,6 +1590,7 @@ static int at_response_cgmm (struct pvt*
|
||||||
|
"E171",
|
||||||
|
"E153",
|
||||||
|
"E156B",
|
||||||
|
+ "E1752",
|
||||||
|
};
|
||||||
|
|
||||||
|
ast_copy_string (pvt->model, str, sizeof (pvt->model));
|
|
@ -0,0 +1,20 @@
|
||||||
|
From da5cd41e8554eaf1133f85282c253da2c74ff7eb Mon Sep 17 00:00:00 2001
|
||||||
|
From: "bg_one@mail.ru" <bg111@users.noreply.github.com>
|
||||||
|
Date: Fri, 6 Sep 2013 19:37:05 +0000
|
||||||
|
Subject: [PATCH] added E1752 to seven_bit_modems
|
||||||
|
|
||||||
|
---
|
||||||
|
configure.in | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
--- a/configure.in
|
||||||
|
+++ b/configure.in
|
||||||
|
@@ -2,7 +2,7 @@ dnl init
|
||||||
|
dnl AC_REVISION($Revision: 1.30 $)
|
||||||
|
AC_PREREQ([2.60])
|
||||||
|
AC_INIT([chan_dongle],[1.1],[http://code.google.com/p/asterisk-chan-dongle/issues/list],[chan_dongle],[http://code.google.com/p/asterisk-chan-dongle])
|
||||||
|
-PACKAGE_REVISION="34"
|
||||||
|
+PACKAGE_REVISION="35"
|
||||||
|
AC_CANONICAL_TARGET
|
||||||
|
AM_INIT_AUTOMAKE
|
||||||
|
AC_CONFIG_HEADERS([config.h])
|
|
@ -1,7 +1,5 @@
|
||||||
Index: asterisk11-chan-dongle-1.1r35/channel.c
|
--- a/channel.c
|
||||||
===================================================================
|
+++ b/channel.c
|
||||||
--- asterisk11-chan-dongle-1.1r35.orig/channel.c
|
|
||||||
+++ asterisk11-chan-dongle-1.1r35/channel.c
|
|
||||||
@@ -495,6 +495,19 @@ again:
|
@@ -495,6 +495,19 @@ again:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue