typos, formatting

This commit is contained in:
MelwareDE 2009-05-01 14:56:01 +00:00
parent eb16251723
commit a1e2cfcd37
2 changed files with 10 additions and 9 deletions

View File

@ -849,11 +849,11 @@ Description:
Operators
Listeners
Regular users can receive voise stream from conference and send voice stream to conference.
Regular users can receive voice stream from conference and send voice stream to conference.
Outgoing (from user to conference) voice stream from regular users can be muted (deactivated)
and unmuted (activated) if necessary by 'chat_mute' command.
Operators can receive voise stream from conference and send voice stream to conference.
Operators can receive voice stream from conference and send voice stream to conference.
Outgoing (from user to conference) voice stream from operators can not be muted (deactivated)
by 'chat_mute' command.
@ -938,11 +938,11 @@ Description:
Operators
Listeners
Regular users can receive voise stream from conference and send voice stream to conference.
Regular users can receive voice stream from conference and send voice stream to conference.
Outgoing (from user to conference) voice stream from regular users can be muted (deactivated)
and unmuted (activated) if necessary by 'chat_mute' command.
Operators can receive voise stream from conference and send voice stream to conference.
Operators can receive voice stream from conference and send voice stream to conference.
Outgoing (from user to conference) voice stream from operators can not be muted (deactivated)
by 'chat_mute' command.
@ -1039,11 +1039,11 @@ Description:
Operators
Listeners
Regular users can receive voise stream from conference and send voice stream to conference.
Regular users can receive voice stream from conference and send voice stream to conference.
Outgoing (from user to conference) voice stream from regular users can be muted (deactivated)
and unmuted (activated) if necessary by 'chat_mute' command.
Operators can receive voise stream from conference and send voice stream to conference.
Operators can receive voice stream from conference and send voice stream to conference.
Outgoing (from user to conference) voice stream from operators can not be muted (deactivated)
by 'chat_mute' command.
@ -1107,7 +1107,7 @@ exten => 1292,n,Hangup()
exten => 1293,1,Answer ; Accept call
exten => 1293,n,capicommand(resource|1-4) ; Assign resource PLCI if call from IP
exten => 1293,n,capicommand(clamping|200) ; Activate DTMF suppression
exten => 1293,n,capicommand(chat|test_chat|m|1-4) ; Add to conference as listener
exten => 1293,n,capicommand(chat|test_chat|ml|1-4) ; Add to conference as listener
exten => 1293,n,Hangup()
exten => _X.,1,Answer

View File

@ -261,7 +261,8 @@ static void update_capi_mixer(int remove, unsigned int roomnumber, struct capi_p
}
}
static void update_all_capi_mixers(unsigned int roomnumber) {
static void update_all_capi_mixers(unsigned int roomnumber)
{
struct capichat_s *room;
unsigned int overall_found;
unsigned int nr_segments;
@ -715,7 +716,7 @@ int pbxcli_capi_chatinfo(int fd, int argc, char *argv[])
#endif
}
static const char* room_member_type_2_name (room_member_type_t room_member_type)
static const char* room_member_type_2_name(room_member_type_t room_member_type)
{
switch (room_member_type) {
case RoomMemberListener: