[asterisk-bugs] [Asterisk 0012537]: Bad name when calling between two extensions
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Apr 29 12:25:43 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=12537
======================================================================
Reported By: vicsanca
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 12537
Category: Resources/res_config_pgsql
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 04-28-2008 02:29 CDT
Last Modified: 04-29-2008 12:25 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'
======================================================================
----------------------------------------------------------------------
qwell - 04-29-08 12:25
----------------------------------------------------------------------
xrg is correct.
To avoid confusion, I've changed the warning to a debug.
Issue History
Date Modified Username Field Change
======================================================================
04-29-08 12:25 qwell Status feedback => resolved
04-29-08 12:25 qwell Resolution open => fixed
04-29-08 12:25 qwell Assigned To => qwell
04-29-08 12:25 qwell Note Added: 0086145
======================================================================
More information about the asterisk-bugs
mailing list