aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-14Merged revisions 54375 via svnmerge from mattf1-7/+13
2007-01-31Merged revisions 53046 via svnmerge from russell1-7/+10
2007-01-23Merged revisions 51788 via svnmerge from file1-0/+2
2007-01-19Merged revisions 51311 via svnmerge from russell1-2/+2
2007-01-19remove variable declaration in the middle of a blockrizzo1-1/+2
2007-01-19whoops, fix a cut&paste error...rizzo1-3/+3
2007-01-19slight change to the initialization of a structure,rizzo1-3/+4
2007-01-19include "asterisk/zapata.h" to get the zaptel headers.rizzo1-2/+1
2007-01-19Merged revisions 51274 via svnmerge from dhubbard1-3/+6
2007-01-19Merged revisions 51272 via svnmerge from dhubbard1-494/+487
2007-01-17Merged revisions 51204 via svnmerge from russell1-1/+1
2007-01-16Merged revisions 51087 via svnmerge from file1-2/+8
2007-01-10Allow usedistinctiveringdetection and distinctiveringaftercid to be reset dur...file1-4/+2
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2007-01-05Merged revisions 49705 via svnmerge from qwell1-0/+1
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-46/+51
2007-01-02Merged revisions 49165 via svnmerge from kpfleming1-1/+1
2007-01-01Merged revisions 49102 via svnmerge from kpfleming1-1/+1
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-2/+2
2006-12-15replace ast_safe_string_alloc() with asprintf()rizzo1-3/+3
2006-12-13revert check for a zaptel transcoder related definition that was done in therussell1-1/+1
2006-12-12Make chan_zap inform you that your version of zaptel is too old instead ofrussell1-1/+1
2006-12-10Merged revisions 48372 via svnmerge from murf1-2/+9
2006-12-06Constify a bunch of the usage strings for CLI commands.russell1-10/+10
2006-11-25Little fix so we use the right messagemattf1-1/+1
2006-11-25Make compiler happiermattf1-10/+10
2006-11-25bug fixmattf1-1/+1
2006-11-25Make sure we don't send a group reset on a group larger than 32 CICsmattf1-1/+1
2006-11-25Add ss7 show linkset commandmattf1-7/+1
2006-11-25Updates to show linkset commandmattf1-3/+3
2006-11-17Add some sense of link state. Don't make calls if link is down. Only reset ...mattf1-1/+13
2006-11-17Make sure we choose the last channel as the dchannel if it's not E1 (for BRI)...mattf1-2/+3
2006-11-16Remove the interim variable for range modifications, and set it on the struct...qwell1-13/+12
2006-11-16Add ability to modify range for dring matching.qwell1-5/+40
2006-11-13Merged revisions 47523 via svnmerge from tilghman1-1/+3
2006-11-10Make sure we don't use 32bits for a value that only requires 1 bit. Also, fi...mattf1-3/+3
2006-11-10Add fix for 7321. Ability to hide calleridname from zapata.confmattf1-1/+10
2006-11-09Merged revisions 47391 via svnmerge from russell1-0/+4
2006-11-07A fair number of changes for the sake of bug 7506murf1-21/+26
2006-11-03remove old/useless usecnt stuffrizzo1-7/+0
2006-11-02Updates to do unblock correctlymattf1-5/+22
2006-11-02Changes to show blocked/unblocked states, as well as in service, out of servi...mattf1-5/+22
2006-11-02Add simple down event supportmattf1-0/+3
2006-11-01Merged revisions 46744 via svnmerge from russell1-2/+1
2006-10-30Make sure we give the linkset number, not the offset in the linksets arraymattf1-2/+2
2006-10-30Specify which linkset we're getting the messages from in the messagemattf1-2/+14
2006-10-30Don't make errors when we don't need themmattf1-3/+3
2006-10-27Merged revisions 46370 via svnmerge from russell1-3/+4
2006-10-27First pass at implementation to be able to block and unblock zap channels for mattf1-18/+63
2006-10-27Merged revisions 46358 via svnmerge from russell1-6/+6