added misdn port down to send a L1 Deactivate to a NT Port. changed some default values regarding jitterbuffer.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2006-03-07 11:16:56 +00:00
parent 21735de56d
commit bcbcdaa67c
3 changed files with 91 additions and 7 deletions

View File

@@ -329,7 +329,7 @@ void manager_bchannel_deactivate(struct misdn_bchannel * bc);
int misdn_lib_tx2misdn_frm(struct misdn_bchannel *bc, void *data, int len);
void manager_ph_control(struct misdn_bchannel *bc, int c1, int c2);
void manager_ph_control(struct misdn_bchannel *bc, long c1, long c2);
int misdn_lib_port_restart(int port);
@@ -337,6 +337,8 @@ int misdn_lib_get_port_info(int port);
int misdn_lib_port_up(int port, int notcheck);
int misdn_lib_get_port_down(int port);
int misdn_lib_get_port_up (int port) ;
int misdn_lib_maxports_get(void) ;