Archived
14
0
Fork 0
Commit graph

8530 commits

Author SHA1 Message Date
file
cb0181db21 Add the video stream for AGI function STREAM FILE (issue #5392 reported by areski -- minor mods by me)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30547 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 17:43:11 +00:00
markster
328608aece That goes for jingle too :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 05:21:41 +00:00
markster
25efaf1f71 Lets not commit things that cause Asterisk to break when config files aren't present.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26 03:08:15 +00:00
russell
8e943de284 only display a debug message if option_debug is in use
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 22:39:57 +00:00
russell
e34f49ccc7 regenerate configure after the last fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 22:06:55 +00:00
russell
9f9309cda6 restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30458 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 22:05:12 +00:00
bweschke
6d7eb1ed13 A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Further optimizations are still possible (eg - store and manage pointers to the status integer of the member record that this interface/device has a one-to-one relationship with and then go directly to those pointers to make status modifications rather than the recursive looping that goes on now) BUT first things first. :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30430 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 21:47:03 +00:00
file
8a415b1bf7 Merge in branch that adds new features to MeetMeAdmin. See application documentation for more details on the new options. (issue #7131 reported by dmikusa branch by jcollie)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30427 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 21:30:40 +00:00
bweschke
4d23d6c216 Merged revisions 30424 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30424 | bweschke | 2006-05-25 17:22:16 -0400 (Thu, 25 May 2006) | 3 lines

 Oops.


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 21:24:12 +00:00
tilghman
049bf7262e Deprecate SetCallerID (should have happened prior to release of 1.2)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30411 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 21:06:43 +00:00
file
d55c1b0a27 Remove possibility of sending duplicate MeetmeJoin manager events, and only send a MeetmeLeave event if a MeetmeJoin event occured in the first place. (issue #6599 reported by imran - provided patch with few tiny mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 21:06:08 +00:00
file
08fc2908d3 Merge in branch which gives you the ability to set the hangup causecode using the Hangup application. (issue #7160 reported by kmilitzer branch by jcollie)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30390 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 20:51:27 +00:00
file
2aa960bb03 Merged revisions 30373 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30373 | file | 2006-05-25 17:03:11 -0300 (Thu, 25 May 2006) | 2 lines

Don't play the enter sound twice when a person joins a conference after the leader has joined it. (issue #6138 reported by shanermn)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30384 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 20:05:52 +00:00
kpfleming
753cf2caf6 use the proper method for adding a new entry
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30361 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 19:26:26 +00:00
russell
59737483ed add the ability to be able to echo DTMF_BEGIN/END, HTML, and IMAGE frames, too
(issue #7193, Mithraen, with some mods)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30360 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 19:21:09 +00:00
russell
7fb949653f - mark some applications deprecated that already have replacements
- add BLACKLIST and mark LookupBlacklist deprecated
- add transfercapability support to CHANNEL and mark SetTransferCapability
  deprecated
(issue #7225, Corydon)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30359 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 19:07:31 +00:00
russell
d54f8741c7 allow setting a channel variable to disable sending SIGHUP to the AGI process
(issue #6491, original patch by juggie, channel variable patch by corydon,
 committed patch modified to change variable name and update documentation)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30337 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 19:01:26 +00:00
russell
04a4a825d5 Add the ability to retrieve the exit code of the forked AGI process. If there
is an error executing the AGI script, or the AGI script itself returns a
non-zero value, the AGISTATUS variable will now be set to FAILURE instead of
SUCCESS.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30328 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 18:31:19 +00:00
file
be0f7def4c Add Archive option to call files and add documentation on them. (issue #5426 reported by ezio - props to blitzrage for proof reading the documentation)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 17:58:55 +00:00
kpfleming
861939a243 Merged revisions 30296 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30296 | kpfleming | 2006-05-25 12:39:33 -0500 (Thu, 25 May 2006) | 2 lines

don't try to use -march=s390 when building on S/390 systems (reported via asterisk-users mailing list)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30297 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 17:39:46 +00:00
kpfleming
04b5a0d1dc Merged revisions 30293 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30293 | kpfleming | 2006-05-25 12:18:01 -0500 (Thu, 25 May 2006) | 2 lines

allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30294 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 17:22:26 +00:00
russell
d4f2c0ca2a - add support for setting an AGISTATUS variable that indicates successful
execution, failure, or if the channel requested hangup.
- only return -1 from the application if the application requested hangup. If
  there was just a failure in execution of the AGI, just set the status
  variable appropriately and move on in the dialplan.
(issue #7121, original patch by Alessandro Polverini, updated patch by srt,
 committed patch is heavily modified to allow still returning -1 on hangup)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30272 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 16:44:22 +00:00
file
1812f9ed10 Safely traverse the thread lists and wait until each thread is done before moving on to the next.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30271 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 16:14:17 +00:00
file
e3b881abfe Only get the low 16 bits if we actually have a message count
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30242 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 15:42:11 +00:00
russell
d686e9230b add DB_DELETE function for the common case of retrieving and deleting a key in
a single operation (issue #7214, twilson)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 15:40:38 +00:00
file
40d58097e9 Merged revisions 30239 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30239 | file | 2006-05-25 12:27:44 -0300 (Thu, 25 May 2006) | 2 lines

Get rid of an incorrect SIP dial string in the sample extensions.conf - I even tried variations... no go (issue #7222 reported by arkadia)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30240 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 15:29:30 +00:00
bweschke
e9dd85c836 Properly initialize destination variables before we send them into pbx_substitute_variables_helper(..). Ya! Testing! Take 2.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30216 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 14:32:15 +00:00
bweschke
c149081a4b Making sure a char ptr is initialized before we strchr on it is a GOOD thing. Ya! Testing!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30194 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 13:51:44 +00:00
bweschke
4e84a6faa6 Doxygen comment for Qwell
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30173 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 01:40:20 +00:00
bweschke
557ba0f776 Make sure we catch all the instances where a member didn't answer the call sent to them rather than just on a timeout after a dial attempt and some minor code cleanup/reuse.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25 00:11:30 +00:00
crichter
896fe12d0c added EVENT_NEW_CHANNEL. We change the channel name now when we got the real channel, also changed name generation to new stringfield api
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30132 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 23:21:03 +00:00
file
bae44ae965 Nothing to see here... move along
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30131 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 23:08:39 +00:00
file
ffb260e6b5 Update some documentation (file internal brain bug #42)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30104 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 22:00:37 +00:00
kpfleming
52e7b49699 block chan_sip fix that is not broken here :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30099 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 21:25:46 +00:00
kpfleming
9ac167a11e don't send CANCEL for an INVITE that we haven't received a provisional response for yet... mark it pending until a response arrives (issue #7079)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30070 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 20:37:45 +00:00
mogorman
c738d1c620 Merged revisions 30037 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2

........
r30037 | mogorman | 2006-05-24 14:55:21 -0500 (Wed, 24 May 2006) | 3 lines

app_meemte used the ast_max_exten instead of path_max
solves bug 6822

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30068 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 20:07:02 +00:00
file
9c7558d281 Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30040 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 20:00:10 +00:00
mogorman
5a97785f12 reset timeout on reconnect.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30039 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 19:59:04 +00:00
oej
9c0477b2a7 Typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30038 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 19:58:36 +00:00
file
7657e00b68 Blocked revisions 30035 via svnmerge
........
r30035 | file | 2006-05-24 16:44:26 -0300 (Wed, 24 May 2006) | 2 lines

Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30036 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 19:46:14 +00:00
file
24de8a5db9 Merged revisions 30033 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30033 | file | 2006-05-24 16:14:01 -0300 (Wed, 24 May 2006) | 2 lines

Fix deadlock caused by a race condition in the logger when reloading (issue #7195 reported and fixed by softins)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30034 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 19:16:07 +00:00
kpfleming
2671db4051 don't force the compiler name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 18:18:14 +00:00
oej
d151a56839 Typo fix. Thanks Peter!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30010 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 18:17:50 +00:00
kpfleming
8e2e5ae7ff Merged revisions 29973 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29973 | kpfleming | 2006-05-24 11:59:20 -0500 (Wed, 24 May 2006) | 2 lines

support video recording via AGI 'RECORD FILE' command (issue #7068)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 17:02:54 +00:00
kpfleming
b83e66c6a6 Merged revisions 29971 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29971 | kpfleming | 2006-05-24 11:52:08 -0500 (Wed, 24 May 2006) | 2 lines

fix various bugs related to exiting from queue via keypress and moh handling (issue #6776, different fix)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29972 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 16:54:10 +00:00
kpfleming
2b3cb378b1 Merged revisions 29969 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29969 | kpfleming | 2006-05-24 11:17:26 -0500 (Wed, 24 May 2006) | 2 lines

respect 'usecallingpres' in zapata.conf even if CLID has not been set for the channel (issue #7123)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29970 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 16:19:57 +00:00
crichter
3f167cb7d7 fixed to early connect bug which came in yesterday.., also added the transmit of progress indicators through channel vars
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29938 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 07:58:52 +00:00
jdixon
d4330f629e Added incoming audio notch filtering, plus a bunch of command improvements, etc.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 07:01:02 +00:00
kpfleming
61d4ce7839 block SIP obscurity fix from merging... trunk version was different
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29905 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 03:32:55 +00:00
kpfleming
e86ffa4ac5 add a new option for 'obscuring' SIP user/peer names from fishers
use an enum for authentication results and clean up code
fix a bug where SUBSCRIBE for an unknown user/peer would not generate a response


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29903 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 03:28:49 +00:00