-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
* $ ./sip_ua | ||
* | ||
* | ||
* To test otbound calls, invoke with a SIP URI argument. | ||
* sip_will will invite provided URI: | ||
* To test outbound calls, invoke with a SIP URI argument. | ||
* sip_ua will invite provided URI: | ||
* | ||
* $ ./sip_ua sip:[email protected] | ||
* | ||
|
@@ -269,7 +269,7 @@ static void exit_handler(void *arg) | |
} | ||
|
||
|
||
/* called upon reception of SIGINT, SIGALRM or SIGTERM */ | ||
/* called upon reception of SIGINT, SIGALRM or SIGTERM */ | ||
static void signal_handler(int sig) | ||
{ | ||
re_printf("terminating on signal %d...\n", sig); | ||
|
@@ -436,7 +436,7 @@ int main(int argc, char *argv[]) | |
mem_deref(sip); | ||
mem_deref(dnsc); | ||
|
||
/* free librar state */ | ||
/* free libre state */ | ||
libre_close(); | ||
|
||
/* check for memory leaks */ | ||
|