Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
[Sep 6 17:29:48] VERBOSE[19915][C-0001e69f] pbx.c: Executing [8817542318639@default:1] Answer("Local/8817542318639@default-00011a96;2", "") in new stack
[Sep 6 17:29:48] VERBOSE[19914] dial.c: Called 8817542318639@default
[Sep 6 17:29:48] VERBOSE[19914] dial.c: Local/8817542318639@default-00011a96;1 answered
[Sep 6 17:29:48] VERBOSE[19914][C-0001e6a0] pbx.c: Executing [8600100@default:1] MeetMe("Local/8817542318639@default-00011a96;1", "8600100,Fq") in new stack
[Sep 6 17:29:48] VERBOSE[19915][C-0001e69f] pbx.c: Executing [8817542318639@default:2] Dial("Local/8817542318639@default-00011a96;2", "IAX2/ASTloop:pTfa58HwqFYCD2VF@127.0.0.1:40569/9COM17542318639,,To") in new stack
[Sep 6 17:29:48] VERBOSE[19915][C-0001e69f] app_dial.c: Called IAX2/ASTloop:pTfa58HwqFYCD2VF@127.0.0.1:40569/9COM17542318639
[Sep 6 17:29:48] VERBOSE[19916][C-0001e6a1] pbx.c: Executing [9COM17542318639@default:1] AGI("IAX2/ASTloop-7960", "agi://127.0.0.1:4577/call_log") in new stack
[Sep 6 17:29:49] VERBOSE[19916][C-0001e6a1] pbx.c: Executing [9COM17542318639@default:2] Dial("IAX2/ASTloop-7960", "SIP/CONNEX/1318#17542318639,60,tToR") in new stack
[Sep 6 17:29:49] VERBOSE[19916][C-0001e6a1] app_dial.c: Called SIP/CONNEX/1318#17542318639
[Sep 6 17:29:50] VERBOSE[19915][C-0001e69f] app_dial.c: IAX2/127.0.0.1:40569-5447 is making progress passing it to Local/8817542318639@default-00011a96;2
[Sep 6 17:29:55] VERBOSE[19915][C-0001e69f] app_dial.c: IAX2/127.0.0.1:40569-5447 answered Local/8817542318639@default-00011a96;2
[Sep 6 17:29:55] VERBOSE[19915][C-0001e69f] bridge_channel.c: Channel Local/8817542318639@default-00011a96;2 joined 'simple_bridge' basic-bridge <6c1c2f49-e9db-4410-8e7c-eeed1bf912a3>
[Sep 6 17:33:09] VERBOSE[19916][C-0001e6a1] pbx.c: Spawn extension (default, 9COM17542318639, 2) exited non-zero on 'IAX2/ASTloop-7960'
[Sep 6 17:33:09] VERBOSE[19915][C-0001e69f] bridge_channel.c: Channel Local/8817542318639@default-00011a96;2 left 'simple_bridge' basic-bridge <6c1c2f49-e9db-4410-8e7c-eeed1bf912a3>
[Sep 6 17:33:09] VERBOSE[19915][C-0001e69f] pbx.c: Spawn extension (default, 8817542318639, 2) exited non-zero on 'Local/8817542318639@default-00011a96;2'
[Sep 6 17:33:09] VERBOSE[19915][C-0001e69f] pbx.c: Executing [h@default:1] AGI("Local/8817542318639@default-00011a96;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----200-----200-----IAX2 HANGUP (16))") in new stack
[Sep 6 17:33:09] VERBOSE[19915][C-0001e69f] res_agi.c: <Local/8817542318639@default-00011a96;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----200-----200-----IAX2 HANGUP (16)) completed, returning 0
[Sep 6 17:33:09] VERBOSE[19914][C-0001e6a0] pbx.c: Spawn extension (default, 8600100, 1) exited non-zero on 'Local/8817542318639@default-00011a96;1'
[Sep 6 17:33:09] VERBOSE[19914][C-0001e6a0] pbx.c: Executing [h@default:1] AGI("Local/8817542318639@default-00011a96;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------)") in new stack
[Sep 6 17:33:09] VERBOSE[19914][C-0001e6a0] res_agi.c: <Local/8817542318639@default-00011a96;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------) completed, returning 0
ambiorixg12 wrote:I would need to review the external transfer and the hangup process on a working system and compare it against your to see what it is missing, but a posible work around would be adding manually to the meetme app the option k - Close the conference if there's only one active participant left at exit.
And the call won't terminate not until 3rd line hangs up the call.
ambiorixg12 wrote:I would need to review the external transfer and the hangup process on a working system and compare it against your to see what it is missing, but a posible work around would be adding manually to the meetme app the option k - Close the conference if there's only one active participant left at exit.
; astGUIclient conferences
exten => _86000[0-4]X,1,Meetme(${EXTEN},q)
exten => _86000[0-4]X,n,Hangup()
; VICIDIAL conferences
exten => _86000[5-9]X,1,Meetme(${EXTEN},Fq)
exten => _86000[5-9]X,n,Hangup()
exten => _8600[1-2]XX,1,Meetme(${EXTEN},Fq)
exten => _8600[1-2]XX,n,Hangup()
[Sep 6 17:29:48] VERBOSE[19914][C-0001e6a0] pbx.c: Executing [8600100@default:1] MeetMe("Local/8817542318639@default-00011a96;1", "8600100,Fq") in new stack
but a posible work around would be adding manually to the meetme app the option k - Close the conference if there's only one active participant left at exit.
newbie!
Users browsing this forum: Google [Bot] and 91 guests