[Home]

Summary:ASTERISK-04584: bug id 752 turns on call recording by defult abort calls if no sound files
Reporter:tclark (tclark)Labels:
Date Opened:2005-07-13 14:40:13Date Closed:2011-06-07 14:10:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:bug 752 merge
make call to zap fxo interface
call automagic record & abot outbound call on zap if no sound file, inplace
excert from extensions & attach cli debug
[globals]
;outgoing Trunks
TRUNK1=Zap/G1
DIALOPT=tTr
[local]
exten => _NXXXXXX,1,Answer
exten => _NXXXXXX,2,Dial(${TRUNK1}/${EXTEN},20,$DIALOPT})

****** ADDITIONAL INFORMATION ******

Jul 13 12:39:58 DEBUG[16195]: chan_sip.c:901 parse_sip_options: * SIP extension value: 4 for call 809bd5595f84b7a852be2420ac01d6be@192.168.1.106
Jul 13 12:39:58 DEBUG[16195]: chan_sip.c:6243 check_user_full: Setting NAT on RTP to 524288
Jul 13 12:39:58 DEBUG[16195]: chan_sip.c:8983 handle_request_invite: Checking SIP call limits for device i480L1
Jul 13 12:39:58 DEBUG[16195]: chan_sip.c:5394 build_route: build_route: Contact hop: Display-L1 <sip:i480L1@192.168.1.106>
Jul 13 12:39:58 DEBUG[16186]: channel.c:699 channel_find_locked: Avoiding initial deadlock for 'SIP/i480L1-994a'
   -- Executing Answer("SIP/i480L1-994a", "") in new stack
   -- Executing Dial("SIP/i480L1-994a", "Zap/G1/4756066|20|$DIALOPT}") in new stack
   -- Privacy DB is '4756066', privacy is 1, clid is '2503869878'
Jul 13 12:39:58 DEBUG[19075]: db.c:180 ast_db_get: Unable to find key '4756066/2503869878' in family 'privacy'
Jul 13 12:39:58 DEBUG[19075]: app.c:545 ast_play_and_record: play_and_record: priv-recordintro, priv-callerintros/2503869878, 'gsm'
Jul 13 12:39:58 WARNING[19075]: file.c:493 ast_openstream_full: File priv-recordintro does not exist in any format
Jul 13 12:39:58 WARNING[19075]: file.c:805 ast_streamfile: Unable to open priv-recordintro (format ulaw): No such file or directory
Jul 13 12:39:58 DEBUG[19075]: chan_zap.c:1785 zt_call: Dialing '4756066'
Jul 13 12:39:58 DEBUG[19075]: chan_zap.c:1846 zt_call: Deferring dialing...
   -- Called G1/4756066
Jul 13 12:39:58 DEBUG[16195]: chan_sip.c:1197 __sip_ack: Stopping retransmission on '809bd5595f84b7a852be2420ac01d6be@192.168.1.106' of Response 654381129: Found
Jul 13 12:39:58 DEBUG[19075]: chan_zap.c:4083 __zt_exception: Exception on 44, channel 24
Jul 13 12:39:58 DEBUG[19075]: chan_zap.c:3309 zt_handle_event: Got event Hook Transition Complete(12) on channel 24 (index 0)
Jul 13 12:40:00 DEBUG[19075]: chan_zap.c:4083 __zt_exception: Exception on 44, channel 24
Jul 13 12:40:00 DEBUG[19075]: chan_zap.c:3309 zt_handle_event: Got event Dial Complete(9) on channel 24 (index 0)
Jul 13 12:40:00 DEBUG[19075]: chan_zap.c:1364 zt_enable_ec: Enabled echo cancellation on channel 24
Jul 13 12:40:00 DEBUG[19075]: chan_zap.c:1380 zt_train_ec: Engaged echo training on channel 24
Jul 13 12:40:01 DEBUG[19075]: chan_zap.c:4083 __zt_exception: Exception on 44, channel 24
Jul 13 12:40:01 DEBUG[19075]: chan_zap.c:3309 zt_handle_event: Got event Dial Complete(9) on channel 24 (index 0)
Jul 13 12:40:01 DEBUG[19075]: chan_zap.c:1344 zt_enable_ec: Echo cancellation already on
   -- Zap/24-1 answered SIP/i480L1-994a
Jul 13 12:40:01 WARNING[19075]: file.c:493 ast_openstream_full: File priv-callpending does not exist in any format
Jul 13 12:40:01 WARNING[19075]: file.c:805 ast_streamfile: Unable to open priv-callpending (format unknown): No such file or directory
Jul 13 12:40:01 WARNING[19075]: file.c:493 ast_openstream_full: File priv-callerintros/2503869878 does not exist in any format
Jul 13 12:40:01 WARNING[19075]: file.c:805 ast_streamfile: Unable to open priv-callerintros/2503869878 (format unknown): No such file or directory
Jul 13 12:40:01 WARNING[19075]: file.c:493 ast_openstream_full: File priv-callee-options does not exist in any format
Jul 13 12:40:01 WARNING[19075]: file.c:805 ast_streamfile: Unable to open priv-callee-options (format unknown): No such file or directory
Jul 13 12:40:01 DEBUG[19075]: channel.c:1391 ast_settimeout: Scheduling timer at 160 sample intervals
   -- Playing 'vm-sorry' (language 'en')
Jul 13 12:40:04 DEBUG[19075]: channel.c:1391 ast_settimeout: Scheduling timer at 0 sample intervals
Jul 13 12:40:04 DEBUG[19075]: channel.c:1391 ast_settimeout: Scheduling timer at 0 sample intervals
Jul 13 12:40:04 WARNING[19075]: file.c:493 ast_openstream_full: File priv-callpending does not exist in any format
Jul 13 12:40:04 WARNING[19075]: file.c:805 ast_streamfile: Unable to open priv-callpending (format unknown): No such file or directory
Jul 13 12:40:04 WARNING[19075]: file.c:493 ast_openstream_full: File priv-callerintros/2503869878 does not exist in any format
Jul 13 12:40:04 WARNING[19075]: file.c:805 ast_streamfile: Unable to open priv-callerintros/2503869878 (format unknown): No such file or directory
Jul 13 12:40:04 WARNING[19075]: file.c:493 ast_openstream_full: File priv-callee-options does not exist in any format
Jul 13 12:40:04 WARNING[19075]: file.c:805 ast_streamfile: Unable to open priv-callee-options (format unknown): No such file or directory
Jul 13 12:40:04 DEBUG[19075]: channel.c:1391 ast_settimeout: Scheduling timer at 160 sample intervals
   -- Playing 'vm-sorry' (language 'en')
Jul 13 12:40:07 DEBUG[19075]: channel.c:1391 ast_settimeout: Scheduling timer at 0 sample intervals
Jul 13 12:40:07 DEBUG[19075]: channel.c:1391 ast_settimeout: Scheduling timer at 0 sample intervals
Jul 13 12:40:07 NOTICE[19075]: app_dial.c:1440 dial_exec_full: privacy: no valid response from the callee. Sending the caller to voicemail, the callee isn't responding
Jul 13 12:40:07 DEBUG[19075]: chan_zap.c:2179 zt_hangup: Hangup: channel: 24 index = 0, normal = 44, callwait = -1, thirdcall = -1
Jul 13 12:40:07 DEBUG[19075]: chan_zap.c:1396 zt_disable_ec: disabled echo cancellation on channel 24
Jul 13 12:40:07 DEBUG[19075]: chan_zap.c:2588 zt_setoption: Set option TDD MODE, value: OFF(0) on Zap/24-1
Jul 13 12:40:07 DEBUG[19075]: chan_zap.c:1333 update_conf: Updated conferencing on 24, with 0 conference users
   -- Hungup 'Zap/24-1'
Jul 13 12:40:07 DEBUG[19075]: app_dial.c:1657 dial_exec_full: Exiting with DIALSTATUS=ANSWER.
Jul 13 12:40:09 DEBUG[19075]: chan_sip.c:2189 sip_hangup: update_user_counter(i480L1) - decrement inUse counter
Comments:By: Michael Jerris (mikej) 2005-07-13 14:50:46

This is a config issue, change $DIALOPT} to ${DIALOPT} :D