[asterisk-bugs] [Asterisk 0012537]: Bad name when calling between two extensions
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Apr 29 04:19:21 CDT 2008
A NOTE has been added to this issue.
======================================================================
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-29-2008 04:19 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'
======================================================================
----------------------------------------------------------------------
xrg - 04-29-08 04:19
----------------------------------------------------------------------
This behaviour is known due to the devicestate code.
vicsanca: is the erroneous query by a second, right one? Or can you
confirm that there is only one query for the "102-10" name?
Issue History
Date Modified Username Field Change
======================================================================
04-29-08 04:19 xrg Note Added: 0086124
======================================================================
More information about the asterisk-bugs
mailing list