Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Realtime problem host='dynamic' in 1.2.26.1


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
torbjorn.abrahamsson a...
Guest





PostPosted: Wed Jan 23, 2008 4:23 am    Post subject: [asterisk-users] Realtime problem host='dynamic' in 1.2.26.1 Reply with quote

Hello!

We are using the 1.2 branch, and upgraded to 1.2.26.1. We ran into some
problems when using realtime for peers. We connect the PBX to a sip peer
at an ITSP, and when we try to dial the peer we get:

Jan 23 09:02:07 VERBOSE[2236] logger.c: -- Executing
Dial("SIP/dev02-08c36f28", "SIP/3246 at 989800-out||W") in new stack
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime:
Everything is fine.
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime: Retrieve
SQL: SELECT * FROM sippeers WHERE name = '989800-out' AND host = 'dynamic'
Jan 23 09:02:07 WARNING[2236] chan_sip.c: No such host: 989800-out
Jan 23 09:02:07 NOTICE[2236] app_dial.c: Unable to create channel of
type 'SIP' (cause 3 - No route to destination)
Jan 23 09:02:07 VERBOSE[2236] logger.c: == Everyone is busy/congested
at this time (1:0/0/1)
Jan 23 09:02:07 DEBUG[2236] app_dial.c: Exiting with DIALSTATUS=CHANUNAVAIL.

I looked in the archives and found this thread:

http://lists.digium.com/pipermail/asterisk-users/2007-December/202616.html

Here the same problem is discussed for the 1.4 branch, and the result is
that the problem should be fixed. But this is still a problem in 1.2 branch.

Will this be corrected in a new release, or is this not considered a
security fix and hence ignored? Actually isn't this a fix for a security
fix...

BR,
Torbj?rn Abrahamsson
Back to top
torbjorn.abrahamsson a...
Guest





PostPosted: Thu Jan 24, 2008 7:34 am    Post subject: [asterisk-users] Realtime problem host='dynamic' in 1.2.26.1 Reply with quote

Developers and maintainers, any information?

// T

Torbj?rn Abrahamsson wrote:
Quote:
Hello!

We are using the 1.2 branch, and upgraded to 1.2.26.1. We ran into some
problems when using realtime for peers. We connect the PBX to a sip peer
at an ITSP, and when we try to dial the peer we get:

Jan 23 09:02:07 VERBOSE[2236] logger.c: -- Executing
Dial("SIP/dev02-08c36f28", "SIP/3246 at 989800-out||W") in new stack
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime:
Everything is fine.
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime: Retrieve
SQL: SELECT * FROM sippeers WHERE name = '989800-out' AND host = 'dynamic'
Jan 23 09:02:07 WARNING[2236] chan_sip.c: No such host: 989800-out
Jan 23 09:02:07 NOTICE[2236] app_dial.c: Unable to create channel of
type 'SIP' (cause 3 - No route to destination)
Jan 23 09:02:07 VERBOSE[2236] logger.c: == Everyone is busy/congested
at this time (1:0/0/1)
Jan 23 09:02:07 DEBUG[2236] app_dial.c: Exiting with DIALSTATUS=CHANUNAVAIL.

I looked in the archives and found this thread:

http://lists.digium.com/pipermail/asterisk-users/2007-December/202616.html

Here the same problem is discussed for the 1.4 branch, and the result is
that the problem should be fixed. But this is still a problem in 1.2 branch.

Will this be corrected in a new release, or is this not considered a
security fix and hence ignored? Actually isn't this a fix for a security
fix...

BR,
Torbj?rn Abrahamsson







_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Back to top
torbjorn.abrahamsson a...
Guest





PostPosted: Thu Jan 24, 2008 10:21 am    Post subject: [asterisk-users] Realtime problem host='dynamic' in 1.2.26.1 Reply with quote

Yes, it does... This is not a problem of usage. This mail should
probably have been sent to -dev instead, as it clearly is a bug.

If you take a look at the link I provided you will see that this is
indeed a bug, and it has been fixed in 1.4 branch in 1.4.17. The problem
is that 1.2 is in "security fixes only"-mode, and thereby this should
not be fixed. My question is, that as this is a bug that occurs as a
result of a broken security fix, will a fix for this be released anyway?

I have backported the changes to chan_sip.c 1.4-fix for this to
1.2.26.1, so I do have a working solution but I hope to be able to use
an "official" release.

// T
Jaswinder Singh wrote:
Quote:
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime: Retrieve
SQL: SELECT * FROM sippeers WHERE name = '989800-out' AND host = 'dynamic'

Quite obvious .. doest sippeers have that row ?

On Jan 24, 2008 6:04 PM, Torbj?rn Abrahamsson
<torbjorn.abrahamsson at gmail.com <mailto:torbjorn.abrahamsson at gmail.com>>
wrote:

Developers and maintainers, any information?

// T

Torbj?rn Abrahamsson wrote:
Quote:
Hello!

We are using the 1.2 branch, and upgraded to 1.2.26.1
<http://1.2.26.1>. We ran into some
Quote:
problems when using realtime for peers. We connect the PBX to a
sip peer
Quote:
at an ITSP, and when we try to dial the peer we get:

Jan 23 09:02:07 VERBOSE[2236] logger.c: -- Executing
Dial("SIP/dev02-08c36f28", "SIP/3246 at 989800-out||W") in new stack
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime:
Everything is fine.
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime:
Retrieve
Quote:
SQL: SELECT * FROM sippeers WHERE name = '989800-out' AND host =
'dynamic'
Quote:
Jan 23 09:02:07 WARNING[2236] chan_sip.c: No such host: 989800-out
Jan 23 09:02:07 NOTICE[2236] app_dial.c: Unable to create channel of
type 'SIP' (cause 3 - No route to destination)
Jan 23 09:02:07 VERBOSE[2236] logger.c: == Everyone is
busy/congested
Quote:
at this time (1:0/0/1)
Jan 23 09:02:07 DEBUG[2236] app_dial.c: Exiting with
DIALSTATUS=CHANUNAVAIL.
Quote:

I looked in the archives and found this thread:


http://lists.digium.com/pipermail/asterisk-users/2007-December/202616.html
Quote:

Here the same problem is discussed for the 1.4 branch, and the
result is
Quote:
that the problem should be fixed. But this is still a problem in
1.2 branch.
Quote:

Will this be corrected in a new release, or is this not considered a
security fix and hence ignored? Actually isn't this a fix for a
security
Quote:
fix...

BR,
Torbj?rn Abrahamsson







_______________________________________________
-- Bandwidth and Colocation Provided by
http://www.api-digital.com <http://www.api-digital.com> --
Quote:

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
<http://lists.digium.com/mailman/listinfo/asterisk-users>

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



------------------------------------------------------------------------

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
tilghman at mail.jeffa...
Guest





PostPosted: Thu Jan 24, 2008 10:33 am    Post subject: [asterisk-users] Realtime problem host='dynamic' in 1.2.26.1 Reply with quote

On Thursday 24 January 2008 08:54:03 Jaswinder Singh wrote:
Quote:
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime: Retrieve
SQL: SELECT * FROM sippeers WHERE name = '989800-out' AND host = 'dynamic'

Quite obvious .. doest sippeers have that row ?

Or download 1.2.26.2.

--
Tilghman
Back to top
torbjorn.abrahamsson a...
Guest





PostPosted: Thu Jan 24, 2008 12:17 pm    Post subject: [asterisk-users] Realtime problem host='dynamic' in 1.2.26.1 Reply with quote

Huh?

As far as I can see, the latest 1.2-release is 1.2.26.1, at least in
tar-balls...

Hmm.. OK, looking in svn I now see the 1.2.26.2 release... Shouldn't it be
in tar-balls as well?

Another hmmm.... Interesting... After looking at the download page again
now, about 5 minutes after my lastest try, the file is there... Very
interesting...

Ah well... All is good then!

// T

Quote:
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
Tilghman Lesher
Sent: den 24 januari 2008 16:33
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Realtime problem host='dynamic'
in 1.2.26.1

On Thursday 24 January 2008 08:54:03 Jaswinder Singh wrote:
Quote:
Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime:
Retrieve
SQL: SELECT * FROM sippeers WHERE name = '989800-out' AND
host = 'dynamic'
Quote:

Quite obvious .. doest sippeers have that row ?

Or download 1.2.26.2.

--
Tilghman

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services