aboutsummaryrefslogtreecommitdiffstats
path: root/addons/chan_mobile.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18Fix the cmgr parser.mnicholson1-1/+1
(closes issue 0018152) Reported by: menschentier git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292122 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278132 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-02Fix various typos reported by Lintiantzafrir1-1/+1
(Also fix the typos in the comments) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@273641 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-01Don't free written frames in chan_mobile's mbl_write() function.mnicholson1-1/+0
(closes issue #16430) Reported by: azbest Tested by: azbest git-svn-id: http://svn.digium.com/svn/asterisk/trunk@273312 f38db490-d61c-443f-a65b-d21fe96a405b
2009-12-02Fix support for multiline SMS messages in chan_mobile.mnicholson1-11/+122
(closes issue #16278) Reported by: Artem Patches:       multiline-sms-fix2.diff uploaded by mnicholson (license 96) Tested by: Artem git-svn-id: http://svn.digium.com/svn/asterisk/trunk@232580 f38db490-d61c-443f-a65b-d21fe96a405b
2009-12-02Do something with the service indicator so that asterisk does not attempt to ↵mnicholson1-2/+39
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: http://svn.digium.com/svn/asterisk/trunk@232544 f38db490-d61c-443f-a65b-d21fe96a405b
2009-11-06Missed these two channel drivers on the codec_bits mergetilghman1-6/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@228616 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-03Add an 'sms' option to mobile.conf to manually enable or disable SMS support.mnicholson1-3/+13
(closes issue #15071) Reported by: ughnz Patches: optional-sms1.diff uploaded by mnicholson (license 96) Tested by: ughnz, mnicholson git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209993 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-29This patch adds the ability to send a CUSD command to a bluetooth device.mnicholson1-0/+163
(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: http://svn.digium.com/svn/asterisk/trunk@209484 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-29Fixed a comment for hfp_parse_clipmnicholson1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209453 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with ↵dbrooks1-23/+23
"initialize" (closes issue #15571) Reported by: alecdavis git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209098 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-09Fix mbl_fixup() in chan_mobile to update newchan->tech_pvt instead of oldchan.mnicholson1-2/+2
(closes issue #15299) Reported by: nikkk git-svn-id: http://svn.digium.com/svn/asterisk/trunk@205700 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-30Rename mobile.conf to chan_mobile.conf, make module support old name, toorussell1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204423 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-30Move Asterisk-addons modules into the main Asterisk source tree.russell1-0/+4266
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: http://svn.digium.com/svn/asterisk/trunk@204413 f38db490-d61c-443f-a65b-d21fe96a405b