ConfBright Announcement stop in the middle of the audio file

I don’t know why the audio file is stopped in the middle when I use paging. Pls help me check and give me some suggestion. Many thanks!
[app-paging]
include => app-paging-custom
exten => ssetup,1,Set(_SIPURI=)
exten => ssetup,n,Set(_ALERTINFO=Ring Answer)
exten => ssetup,n,Set(_CALLINFO=;answer-after=0)
exten => ssetup,n,Set(_SIPURI=intercom=true)
exten => ssetup,n,Set(_DTIME=5)
exten => ssetup,n,Set(_ANSWERMACRO=)
exten => ssetup,n,Set(PAGE_CONF=${EPOCH}${RAND(100,999)})
exten => ssetup,n,Return()

exten => _PAGE.,1(SKIPCHECK),Macro(autoanswer,${EXTEN:4})
exten => _PAGE.,n,Noop(${EXTRINGTIME})
exten => _PAGE.,n,GotoIf($["${EXTRINGTIME}" != “true”]?doptions)
exten => _PAGE.,n,Set(_DTIME=${RINGTIMER_DEFAULT})
exten => _PAGE.,n,ExecIf($["${DB(AMPUSER/${EXTEN:4}/ringtimer)}" != “” & ${DB(AMPUSER/${EXTEN:4}/ringtimer)} > 0]?Set(_DTIME=${DB(AMPUSER/${EXTEN:4}/ringtimer)}))
exten => _PAGE.,n(doptions),ExecIf($["${DOPTIONS}" = “”]?Set(_DOPTIONS=b(autoanswer^s^1(${ALERTINFO},${CALLINFO}))))
exten => _PAGE.,n,Dial(${DIAL},${DTIME},A(${ANNOUNCEMENT})${DOPTIONS})
exten => _PAGE.,n(skipself),Hangup

exten => _SPAGE.,1(chanspy),ChanSpy(${SP_DEVICE}-,qW)
exten => _SPAGE.,n,Hangup

;–== end of [app-paging] ==–;

[app-page-stream]
include => app-page-stream-custom
exten => s,1,Wait(1)
exten => s,n,Answer
exten => s,n,Set(CONFBRIDGE(user,template)=page_user_duplex)
exten => s,n,Set(CONFBRIDGE(user,marked)=yes)
exten => s,n,ConfBridge(${PAGE_CONF},)
exten => s,n,Hangup

;–== end of [app-page-stream] ==–;

[ext-paging]
include => ext-paging-custom
exten => 2056,1,Goto(app-pagegroups,2056,1)
exten => 2056,hint,Custom:PAGE2056

;–== end of [ext-paging] ==–;

[app-pagegroups]
include => app-pagegroups-custom
exten => 2056,1,Macro(user-callerid,)
exten => 2056,n,Set(_PAGEGROUP=2056)
exten => 2056,n(busy-check),GotoIf($[${TRYLOCK(apppagegroups2056)}]?:busy)
exten => 2056,n(devstate),Set(DEVICE_STATE(Custom:PAGE2056)=INUSE)
exten => 2056,n,Gosub(app-paging,ssetup,1())
exten => 2056,n,Set(PAGEMODE=PAGE)
exten => 2056,n,Set(PAGE_MEMBERS=207)
exten => 2056,n,Set(PAGE_CONF_OPTS=)
exten => 2056,n,Set(ANNOUNCEMENT=custom/07_Track)
exten => 2056,n(agi),AGI(page.agi)
exten => 2056,n,Set(CONFBRIDGE(user,template)=page_user_duplex)
exten => 2056,n,Set(CONFBRIDGE(user,admin)=yes)
exten => 2056,n,Set(CONFBRIDGE(user,marked)=yes)
exten => 2056,n,Answer
exten => 2056,n(page),ConfBridge(${PAGE_CONF},admin_menu)
exten => 2056,n,Hangup
exten => 2056,n(busy),Set(PAGE${PAGEGROUP}BUSY=TRUE)
exten => 2056,n(play-busy),Busy(3)
exten => 2056,n(busy-hang),Goto(app-pagegroups,h,1)

exten => h,1,ExecIf($[${ISNULL(${PAGE${PAGEGROUP}BUSY})}]?Set(DEVICE_STATE(Custom:PAGE${PAGEGROUP})=NOT_INUSE))

;–== end of [app-pagegroups] ==–;

The dialplan does not show any clue about your issue

Any suggestion for me ? Note: I install only distro on a dell server. Thanks!

Provide detailed logging, using the log files, not screen scraping.

Pls help me check
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueuePause
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueueLog
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueuePenalty
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueueMemberRingInUse
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueueRule
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueueReload
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueueReset
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action QueueChangePriorityCaller
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_VARIABLES’
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_EXISTS’
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_MEMBER’
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_MEMBER_COUNT’
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_MEMBER_LIST’
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_GET_CHANNEL’
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_WAITING_COUNT’
[2018-08-27 10:46:12] VERBOSE[2051] pbx_functions.c: Registered custom function ‘QUEUE_MEMBER_PENALTY’
[2018-08-27 10:46:12] VERBOSE[2051] loader.c: app_queue.so => (True Call Queueing)
[2018-08-27 10:46:12] VERBOSE[2051] loader.c: Loading res_manager_devicestate.so.
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action DeviceStateList
[2018-08-27 10:46:12] VERBOSE[2051] loader.c: res_manager_devicestate.so => (Manager Device State Topic Forwarder)
[2018-08-27 10:46:12] VERBOSE[2051] loader.c: Loading res_manager_presencestate.so.
[2018-08-27 10:46:12] VERBOSE[2051] manager.c: Manager registered action PresenceStateList
[2018-08-27 10:46:12] VERBOSE[2051] loader.c: res_manager_presencestate.so => (Manager Presence State Topic Forwarder)
[2018-08-27 10:46:13] VERBOSE[2051] asterisk.c: Asterisk Ready.
[2018-08-27 10:47:34] VERBOSE[3390] res_pjsip_registrar.c: Added contact ‘sip:207@192.168.1.105:5060’ to AOR ‘207’ with expiration of 600 seconds
[2018-08-27 10:47:34] VERBOSE[3396] res_pjsip/pjsip_configuration.c: Contact 207/sip:207@192.168.1.105:5060 has been created
[2018-08-27 10:47:34] VERBOSE[3396] res_pjsip/pjsip_configuration.c: Endpoint 207 is now Reachable
[2018-08-27 10:47:34] VERBOSE[3395] res_pjsip/pjsip_configuration.c: Contact 207/sip:207@192.168.1.105:5060 is now Reachable. RTT: 25.155 msec
[2018-08-27 10:47:34] WARNING[3390] res_pjsip_pubsub.c: No registered publish handler for event presence
[2018-08-27 10:47:40] VERBOSE[3390] res_pjsip_registrar.c: Added contact ‘sip:205@192.168.1.102:5060’ to AOR ‘205’ with expiration of 3600 seconds
[2018-08-27 10:47:40] VERBOSE[3395] res_pjsip/pjsip_configuration.c: Contact 205/sip:205@192.168.1.102:5060 has been created
[2018-08-27 10:47:40] VERBOSE[3395] res_pjsip/pjsip_configuration.c: Endpoint 205 is now Reachable
[2018-08-27 10:47:40] VERBOSE[3395] res_pjsip/pjsip_configuration.c: Contact 205/sip:205@192.168.1.102:5060 is now Reachable. RTT: 282.947 msec
[2018-08-27 10:47:46] VERBOSE[3390] pbx_variables.c: Setting global variable ‘SIPDOMAIN’ to ‘192.168.1.29’
[2018-08-27 10:47:46] VERBOSE[3390] netsock2.c: Using SIP RTP Audio TOS bits 184
[2018-08-27 10:47:46] VERBOSE[3390] netsock2.c: Using SIP RTP Audio TOS bits 184 in TCLASS field.
[2018-08-27 10:47:46] VERBOSE[3390] netsock2.c: Using SIP RTP Audio CoS mark 5
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@from-internal:1] Goto(“PJSIP/205-00000000”, “app-pagegroups,20567,1”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx_builtins.c: Goto (app-pagegroups,20567,1)
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:1] Macro(“PJSIP/205-00000000”, “user-callerid,”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:1] Set(“PJSIP/205-00000000”, “TOUCH_MONITOR=1535366866.0”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:2] Set(“PJSIP/205-00000000”, “AMPUSER=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:3] GotoIf(“PJSIP/205-00000000”, “0?report”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:4] ExecIf(“PJSIP/205-00000000”, “1?Set(REALCALLERIDNUM=205)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:5] Set(“PJSIP/205-00000000”, “AMPUSER=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:6] GotoIf(“PJSIP/205-00000000”, “0?limit”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:7] Set(“PJSIP/205-00000000”, “AMPUSERCIDNAME=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:8] ExecIf(“PJSIP/205-00000000”, “0?Set(__CIDMASQUERADING=TRUE)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:9] GotoIf(“PJSIP/205-00000000”, “0?report”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:10] Set(“PJSIP/205-00000000”, “AMPUSERCID=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:11] Set(“PJSIP/205-00000000”, “__DIAL_OPTIONS=HhTtr”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:12] Set(“PJSIP/205-00000000”, “CALLERID(all)=“205” <205>”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:13] GotoIf(“PJSIP/205-00000000”, “0?limit”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:14] ExecIf(“PJSIP/205-00000000”, “0?Set(GROUP(concurrency_limit)=205)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:15] ExecIf(“PJSIP/205-00000000”, “0?Set(CHANNEL(language)=)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:16] NoOp(“PJSIP/205-00000000”, “Macro Depth is 1”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:17] GotoIf(“PJSIP/205-00000000”, “1?report2:macroerror”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx_builtins.c: Goto (macro-user-callerid,s,18)
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:18] GotoIf(“PJSIP/205-00000000”, “0?continue”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:19] ExecIf(“PJSIP/205-00000000”, “1?Set(__CALLEE_ACCOUNCODE=)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:20] Set(“PJSIP/205-00000000”, “__TTL=64”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:21] GotoIf(“PJSIP/205-00000000”, “1?continue”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx_builtins.c: Goto (macro-user-callerid,s,37)
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:37] Set(“PJSIP/205-00000000”, “CALLERID(number)=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:38] Set(“PJSIP/205-00000000”, “CALLERID(name)=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:39] GotoIf(“PJSIP/205-00000000”, “0?cnum”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:40] Set(“PJSIP/205-00000000”, “CDR(cnam)=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:41] Set(“PJSIP/205-00000000”, “CDR(cnum)=205”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [s@macro-user-callerid:42] Set(“PJSIP/205-00000000”, “CHANNEL(language)=en”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:2] Set(“PJSIP/205-00000000”, “_PAGEGROUP=20567”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:3] Set(“PJSIP/205-00000000”, “_PVOL=7”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:4] GotoIf(“PJSIP/205-00000000”, “1?:busy”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:5] Set(“PJSIP/205-00000000”, “DEVICE_STATE(Custom:PAGE20567)=INUSE”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:6] Gosub(“PJSIP/205-00000000”, “app-paging,ssetup,1()”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:1] Set(“PJSIP/205-00000000”, “_SIPURI=”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:2] Set(“PJSIP/205-00000000”, “_ALERTINFO=Ring Answer”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:3] Set(“PJSIP/205-00000000”, “_CALLINFO=<uri>;answer-after=0”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:4] Set(“PJSIP/205-00000000”, “_SIPURI=intercom=true”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:5] Set(“PJSIP/205-00000000”, “_DTIME=5”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:6] Set(“PJSIP/205-00000000”, “_ANSWERMACRO=”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:7] Set(“PJSIP/205-00000000”, “PAGE_CONF=1535366866523”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [ssetup@app-paging:8] Return(“PJSIP/205-00000000”, “”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:7] Set(“PJSIP/205-00000000”, “PAGEMODE=PAGE”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:8] Set(“PJSIP/205-00000000”, “PAGE_MEMBERS=207”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:9] Set(“PJSIP/205-00000000”, “PAGE_CONF_OPTS=duplex”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:10] Set(“PJSIP/205-00000000”, “ANNOUNCEMENT=custom/Lai-Gan-Hon-Anh-Bang-Kieu”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:11] AGI(“PJSIP/205-00000000”, “page.agi”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/page.agi
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] res_agi.c: <PJSIP/205-00000000>AGI Script page.agi completed, returning 0
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:12] Set(“PJSIP/205-00000000”, “CONFBRIDGE(user,template)=page_user_duplex”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:13] Set(“PJSIP/205-00000000”, “CONFBRIDGE(user,admin)=yes”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:14] Set(“PJSIP/205-00000000”, “CONFBRIDGE(user,marked)=yes”) in new stack
[2018-08-27 10:47:46] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:15] Answer(“PJSIP/205-00000000”, “”) in new stack
[2018-08-27 10:47:46] VERBOSE[3422] dial.c: Called s@app-page-stream
[2018-08-27 10:47:46] VERBOSE[3426] dial.c: Called PAGE207@app-paging/n
[2018-08-27 10:47:46] VERBOSE[3425][C-00000002] pbx.c: Executing [s@app-page-stream:1] Wait(“Local/s@app-page-stream-00000000;2”, “1”) in new stack
[2018-08-27 10:47:46] VERBOSE[3427] dial.c: Called s@app-page-stream
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [PAGE207@app-paging:1] Macro(“Local/PAGE207@app-paging-00000001;2”, “autoanswer,207”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:1] GotoIf(“Local/PAGE207@app-paging-00000001;2”, “1?knowndial”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx_builtins.c: Goto (macro-autoanswer,s,19)
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:19] Set(“Local/PAGE207@app-paging-00000001;2”, “DIAL=PJSIP/207/sip:207@192.168.1.105:5060”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:20] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “0?Set(DIAL=DAHDIIP/207/sip:207@192.168.1.105:5060)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:21] GotoIf(“Local/PAGE207@app-paging-00000001;2”, “0?macro”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:22] GotoIf(“Local/PAGE207@app-paging-00000001;2”, “1?pjsipua”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx_builtins.c: Goto (macro-autoanswer,s,25)
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:25] Set(“Local/PAGE207@app-paging-00000001;2”, “AOR=207”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:26] Set(“Local/PAGE207@app-paging-00000001;2”, “CONTACT=207;@a3c1e2205364887779e2c6afdaaabc28”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:27] Set(“Local/PAGE207@app-paging-00000001;2”, “USERAGENT=Linphone Desktop/4.1.1 (belle-sip/1.6.3)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:28] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “1?Set(USERAGENT=Linphone Desktop/4.1.1 (belle-sip/1.6.3))”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:29] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “1?Set(PAGE_VOL=;volume=7)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:30] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “0?Set(ALERTINFO=ring-answer)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:31] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “0?Set(CALLINFO=<sip:broadworks.net>;answer-after=0)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:32] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “0?Set(ALERTINFO=<http://example.com>;info=alert-autoanswer)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:33] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “0?Set(ALERTINFO=Intercom)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:34] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “0?Set(ALERTINFO=info=Auto Answer)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:35] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “0?Set(ALERTINFO=<http://www.sangoma.com>;info=external;volume=7)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [s@macro-autoanswer:36] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “1?Set(__SIP_URI_OPTIONS=intercom=true)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [PAGE207@app-paging:2] NoOp(“Local/PAGE207@app-paging-00000001;2”, “”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [PAGE207@app-paging:3] GotoIf(“Local/PAGE207@app-paging-00000001;2”, “1?doptions”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx_builtins.c: Goto (app-paging,PAGE207,6)
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [PAGE207@app-paging:6] ExecIf(“Local/PAGE207@app-paging-00000001;2”, “1?Set(_DOPTIONS=b(autoanswer^s^1(Ring Answer,<uri>;answer-after=0)))”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] pbx.c: Executing [PAGE207@app-paging:7] Dial(“Local/PAGE207@app-paging-00000001;2”, “PJSIP/207/sip:207@192.168.1.105:5060,5,A(custom/Lai-Gan-Hon-Anh-Bang-Kieu)”) in new stack
[2018-08-27 10:47:46] VERBOSE[3429][C-00000004] pbx.c: Executing [s@app-page-stream:1] Wait(“Local/s@app-page-stream-00000002;2”, “1”) in new stack
[2018-08-27 10:47:46] VERBOSE[3428][C-00000003] app_dial.c: Called PJSIP/207/sip:207@192.168.1.105:5060
[2018-08-27 10:47:46] VERBOSE[3390] netsock2.c: Using SIP RTP Audio TOS bits 184
[2018-08-27 10:47:46] VERBOSE[3390] netsock2.c: Using SIP RTP Audio TOS bits 184 in TCLASS field.
[2018-08-27 10:47:46] VERBOSE[3390] netsock2.c: Using SIP RTP Audio CoS mark 5
[2018-08-27 10:47:47] VERBOSE[3412][C-00000001] pbx.c: Executing [20567@app-pagegroups:16] ConfBridge(“PJSIP/205-00000000”, “1535366866523,admin_menu”) in new stack
[2018-08-27 10:47:47] VERBOSE[3412][C-00000001] bridge_channel.c: Channel PJSIP/205-00000000 joined ‘softmix’ base-bridge <e540991e-ee83-4758-b8be-7d8ecee44795>
[2018-08-27 10:47:47] VERBOSE[3433] bridge_channel.c: Channel CBAnn/1535366866523-00000003;2 joined ‘softmix’ base-bridge <e540991e-ee83-4758-b8be-7d8ecee44795>
[2018-08-27 10:47:47] VERBOSE[3425][C-00000002] pbx.c: Executing [s@app-page-stream:2] Answer(“Local/s@app-page-stream-00000000;2”, “”) in new stack
[2018-08-27 10:47:47] VERBOSE[3422] dial.c: Local/s@app-page-stream-00000000;1 answered
[2018-08-27 10:47:47] VERBOSE[3425][C-00000002] pbx.c: Executing [s@app-page-stream:3] Set(“Local/s@app-page-stream-00000000;2”, “CONFBRIDGE(user,template)=page_user_duplex”) in new stack
[2018-08-27 10:47:47] VERBOSE[3425][C-00000002] pbx.c: Executing [s@app-page-stream:4] Set(“Local/s@app-page-stream-00000000;2”, “CONFBRIDGE(user,marked)=yes”) in new stack
[2018-08-27 10:47:47] VERBOSE[3425][C-00000002] pbx.c: Executing [s@app-page-stream:5] ConfBridge(“Local/s@app-page-stream-00000000;2”, “1535366866523,”) in new stack
[2018-08-27 10:47:47] VERBOSE[3425][C-00000002] bridge_channel.c: Channel Local/s@app-page-stream-00000000;2 joined ‘softmix’ base-bridge <e540991e-ee83-4758-b8be-7d8ecee44795>
[2018-08-27 10:47:47] VERBOSE[3429][C-00000004] pbx.c: Executing [s@app-page-stream:2] Answer(“Local/s@app-page-stream-00000002;2”, “”) in new stack
[2018-08-27 10:47:47] VERBOSE[3427] dial.c: Local/s@app-page-stream-00000002;1 answered
[2018-08-27 10:47:47] VERBOSE[3427] file.c: <Local/s@app-page-stream-00000002;1> Playing ‘beep.slin16’ (language ‘en’)
[2018-08-27 10:47:47] VERBOSE[3429][C-00000004] pbx.c: Executing [s@app-page-stream:3] Set(“Local/s@app-page-stream-00000002;2”, “CONFBRIDGE(user,template)=page_user_duplex”) in new stack
[2018-08-27 10:47:47] VERBOSE[3429][C-00000004] pbx.c: Executing [s@app-page-stream:4] Set(“Local/s@app-page-stream-00000002;2”, “CONFBRIDGE(user,marked)=yes”) in new stack
[2018-08-27 10:47:47] VERBOSE[3429][C-00000004] pbx.c: Executing [s@app-page-stream:5] ConfBridge(“Local/s@app-page-stream-00000002;2”, “1535366866523,”) in new stack
[2018-08-27 10:47:47] VERBOSE[3429][C-00000004] bridge_channel.c: Channel Local/s@app-page-stream-00000002;2 joined ‘softmix’ base-bridge <e540991e-ee83-4758-b8be-7d8ecee44795>
[2018-08-27 10:47:48] VERBOSE[3429][C-00000004] bridge_channel.c: Channel Local/s@app-page-stream-00000002;2 left ‘softmix’ base-bridge <e540991e-ee83-4758-b8be-7d8ecee44795>
[2018-08-27 10:47:48] VERBOSE[3428][C-00000003] app_dial.c: PJSIP/207-00000001 is ringing
[2018-08-27 10:47:48] VERBOSE[3426] dial.c: Local/PAGE207@app-paging-00000001;1 is ringing
[2018-08-27 10:47:50] VERBOSE[3428][C-00000003] app_dial.c: PJSIP/207-00000001 answered Local/PAGE207@app-paging-00000001;2
[2018-08-27 10:47:50] VERBOSE[3428][C-00000003] file.c: <PJSIP/207-00000001> Playing ‘custom/Lai-Gan-Hon-Anh-Bang-Kieu.ulaw’ (language ‘en’)
[2018-08-27 10:47:52] VERBOSE[3425][C-00000002] bridge_channel.c: Channel Local/s@app-page-stream-00000000;2 left ‘softmix’ base-bridge <e540991e-ee83-4758-b8be-7d8ecee44795>
[2018-08-27 10:48:01] VERBOSE[3428][C-00000003] pbx.c: Spawn extension (app-paging, PAGE207, 7) exited non-zero on ‘Local/PAGE207@app-paging-00000001;2’

You need more verbosity. At least 5.

At the moment there is nothing to say the channel wasn’t hung up from the other side.

You need more verbosity. At least 5.
-> it means that I make 5 paging calls ? and then send you log ?
Thanks alot

No it means you need verbosity of 5 on just the relevant parts of one call.


result is still the same

I get some information from the log file of linphone, don’t know why server send BYE

2018-08-27 19:22:55:217 MESSAGE Linphone core [07919020] notified [call_stats_updated]
2018-08-27 19:22:55:283 MESSAGE sound/wall clock skew is average=7.767304 ms
2018-08-27 19:22:55:302 MESSAGE jitter buffer stable: target-size: 58.750000 ms, effective-size: 38.222221 (min: 40 nom: 60, max: 250)
2018-08-27 19:22:55:302 MESSAGE jitter buffer rls stats: count=498, clockrate=8000, offset=88.6852 clock_ratio=0.99526, capped_offset=1048 capped_clock_ratio=0.995260, max_ts_deviation=470.000000 prev_max_ts_deviation=395.000000, deviation=29, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.007190
2018-08-27 19:22:55:498 MESSAGE Bandwidth usage for call [0B235C70]:
RTP audio=[d= 75.7,u= 80.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec
RTCP audio=[d= 1.1,u= 1.2], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec
2018-08-27 19:22:55:498 MESSAGE Thread processing load: audio=0.000000 video=0.000000 text=0.000000
2018-08-27 19:22:56:282 MESSAGE sound/wall clock skew is average=7.753592 ms
2018-08-27 19:22:56:528 MESSAGE Bandwidth usage for call [0B235C70]:
RTP audio=[d= 79.7,u= 80.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec
RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec
2018-08-27 19:22:56:528 MESSAGE Thread processing load: audio=0.000000 video=0.000000 text=0.000000
2018-08-27 19:22:57:283 MESSAGE sound/wall clock skew is average=7.753216 ms
2018-08-27 19:22:57:332 MESSAGE Sending RTCP SR compound message on session [0021FE38].
2018-08-27 19:22:57:343 MESSAGE MSAudio_stream_iterate[0AD30CE0], local statistics available:
Local current jitter buffer size: 59.8ms
2018-08-27 19:22:57:346 MESSAGE Linphone core [07919020] notified [call_stats_updated]
2018-08-27 19:22:57:527 MESSAGE channel [0B2C3DD0]: received [417] new bytes from [UDP://192.168.1.29:5060]:
BYE sip:207@192.168.1.105:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.29:5060;rport;branch=z9hG4bKPjd83fd279-8c2c-4886-b772-30f90bb03df6
From: “205” sip:205@192.168.1.29;tag=20942d16-4038-4791-b261-dc2c2361650d
To: sip:207@192.168.1.105;tag=x-Bh5jU
Call-ID: 9856baaa-1438-4200-9ae3-fb5647a6d86a
CSeq: 14260 BYE

Reason: Q.850;cause=16

Max-Forwards: 70

User-Agent: FPBX-14.0.3.13(15.4.0)

Content-Length: 0

You didn’t say you were using FreePBX. That really needs to be supported by the FreePBX people.

I can’t, at the moment, locate “page.agi” as being part of Asterisk. Normally you would use the Page application, for paging.

1 Like