[asterisk-bugs] [Asterisk 0014102]: Asterisk fails to execute dialplan steps if extensions are stored in mysql database

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Feb 2 13:45:43 CST 2009


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=14102 
====================================================================== 
Reported By:                codaine
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14102
Category:                   Addons/res_config_mysql
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.0.1 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-12-17 13:30 CST
Last Modified:              2009-02-02 13:45 CST
====================================================================== 
Summary:                    Asterisk fails to execute dialplan steps if
extensions are stored in mysql database
Description: 
I have asterisk-1.6.0.1 + asterisk-addons-1.6.0.1 with extensions on mysql
database.

When an extension is dialed on IVR, the channel gets hung up.
Same dialplan works fine if entered in extensions.conf, and extensions
removed from realtime configuration.

Piece of the dialplan:
+-----+----------------+-------+----------+------------+-----------------------------------------+
| id  | context        | exten | priority | app        | appdata          
                      |
+-----+----------------+-------+----------+------------+-----------------------------------------+
| 161 | incoming       | s     |        1 | Answer     |                  
                      |
|  78 | incoming       | s     |        2 | GotoIfTime |
9:00-21:00,mon-fri,*,*?incoming-ivr,s,1 |
|  79 | incoming       | s     |        3 | GotoIfTime |
9:00-17:00,sat,*,*?incoming-ivr,s,1     |
|  80 | incoming       | s     |        4 | Goto       |
incoming-night,1,1                      |
|  85 | incoming-ivr   | 2     |        1 | Macro      |
queuemonitor,q-support                  |
|  86 | incoming-ivr   | 3     |        1 | Macro      |
queuemonitor,q-sales                    |
|  87 | incoming-ivr   | 4     |        1 | Macro      |
queuemonitor,q-accounting               |
|  88 | incoming-ivr   | 5     |        1 | Macro      | queuemonitor,q-hr
                      |
|  89 | incoming-ivr   | 6     |        1 | Playback   | custom/location  
                      |
| 124 | incoming-ivr   | i     |        1 | Playback   | pm-invalid-option
                      |
| 127 | incoming-ivr   | i     |        2 | Set        |
NUMTRIES=$[${NUMTRIES} + 1]             |
| 125 | incoming-ivr   | i     |        3 | GotoIf     | $[${NUMTRIES} <
3]?incoming-ivr,s,3     |
| 128 | incoming-ivr   | i     |        4 | Playback   | goodbye          
                      |
| 129 | incoming-ivr   | i     |        5 | Hangup     |                  
                      |
| 126 | incoming-ivr   | s     |        1 | Set        | NUMTRIES=0       
                      |
|  83 | incoming-ivr   | s     |        2 | Background |
custom/greeting-hello                   |
| 123 | incoming-ivr   | s     |        3 | Background |
custom/greeting-extensions              |
|  84 | incoming-ivr   | s     |        4 | WaitExten  | 3                
                      |
|  90 | incoming-ivr   | s     |        5 | Goto       | 2,1              
                      |
| 152 | incoming-night | 0     |        1 | VoiceMail  | su1000 at default   
                      |
|  81 | incoming-night | 1     |        1 | Background | custom/afterhours
                      |
|  98 | incoming-night | 1     |        2 | WaitExten  | 3                
                      |
| 150 | incoming-night | 9     |        1 | VoiceMail  | su1001 at default   
                      |
+-----+----------------+-------+----------+------------+-----------------------------------------+

Simply, pressing any key (either valid (0 or 9) or invalid) will cause a
hangup.

Detailed log from asterisk:

  == Using SIP RTP CoS mark 5
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:3905 do_setnat: Setting NAT on
RTP to Off
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:5935 sip_alloc: Allocating new
SIP dialog for 00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149 - INVITE
(With RTP)
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:18333 handle_incoming: ****
Received INVITE (5) - Command in SIP INVITE
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:3905 do_setnat: Setting NAT on
RTP to Off
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:2582 __sip_xmit: Trying to put
'SIP/2.0 40' onto UDP socket destined for 10.1.100.149:5060
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:6001 find_call: = Found Their
Call ID: 00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149 Their Tag
00131a580ce95c2f330cf728-0c522b8d Our tag: as4e6d15b6
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:18333 handle_incoming: ****
Received ACK (6) - Command in SIP ACK
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:3059 __sip_ack: Stopping
retransmission on '00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149' of
Response 101: Match Found
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:6001 find_call: = Found Their
Call ID: 00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149 Their Tag
00131a580ce95c2f330cf728-0c522b8d Our tag: as4e6d15b6
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:18333 handle_incoming: ****
Received INVITE (5) - Command in SIP INVITE
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:3905 do_setnat: Setting NAT on
RTP to Off
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:7008 process_sdp: We're
settling with these formats: 0xc (ulaw|alaw)
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:16841 handle_request_invite:
Checking SIP call limits for device onur
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:4485 update_call_counter:
Updating call counter for incoming call
[Dec 17 12:52:56] DEBUG[30054]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[30054]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = '*99'
AND context = 'internal' AND priority = '1'
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:5357 sip_new: *** Our native
formats are 0x4 (ulaw)
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:5358 sip_new: *** Joint
capabilities are 0xc (ulaw|alaw)
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:5359 sip_new: *** Our
capabilities are 0xc (ulaw|alaw)
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:5360 sip_new: ***
AST_CODEC_CHOOSE formats are 0x4 (ulaw)
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:5388 sip_new: This channel will
not be able to handle video.
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:10075 build_route: build_route:
Contact hop: <sip:onur at 10.1.100.149:5060>
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:17054 handle_request_invite:
SIP/onur-082427d0: New call is still down.... Trying...
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:2582 __sip_xmit: Trying to put
'SIP/2.0 10' onto UDP socket destined for 10.1.100.149:5060
[Dec 17 12:52:56] DEBUG[30054]: devicestate.c:450
ast_devstate_changed_literal: Notification of state change to be queued on
device/channel SIP/onur
[Dec 17 12:52:56] DEBUG[30026]: devicestate.c:323 _ast_device_state: No
provider found, checking channel drivers for SIP - onur
[Dec 17 12:52:56] DEBUG[30026]: chan_sip.c:19464 sip_devicestate: Checking
device state for peer onur
[Dec 17 12:52:56] DEBUG[30026]: devicestate.c:441 do_state_change:
Changing state for SIP/onur - state 1 (Not in use)
[Dec 17 12:52:56] DEBUG[30031]: app_queue.c:763 handle_statechange: Device
'SIP/onur' changed to state '1' (Not in use) but we don't care because
they're not a member of any queue.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = '*99'
AND context = 'internal' AND priority = '1'
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = '*99'
AND context = 'internal' AND priority = '1'
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = '*99'
AND context = 'internal' AND priority = '1'
    -- Executing Goto("SIP/onur-082427d0", "incoming,s,1")
    -- Goto (incoming,s,1)
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming' AND priority = '1'
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming' AND priority = '1'
    -- Executing Answer("SIP/onur-082427d0", "")
[Dec 17 12:52:56] DEBUG[31690]: devicestate.c:450
ast_devstate_changed_literal: Notification of state change to be queued on
device/channel SIP/onur
[Dec 17 12:52:56] DEBUG[31690]: chan_sip.c:4960 sip_answer: SIP answering
channel: SIP/onur-082427d0
[Dec 17 12:52:56] DEBUG[30026]: devicestate.c:323 _ast_device_state: No
provider found, checking channel drivers for SIP - onur
[Dec 17 12:52:56] DEBUG[30026]: chan_sip.c:19464 sip_devicestate: Checking
device state for peer onur
[Dec 17 12:52:56] DEBUG[31690]: chan_sip.c:8418
transmit_response_with_sdp: Setting framing from config on incoming call
[Dec 17 12:52:56] DEBUG[30026]: devicestate.c:441 do_state_change:
Changing state for SIP/onur - state 1 (Not in use)
[Dec 17 12:52:56] DEBUG[31690]: chan_sip.c:8142 add_sdp: ** Our
capability: 0xc (ulaw|alaw) Video flag: True Text flag: True
[Dec 17 12:52:56] DEBUG[31690]: chan_sip.c:8143 add_sdp: ** Our prefcodec:
0x0 (nothing)
[Dec 17 12:52:56] DEBUG[30031]: app_queue.c:763 handle_statechange: Device
'SIP/onur' changed to state '1' (Not in use) but we don't care because
they're not a member of any queue.
[Dec 17 12:52:56] DEBUG[31690]: chan_sip.c:8296 add_sdp: -- Done with
adding codecs to SDP
[Dec 17 12:52:56] DEBUG[31690]: channel.c:2780
ast_internal_timing_enabled: Internal timing is disabled
(option_internal_timing=0 chan->timingfd=62)
[Dec 17 12:52:56] DEBUG[31690]: chan_sip.c:8361 add_sdp: Done building
SDP. Settling with this capability: 0xc (ulaw|alaw)
[Dec 17 12:52:56] DEBUG[31690]: chan_sip.c:2582 __sip_xmit: Trying to put
'SIP/2.0 20' onto UDP socket destined for 10.1.100.149:5060
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming' AND priority = '2'
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming' AND priority = '2'
    -- Executing GotoIfTime("SIP/onur-082427d0",
"9:00-21:00,mon-fri,*,*?incoming-ivr,s,1")
    -- Goto (incoming-ivr,s,1)
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming-ivr' AND priority = '1'
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming-ivr' AND priority = '1'
    -- Executing Set("SIP/onur-082427d0", "NUMTRIES=0")
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming-ivr' AND priority = '2'
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:56] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming-ivr' AND priority = '2'
    -- Executing Background("SIP/onur-082427d0", "custom/greeting-hello")
[Dec 17 12:52:56] DEBUG[31690]: channel.c:3255 set_format: Set channel
SIP/onur-082427d0 to write format slin
[Dec 17 12:52:56] DEBUG[31690]: rtp.c:3169 ast_rtp_write: Ooh, format
changed from unknown to ulaw
[Dec 17 12:52:56] DEBUG[31690]: rtp.c:3185 ast_rtp_write: Created
smoother: format: 4 ms: 20 len: 160
[Dec 17 12:52:56] DEBUG[31690]: channel.c:2215 ast_settimeout: Scheduling
timer at 160 sample intervals
    -- <SIP/onur-082427d0> Playing 'custom/greeting-hello.slin' (language
'en')
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:6001 find_call: = Found Their
Call ID: 00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149 Their Tag
00131a580ce95c2f330cf728-0c522b8d Our tag: as6e6bc57e
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:18333 handle_incoming: ****
Received ACK (6) - Command in SIP ACK
[Dec 17 12:52:56] DEBUG[30054]: chan_sip.c:3059 __sip_ack: Stopping
retransmission on '00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149' of
Response 102: Match Found
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:798 send_dtmf: Sending dtmf: 50 (2),
at 10.1.100.149
[Dec 17 12:52:57] DTMF[31690]: channel.c:2628 __ast_read: DTMF begin '2'
received on SIP/onur-082427d0
[Dec 17 12:52:57] DTMF[31690]: channel.c:2632 __ast_read: DTMF begin
ignored '2' on SIP/onur-082427d0
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: rtp.c:798 send_dtmf: Sending dtmf: 50 (2),
at 10.1.100.149
[Dec 17 12:52:57] DTMF[31690]: channel.c:2546 __ast_read: DTMF end '2'
received on SIP/onur-082427d0, duration 120 ms
[Dec 17 12:52:57] DTMF[31690]: channel.c:2612 __ast_read: DTMF end
passthrough '2' on SIP/onur-082427d0
[Dec 17 12:52:57] DEBUG[31690]: channel.c:2215 ast_settimeout: Scheduling
timer at 0 sample intervals
[Dec 17 12:52:57] DEBUG[31690]: channel.c:3255 set_format: Set channel
SIP/onur-082427d0 to write format ulaw
[Dec 17 12:52:57] DEBUG[30057]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[30057]: rtp.c:950 process_rfc2833: - RTP 2833
Event: 00000002 (len = 4)
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 's'
AND context = 'incoming-ivr' AND priority = '1'
    -- Auto fallthrough, channel 'SIP/onur-082427d0' status is 'UNKNOWN'
[Dec 17 12:52:57] DEBUG[31690]: channel.c:1543 ast_softhangup_nolock:
Soft-Hanging up channel 'SIP/onur-082427d0'
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 'h'
AND context = 'incoming-ivr' AND priority = '1'
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:280
realtime_multi_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM
extensions WHERE exten LIKE '\\_%' AND context = 'incoming-ivr' AND
priority = '1' ORDER BY exten
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:155 realtime_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM extensions WHERE exten = 'h'
AND context = 'internal-extensions' AND priority = '1'
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:891 mysql_reconnect:
MySQL RealTime: Connection okay.
[Dec 17 12:52:57] DEBUG[31690]: res_config_mysql.c:280
realtime_multi_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM
extensions WHERE exten LIKE '\\_%' AND context = 'internal-extensions' AND
priority = '1' ORDER BY exten
[Dec 17 12:52:57] DEBUG[31690]: channel.c:1636 ast_hangup: Hanging up
channel 'SIP/onur-082427d0'
[Dec 17 12:52:57] DEBUG[31690]: chan_sip.c:4794 sip_hangup: Hangup call
SIP/onur-082427d0, SIP callid
00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149
[Dec 17 12:52:57] DEBUG[31690]: chan_sip.c:2582 __sip_xmit: Trying to put
'BYE sip:on' onto UDP socket destined for 10.1.100.149:5060
[Dec 17 12:52:57] DEBUG[31690]: cdr_radius.c:207 radius_log: Unable to
create RADIUS record. CDR not recorded!
[Dec 17 12:52:57] DEBUG[31690]: cdr_addon_mysql.c:307 mysql_log: Inserting
a CDR record.
[Dec 17 12:52:57] DEBUG[31690]: cdr_addon_mysql.c:317 mysql_log: SQL
command as follows: INSERT INTO cdr
(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield)
VALUES ('2008-12-17 12:52:56','"Onur Can Cakmak"
<501>','501','*99','internal','SIP/onur-082427d0','','BackGround','custom/greeting-hello','1','1','ANSWERED','3','','1229536376.4','')
[Dec 17 12:52:57] DEBUG[31690]: devicestate.c:450
ast_devstate_changed_literal: Notification of state change to be queued on
device/channel SIP/onur
[Dec 17 12:52:57] DEBUG[30026]: devicestate.c:323 _ast_device_state: No
provider found, checking channel drivers for SIP - onur
[Dec 17 12:52:57] DEBUG[30026]: chan_sip.c:19464 sip_devicestate: Checking
device state for peer onur
[Dec 17 12:52:57] DEBUG[30026]: devicestate.c:441 do_state_change:
Changing state for SIP/onur - state 1 (Not in use)
[Dec 17 12:52:57] DEBUG[30031]: app_queue.c:763 handle_statechange: Device
'SIP/onur' changed to state '1' (Not in use) but we don't care because
they're not a member of any queue.
[Dec 17 12:52:57] DEBUG[30054]: chan_sip.c:6001 find_call: = Found Their
Call ID: 00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149 Their Tag
00131a580ce95c2f330cf728-0c522b8d Our tag: as6e6bc57e
[Dec 17 12:52:57] DEBUG[30054]: chan_sip.c:3059 __sip_ack: Stopping
retransmission on '00131a58-0ce90125-70b5d3bf-3d91b510 at 10.1.100.149' of
Request 102: Match Found

====================================================================== 

---------------------------------------------------------------------- 
 (0099252) blitzrage (administrator) - 2009-02-02 13:45
 http://bugs.digium.com/view.php?id=14102#c99252 
---------------------------------------------------------------------- 
I'm closing this issue due to a lack of response from the reporter. Feel
free to find a bug marshal in #asterisk-bugs on the IRC network
irc.freenode.net to have this issue reopened should you be able to provide
the requested information. Thanks! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-02 13:45 blitzrage      Note Added: 0099252                          
2009-02-02 13:45 blitzrage      Status                   feedback => closed  
======================================================================




More information about the asterisk-bugs mailing list