aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-25Send CPG when we get a CONTROL_PROGRESS frame and make sure that it sends ACM...mattf1-2/+13
2006-10-25Update changes to do US style point code parsing/formatting (xxx.xxx.xxx)mattf1-3/+18
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-3/+3
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-179/+339
2006-09-27Fix some little thingsmattf1-2/+2
2006-09-27Add CLI block and unblock circuit commands for SS7.mattf1-1/+77
2006-09-21Suppress compiler warningsqwell1-2/+6
2006-09-21Merge in SS7 changes.... need to still cleanup zapata.confmattf1-19/+1006
2006-09-20Fix some chan_zap warning messages, when HAVE_PRI is not defined.qwell1-7/+5
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-20Merged revisions 43314 via svnmerge from kpfleming1-4/+4
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-1/+16
2006-09-18merge qwell's CLI verbification workkpfleming1-32/+55
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-181/+211
2006-09-16Fix the dtmf dialtone thingmarkster1-1/+3
2006-09-14Merged revisions 42946 via svnmerge from tilghman1-1/+1
2006-09-10Uhm, make Zap actually work again. Did anybody actually test that code?markster1-3/+3
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1