[libpri-commits] rmudgett: branch 1.4 r1976 - /branches/1.4/doc/
SVN commits to the libpri project
libpri-commits at lists.digium.com
Fri Sep 10 18:15:05 CDT 2010
Author: rmudgett
Date: Fri Sep 10 18:15:01 2010
New Revision: 1976
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1976
Log:
Fix spelling error in PTMP agent FSM files.
Modified:
branches/1.4/doc/cc_ptmp_agent.fsm
branches/1.4/doc/cc_ptmp_agent_flattened.fsm
Modified: branches/1.4/doc/cc_ptmp_agent.fsm
URL: http://svnview.digium.com/svn/libpri/branches/1.4/doc/cc_ptmp_agent.fsm?view=diff&rev=1976&r1=1975&r2=1976
==============================================================================
--- branches/1.4/doc/cc_ptmp_agent.fsm (original)
+++ branches/1.4/doc/cc_ptmp_agent.fsm Fri Sep 10 18:15:01 2010
@@ -47,20 +47,20 @@
}
Stimulus CC_EVENT_TIMEOUT_T_RETENTION {
Action Send_EraseCallLinkageID;
- Action Relese_LinkID;
+ Action Release_LinkID;
Action Pass_Up_CC_Cancel;
Next_State CC_STATE_IDLE;
}
Stimulus CC_EVENT_CANCEL {
Action Send_EraseCallLinkageID;
- Action Relese_LinkID;
+ Action Release_LinkID;
Next_State CC_STATE_IDLE;
}
}
State CC_STATE_REQUESTED {
Epilog {
Action Send_EraseCallLinkageID;
- Action Relese_LinkID;
+ Action Release_LinkID;
}
Stimulus CC_EVENT_CC_REQUEST_ACCEPT {
Next_State CC_STATE_ACTIVATED;
Modified: branches/1.4/doc/cc_ptmp_agent_flattened.fsm
URL: http://svnview.digium.com/svn/libpri/branches/1.4/doc/cc_ptmp_agent_flattened.fsm?view=diff&rev=1976&r1=1975&r2=1976
==============================================================================
--- branches/1.4/doc/cc_ptmp_agent_flattened.fsm (original)
+++ branches/1.4/doc/cc_ptmp_agent_flattened.fsm Fri Sep 10 18:15:01 2010
@@ -41,7 +41,7 @@
}
Stimulus CC_EVENT_TIMEOUT_T_RETENTION {
Action Send_EraseCallLinkageID;
- Action Relese_LinkID;
+ Action Release_LinkID;
Action Pass_Up_CC_Cancel;
Action Stop_T_RETENTION;
Action Set_Selfdestruct;
@@ -49,7 +49,7 @@
}
Stimulus CC_EVENT_CANCEL {
Action Send_EraseCallLinkageID;
- Action Relese_LinkID;
+ Action Release_LinkID;
Action Stop_T_RETENTION;
Action Set_Selfdestruct;
Next_State CC_STATE_IDLE;
@@ -58,7 +58,7 @@
State CC_STATE_REQUESTED {
Stimulus CC_EVENT_CC_REQUEST_ACCEPT {
Action Send_EraseCallLinkageID;
- Action Relese_LinkID;
+ Action Release_LinkID;
/* Start T_CCBS2 or T_CCNR2 depending upon CC mode. */
Action Start_T_SUPERVISION;
Action Reset_A_Status;
@@ -67,7 +67,7 @@
}
Stimulus CC_EVENT_CANCEL {
Action Send_EraseCallLinkageID;
- Action Relese_LinkID;
+ Action Release_LinkID;
Action Set_Selfdestruct;
Next_State CC_STATE_IDLE;
}
More information about the libpri-commits
mailing list