Leif Madsen
d4938a111e
Introduce <support_level> tags in MODULEINFO.
...
This change introduces MODULEINFO into many modules in Asterisk in order to show
the community support level for those modules. This is used by changes committed
to menuselect by Russell Bryant recently (r917 in menuselect). More information about
the support level types and what they mean is available on the wiki at
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@328209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2011-07-14 20:13:06 +00:00
Terry Wilson
5427820aaf
Cast data as char * before using S_OR
...
This is required for compiling successfully under dev mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@320716 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2011-05-25 00:49:10 +00:00
Matthew Nicholson
aa0351aac9
Fix the cmgr parser.
...
(closes issue 0018152)
Reported by: menschentier
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@292122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-10-18 17:15:24 +00:00
Tilghman Lesher
b4e18d5660
Add load priority order, such that preload becomes unnecessary in most cases
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-07-20 19:35:02 +00:00
Tzafrir Cohen
c613897d1c
Fix various typos reported by Lintian
...
(Also fix the typos in the comments)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-07-02 15:57:02 +00:00
Matthew Nicholson
57d9f8e42d
Don't free written frames in chan_mobile's mbl_write() function.
...
(closes issue #16430 )
Reported by: azbest
Tested by: azbest
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-07-01 12:57:18 +00:00
Matthew Nicholson
546416ff4b
Fix support for multiline SMS messages in chan_mobile.
...
(closes issue #16278 )
Reported by: Artem
Patches:
multiline-sms-fix2.diff uploaded by mnicholson (license 96)
Tested by: Artem
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-12-02 21:37:18 +00:00
Matthew Nicholson
6c926bca38
Do something with the service indicator so that asterisk does not attempt to use a chan_mobile endpoint that does not have service.
...
(closes issue #16132 )
Reported by: nikkk
Patches:
service-indicator2.diff uploaded by mnicholson (license 96)
Tested by: nikkk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-12-02 21:13:02 +00:00
Tilghman Lesher
c17525391b
Missed these two channel drivers on the codec_bits merge
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@228616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-11-06 19:38:33 +00:00
Matthew Nicholson
d0664ba6af
Add an 'sms' option to mobile.conf to manually enable or disable SMS support.
...
(closes issue #15071 )
Reported by: ughnz
Patches:
optional-sms1.diff uploaded by mnicholson (license 96)
Tested by: ughnz, mnicholson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209993 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-03 14:01:39 +00:00
Matthew Nicholson
6568cd6aa8
This patch adds the ability to send a CUSD command to a bluetooth device.
...
(closes issue #15278 )
Reported by: Artem
Patches:
cusd5.patch uploaded by Artem (license 800)
Tested by: mnicholson, Artem
Review: https://reviewboard.asterisk.org/r/274/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-07-29 21:46:17 +00:00
Matthew Nicholson
0cff13075f
Fixed a comment for hfp_parse_clip
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209453 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-07-29 21:13:42 +00:00
David Brooks
d81d6d3415
Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
...
(closes issue #15571 )
Reported by: alecdavis
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-07-27 16:33:50 +00:00
Matthew Nicholson
f9d62e3c32
Fix mbl_fixup() in chan_mobile to update newchan->tech_pvt instead of oldchan.
...
(closes issue #15299 )
Reported by: nikkk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205700 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-07-09 21:32:31 +00:00
Russell Bryant
564b7aa848
Rename mobile.conf to chan_mobile.conf, make module support old name, too
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204423 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-30 17:16:56 +00:00
Russell Bryant
c511a26749
Move Asterisk-addons modules into the main Asterisk source tree.
...
Someone asked yesterday, "is there a good reason why we can't just put these
modules in Asterisk?". After a brief discussion, as long as the modules are
clearly set aside in their own directory and not enabled by default, it is
perfectly fine.
For more information about why a module goes in addons, see README-addons.txt.
chan_ooh323 does not currently compile as it is behind some trunk API updates.
However, it will not build by default, so it should be okay for now.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-30 16:40:38 +00:00