summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
AgeCommit message (Expand)Author
2006-03-21removed unneeded debugs in level=0Christian Richter
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ...Christian Richter
2006-03-09added option to change the connected party number dialplan (ton)Christian Richter
2006-03-07fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ....Christian Richter
2006-03-07when receiving disconnect with inband info, we don't send release immediately...Christian Richter
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some defa...Christian Richter
2006-02-28better default values for jitterbuffer in code and configChristian Richter
2006-02-24added export and import of RDNIS channel variableChristian Richter
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-22* changed some strncpys to ast_copy_str Christian Richter
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network si...Christian Richter
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the re...Christian Richter
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portsChristian Richter
2006-02-10* jb can be configed by misdn_set_optChristian Richter
2006-02-10added Proceeding state, to be more ETSI conform with outgoing setups on the N...Christian Richter
2006-02-08* dozens of white-space removementsChristian Richter
2006-02-02* removed unnecessary struct elements and functionsChristian Richter
2006-02-02More stringfield related changesMatthew Fredrickson
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2005-12-09committed head of chan_misdn with a lot of new features. Most important of al...Christian Richter
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-15issue #5739 (plus ast_copy_string() usage conversion)Kevin P. Fleming
2005-11-11issue #5671Kevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-11-08issue #5639Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-01issue #5566Kevin P. Fleming
2005-10-31add experimental mISDN channel driver (issue #4077)Kevin P. Fleming