Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call keeps going if application terminated #24

Open
xyn22 opened this issue Mar 24, 2014 · 4 comments
Open

Call keeps going if application terminated #24

xyn22 opened this issue Mar 24, 2014 · 4 comments

Comments

@xyn22
Copy link

xyn22 commented Mar 24, 2014

Due to segment fault, the application terminates, but the called number still has the call in progress! This happens usually.

@edholland
Copy link
Contributor

This is fairly standard for any SIP application. If the client does not
send CANCEL or BYE the server will often not disconnect the call in a
timely fashion

Ed

On 24 March 2014 15:34, AbdelRahman notifications@github.com wrote:

Due to segment fault, the application terminates, but the called number
still has the call in progress! This happens usually.

Reply to this email directly or view it on GitHubhttps://github.com//issues/24
.

@xyn22
Copy link
Author

xyn22 commented Mar 24, 2014

Does it matter if it's UDP or TCP? Given the stateless nature of UDP?
On 24 Mar 2014 21:56, "Ed Holland" notifications@github.com wrote:

This is fairly standard for any SIP application. If the client does not
send CANCEL or BYE the server will often not disconnect the call in a
timely fashion

Ed

On 24 March 2014 15:34, AbdelRahman notifications@github.com wrote:

Due to segment fault, the application terminates, but the called number
still has the call in progress! This happens usually.

Reply to this email directly or view it on GitHub<
https://github.com/tmakkonen/sipcmd/issues/24>
.

Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-38492777
.

@xyn22
Copy link
Author

xyn22 commented Mar 24, 2014

In other words, if connection was TCP will the SIP server terminates the
call if the tcp connection is closed as the process terminates?
On 24 Mar 2014 22:22, "Rahman" email4.m.rahman@gmail.com wrote:

Does it matter if it's UDP or TCP? Given the stateless nature of UDP?
On 24 Mar 2014 21:56, "Ed Holland" notifications@github.com wrote:

This is fairly standard for any SIP application. If the client does not
send CANCEL or BYE the server will often not disconnect the call in a
timely fashion

Ed

On 24 March 2014 15:34, AbdelRahman notifications@github.com wrote:

Due to segment fault, the application terminates, but the called number
still has the call in progress! This happens usually.

Reply to this email directly or view it on GitHub<
https://github.com/tmakkonen/sipcmd/issues/24>
.

Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-38492777
.

@edholland
Copy link
Contributor

Hi,

I've never worked directly with TCP based SIP. I would assume that it wont
terminate calls as SIP signalling is infrequent compared to the RTP audio
streams.

Ed

On 24 March 2014 20:29, AbdelRahman notifications@github.com wrote:

In other words, if connection was TCP will the SIP server terminates the
call if the tcp connection is closed as the process terminates?

On 24 Mar 2014 22:22, "Rahman" email4.m.rahman@gmail.com wrote:

Does it matter if it's UDP or TCP? Given the stateless nature of UDP?
On 24 Mar 2014 21:56, "Ed Holland" notifications@github.com wrote:

This is fairly standard for any SIP application. If the client does not
send CANCEL or BYE the server will often not disconnect the call in a
timely fashion

Ed

On 24 March 2014 15:34, AbdelRahman notifications@github.com wrote:

Due to segment fault, the application terminates, but the called
number
still has the call in progress! This happens usually.

Reply to this email directly or view it on GitHub<
https://github.com/tmakkonen/sipcmd/issues/24>
.

Reply to this email directly or view it on GitHub<
https://github.com/tmakkonen/sipcmd/issues/24#issuecomment-38492777>

.

Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-38496494
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants