[asterisk-bugs] [Asterisk 0012537]: Bad name when calling between two extensions

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Apr 28 08:12:20 CDT 2008


The following issue requires your FEEDBACK. 
====================================================================== 
http://bugs.digium.com/view.php?id=12537 
====================================================================== 
Reported By:                vicsanca
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   12537
Category:                   Resources/res_config_pgsql
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.19 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             04-28-2008 02:29 CDT
Last Modified:              04-28-2008 08:12 CDT
====================================================================== 
Summary:                    Bad name when calling between two extensions
Description: 
When calling between two iax extensions asterisk ask for a bad name. I have
this error in log:

[Apr 28 09:22:18] DEBUG[32119] res_config_pgsql.c: 1Postgresql RealTime:
Result=0x8711548 Query: SELECT * FROM iax_buddies WHERE name = '102-10' AND
host = 'dynamic'
[Apr 28 09:22:18] WARNING[32119] res_config_pgsql.c: Postgresql RealTime:
Could not find any rows in table iax_buddies.

When should be:
SELECT * FROM iax_buddies WHERE name = '102' AND host = 'dynamic'
====================================================================== 

---------------------------------------------------------------------- 
 file - 04-28-08 08:12  
---------------------------------------------------------------------- 
Is this actually causing an issue? The devicestate core is probably just
requesting the device state, and as part of that it passes the full channel
name plus it tries to parse out the peer name. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-28-08 08:12  file           Note Added: 0086088                          
04-28-08 08:12  file           Status                   new => feedback     
======================================================================




More information about the asterisk-bugs mailing list