summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2007-01-02Merged revisions 49165 via svnmerge from Kevin P. Fleming
2007-01-01Merged revisions 49102 via svnmerge from Kevin P. Fleming
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-15replace ast_safe_string_alloc() with asprintf()Luigi Rizzo
2006-12-13revert check for a zaptel transcoder related definition that was done in theRussell Bryant
2006-12-12Make chan_zap inform you that your version of zaptel is too old instead ofRussell Bryant
2006-12-10Merged revisions 48372 via svnmerge from Steve Murphy
2006-12-06Constify a bunch of the usage strings for CLI commands.Russell Bryant
2006-11-25Little fix so we use the right messageMatthew Fredrickson
2006-11-25Make compiler happierMatthew Fredrickson
2006-11-25bug fixMatthew Fredrickson
2006-11-25Make sure we don't send a group reset on a group larger than 32 CICsMatthew Fredrickson
2006-11-25Add ss7 show linkset commandMatthew Fredrickson
2006-11-25Updates to show linkset commandMatthew Fredrickson
2006-11-17Add some sense of link state. Don't make calls if link is down. Only reset ...Matthew Fredrickson
2006-11-17Make sure we choose the last channel as the dchannel if it's not E1 (for BRI)...Matthew Fredrickson
2006-11-16Remove the interim variable for range modifications, and set it on the struct...Jason Parker
2006-11-16Add ability to modify range for dring matching.Jason Parker
2006-11-13Merged revisions 47523 via svnmerge from Tilghman Lesher
2006-11-10Make sure we don't use 32bits for a value that only requires 1 bit. Also, fi...Matthew Fredrickson
2006-11-10Add fix for 7321. Ability to hide calleridname from zapata.confMatthew Fredrickson
2006-11-09Merged revisions 47391 via svnmerge from Russell Bryant
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove old/useless usecnt stuffLuigi Rizzo
2006-11-02Updates to do unblock correctlyMatthew Fredrickson
2006-11-02Changes to show blocked/unblocked states, as well as in service, out of servi...Matthew Fredrickson
2006-11-02Add simple down event supportMatthew Fredrickson
2006-11-01Merged revisions 46744 via svnmerge from Russell Bryant
2006-10-30Make sure we give the linkset number, not the offset in the linksets arrayMatthew Fredrickson
2006-10-30Specify which linkset we're getting the messages from in the messageMatthew Fredrickson
2006-10-30Don't make errors when we don't need themMatthew Fredrickson
2006-10-27Merged revisions 46370 via svnmerge from Russell Bryant
2006-10-27First pass at implementation to be able to block and unblock zap channels for Matthew Fredrickson
2006-10-27Merged revisions 46358 via svnmerge from Russell Bryant
2006-10-25Send CPG when we get a CONTROL_PROGRESS frame and make sure that it sends ACM...Matthew Fredrickson
2006-10-25Update changes to do US style point code parsing/formatting (xxx.xxx.xxx)Matthew Fredrickson
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-27Fix some little thingsMatthew Fredrickson
2006-09-27Add CLI block and unblock circuit commands for SS7.Matthew Fredrickson
2006-09-21Suppress compiler warningsJason Parker
2006-09-21Merge in SS7 changes.... need to still cleanup zapata.confMatthew Fredrickson
2006-09-20Fix some chan_zap warning messages, when HAVE_PRI is not defined.Jason Parker
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20Merged revisions 43314 via svnmerge from Kevin P. Fleming
2006-09-19Various updates from PCadach's chan_h323-live branchMatthew Fredrickson
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-09-16Fix the dtmf dialtone thingMark Spencer
2006-09-14Merged revisions 42946 via svnmerge from Tilghman Lesher