Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
080f42c9
Commit
080f42c9
authored
17 years ago
by
Alexandre Bourget
Browse files
Options
Downloads
Patches
Plain Diff
Revert the iax_vnak command addition.
parent
921eec02
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
libs/libiax2/src/iax-client.h
+0
-1
0 additions, 1 deletion
libs/libiax2/src/iax-client.h
libs/libiax2/src/iax.c
+0
-5
0 additions, 5 deletions
libs/libiax2/src/iax.c
with
0 additions
and
6 deletions
libs/libiax2/src/iax-client.h
+
0
−
1
View file @
080f42c9
...
...
@@ -178,7 +178,6 @@ extern int iax_hangup(struct iax_session *session, char *byemsg);
extern
int
iax_call
(
struct
iax_session
*
session
,
const
char
*
cidnum
,
const
char
*
cidname
,
const
char
*
ich
,
const
char
*
lang
,
int
wait
,
int
format
,
int
capability
);
extern
int
iax_accept
(
struct
iax_session
*
session
,
int
format
);
extern
int
iax_answer
(
struct
iax_session
*
session
);
extern
int
iax_vnak
(
struct
iax_session
*
sesesion
);
extern
int
iax_sendurl
(
struct
iax_session
*
session
,
char
*
url
);
extern
int
iax_send_unlink
(
struct
iax_session
*
session
);
extern
int
iax_send_link_reject
(
struct
iax_session
*
session
);
...
...
This diff is collapsed.
Click to expand it.
libs/libiax2/src/iax.c
+
0
−
5
View file @
080f42c9
...
...
@@ -1792,11 +1792,6 @@ int iax_answer(struct iax_session *session)
return
send_command
(
session
,
AST_FRAME_CONTROL
,
AST_CONTROL_ANSWER
,
0
,
NULL
,
0
,
-
1
);
}
int
iax_vnak
(
struct
iax_session
*
session
)
{
return
send_command
(
session
,
AST_FRAME_IAX
,
IAX_COMMAND_VNAK
,
0
,
NULL
,
0
,
-
1
);
}
int
iax_load_complete
(
struct
iax_session
*
session
)
{
return
send_command
(
session
,
AST_FRAME_HTML
,
AST_HTML_LDCOMPLETE
,
0
,
NULL
,
0
,
-
1
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment