VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Doug at NaTel.net Guest
|
Posted: Sun Feb 10, 2008 5:12 pm Post subject: [asterisk-users] Still dropped calls :( |
|
|
At 07:55 2/10/2008, mccoy silva wrote:
Quote: | Hello All!
I have a problem with my calls, that drops after 20 - 30 seconds. I
got a piece of PAP2-NA log and Asterisk log and there's an error 603
- call declived, as showed.
Thanks for any help.
McCoy
|
What is your version of Asterisk?
http://lists.digium.com/pipermail/asterisk-users/2007-May/187951.html |
|
Back to top |
|
|
matt at venturevoip.com Guest
|
Posted: Sun Feb 10, 2008 6:07 pm Post subject: [asterisk-users] Still dropped calls :( |
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Doug wrote:
Quote: | At 07:55 2/10/2008, mccoy silva wrote:
Quote: | Hello All!
I have a problem with my calls, that drops after 20 - 30 seconds. I
got a piece of PAP2-NA log and Asterisk log and there's an error 603
- call declived, as showed.
Thanks for any help.
McCoy
|
What is your version of Asterisk?
http://lists.digium.com/pipermail/asterisk-users/2007-May/187951.html
|
Interestingly this is still 2 in SVN-branch-1.4-r92815M.
svn diff
Index: chan_sip.c
===================================================================
- --- chan_sip.c (revision 92817)
+++ chan_sip.c (working copy)
@@ -3020,8 +3020,8 @@
struct sip_pvt *cur, *prev = NULL;
struct sip_pkt *cp;
- - if (sip_debug_test_pvt(p) || option_debug > 2)
- - ast_verbose("Really destroying SIP dialog '%s' Method:
%s\n", p->callid, sip_methods[p->method].text);
+// if (sip_debug_test_pvt(p) || option_debug > 2)
+// ast_verbose("Really destroying SIP dialog '%s' Method:
%s\n", p->callid, sip_methods[p->method].text);
if (ast_test_flag(&p->flags[0], SIP_INC_COUNT) ||
ast_test_flag(&p->flags[1], SIP_PAGE2_CALL_ONHOLD)) {
update_call_counter(p, DEC_CALL_LIMIT);
@@ -3620,7 +3620,7 @@
ast_log(LOG_DEBUG,"T38State change to %d
on channel %s\n", p->t38.state, ast->name);
res = transmit_response_with_t38_sdp(p, "200
OK", &p->initreq, XMIT_CRITICAL);
} else
- - res = transmit_response_with_sdp(p, "200 OK",
&p->initreq, XMIT_CRITICAL);
+ res = transmit_response_with_sdp(p, "200 OK",
&p->initreq, XMIT_RELIABLE);
}
ast_mutex_unlock(&p->lock);
return res;
- --
Kind Regards,
Matt Riddell
Director
_______________________________________________
http://www.venturevoip.com (Great new VoIP end to end solution)
http://www.venturevoip.com/news.php (Daily Asterisk News - html)
http://www.venturevoip.com/newrssfeed.php (Daily Asterisk News - rss)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHr4PHDQNt8rg0Kp4RAhotAJ9rhiu++H8cKnlXJsMW59I2mkfQQgCgvkWH
Wb7FvkZkUN2fXcfzfJpBtVI=
=XYyp
-----END PGP SIGNATURE----- |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|