~ubuntu-branches/ubuntu/quantal/asterisk/quantal

« back to all changes in this revision

Viewing changes to debian/patches/dahdi_ptmp_nt

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Michel Dault
  • Date: 2010-02-16 14:08:54 UTC
  • mfrom: (1.2.5 upstream) (8.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100216140854-rb2godspb9lduazl
Tags: 1:1.6.2.2-1ubuntu1
* Merge from Debian: security update
  * Changes:
  - debian/control: Change Maintainer
  - debian/control: Removed Uploaders field.
  - debian/control: Removed Debian Vcs-Svn entry and replaced with
      ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
  - debian/asterisk.init : chown /dev/dahdi
  - debian/backports/hardy : add file
  - debian/backports/asterisk.init.hardy : add file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Give DAHDI PtMP NT mode a shot.
 
1
Subject: Give DAHDI PtMP NT mode a shot
 
2
Author: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
 
3
Bug: http://issues.asterisk.org/view.php?id=15048
 
4
Forwarded: not-needed
 
5
Last-Update: 2009-12-19
2
6
 
3
7
This basically sort-of works. But then again, implementing the whole mode
4
8
in a three-liner patch is quite a feat ;-)
5
9
 
6
 
http://issues.asterisk.org/view.php?id=15048
 
10
Proper PtMP NT support is included in version 1.8. Backporting it may not
 
11
be that simple.
 
12
 
7
13
--- a/channels/chan_dahdi.c
8
14
+++ b/channels/chan_dahdi.c
9
 
@@ -16480,7 +16480,8 @@
 
15
@@ -16510,7 +16510,8 @@ static int process_dahdi(struct dahdi_ch
10
16
                                        confp->chan.sig = SIG_BRI_PTMP;
11
17
                                        confp->pri.nodetype = PRI_CPE;
12
18
                                } else if (!strcasecmp(v->value, "bri_net_ptmp")) {