[asterisk-bugs] [JIRA] (ASTERISK-24442) Outgoing call files doen't work properly when set in the future

tootai (JIRA) noreply at issues.asterisk.org
Mon Oct 20 16:07:34 CDT 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=223088#comment-223088 ] 

tootai commented on ASTERISK-24442:
-----------------------------------

Date was 14/10/20 at 22h46m, call file "touch -t 1410202252 hello-world.call" + mv to outgoing directory.  The debug level is 5 as well as verbose one.

logger.conf

messages => warning,error,verbose,dtmf                                                                                                                                        
notice=notice                                                                                                                                                                 
debug=warning,error,debug

>From message log file:

[2014-10-20 22:47:00] VERBOSE[25908] pbx_spool.c:     -- Attempting call on SIP/xxxxxx/yyyyyyyyyy for application Playback(hello-world) (Retry 1)
[2014-10-20 22:47:00] VERBOSE[25908] netsock2.c:   == Using SIP VIDEO TOS bits 136
[2014-10-20 22:47:00] VERBOSE[25908] netsock2.c:   == Using SIP VIDEO CoS mark 4
[2014-10-20 22:47:00] VERBOSE[25908] netsock2.c:   == Using SIP RTP TOS bits 184
[2014-10-20 22:47:00] VERBOSE[25908] netsock2.c:   == Using SIP RTP CoS mark 5 
[2014-10-20 22:47:15] VERBOSE[25908] pbx.c:        > Channel SIP/xxxxxx-00000938 was answered.
[2014-10-20 22:47:15] VERBOSE[25908] pbx.c:        > Launching Playback(hello-world) on SIP/101742-00000938
[2014-10-20 22:47:15] VERBOSE[25908] file.c:     -- <SIP/xxxxxx-00000938> Playing 'hello-world.gsm' (language 'fr')   

>From notice log file: 

[2014-10-20 22:47:16] NOTICE[25908] pbx_spool.c: Call completed to SIP/xxxxxx/yyyyyyyyyy

>From debug log file:

[2014-10-20 22:47:00] DEBUG[2759] pbx_spool.c: Filename: /var/spool/asterisk/outgoing/hello-world.call, Retries: 0, max: 0
[2014-10-20 22:47:00] DEBUG[2759] pbx_spool.c: Outgoing SIP/101742/0684903404: StartRetry 



> Outgoing call files doen't work properly when set in the future
> ---------------------------------------------------------------
>
>                 Key: ASTERISK-24442
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24442
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/PBX
>    Affects Versions: 1.8.31.0
>         Environment: Linux VM Debian Wheezy. Asterisk compiled from source. Asterisk running as user root. Problem is the same with stock Debian version 1:1.8.13.1~dfsg1-3+deb7u3 running as Asterisk user.
>            Reporter: tootai
>            Assignee: tootai
>            Severity: Minor
>
> Call file:
> {noformat}
> Channel: SIP/<peer>/<number>
> Application: Playback
> Data: hello-world
> {noformat}
> Now is 20141020, 11:42am
> touch -t 1410201146 hello-world.call ;4 min in the future
> sudo mv hello-world.call /var/spool/asterisk/outgoing/
> Call is started at 11h46, all is good
> Now is 20141020, 11:54am
> touch -t 1410201201 hello-world.call ;7 min in the future
> sudo mv hello-world.call /var/spool/asterisk/outgoing/
> Call is started at 11:56
> From various test we made, under 5min in the future it's OK, 6 min also. I know that with 5 , 10, 30 and 35 min in the future it's not OK 



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list