Hi Guys,
Upgraded our asterisk here from a really old 1.4 (YES 1.4) to version 13.1.
Everything appears to be fine apart from internal transfers. For example
[ul][li]External call comes in via dahdi pri then goes to 2441[/li]
[li]I hit transfer and call 2931 (pri call gets MOH)[/li]
[li]2931 picks up and can talk with 2441 no problems yet[/li]
[li]Hit transfer to complete pri transfer to 2931[/li]
[li]pri cant hear any audio from 2931 however 2931 can hear audio from pri[/li][/ul]
I have nat=yes which works for the first call after a restart of asterisk and has that problem for every call after that.
If I change that to nat=force_rport,comedia after a restart of asterisk I get the same problem
Attached is a core verbose output. Would anyone have any idea what this could be? Any help would be very much appreciated
Many thanks
Fester!
[quote]=========================================================================
Connected to Asterisk 13.1.1 currently running on pbx01 (pid = 45545)
pbx01CLI> core set verbose 10
Console verbose was OFF and is now 10.
> Saved useragent “PolycomSoundPointIP-SPIP_430-UA/2.0.3.0127” for peer 2541
– Accepting call from ‘0871111111’ to ‘4344’ on channel 0/1, span 1
– Executing [4344@pri-in:1] Macro(“DAHDI/i1/0871111111-1”, “dialout,SIP/2441&SIP/2442,24,2441”) in new stack
– Executing [s@macro-dialout:1] Dial(“DAHDI/i1/0871111111-1”, “SIP/2441&SIP/2442,24”) in new stack
== Using SIP RTP CoS mark 5
== Using SIP RTP CoS mark 5
– Called SIP/2441
– Called SIP/2442
– SIP/2442-00000001 connected line has changed. Saving it until answer for DAHDI/i1/0871111111-1
– SIP/2441-00000000 connected line has changed. Saving it until answer for DAHDI/i1/0871111111-1
– SIP/2441-00000000 is ringing
– SIP/2442-00000001 is ringing
– SIP/2441-00000000 connected line has changed. Saving it until answer for DAHDI/i1/0871111111-1
– SIP/2441-00000000 answered DAHDI/i1/0871111111-1
– Channel DAHDI/i1/0871111111-1 joined ‘simple_bridge’ basic-bridge
– Channel SIP/2441-00000000 joined ‘simple_bridge’ basic-bridge
> 0x2617bb0 – Probation passed - setting RTP source address to 10.85.0.244:2244
– Started music on hold, class ‘default’, on channel ‘DAHDI/i1/0871111111-1’
> 0x2617bb0 – Probation passed - setting RTP source address to 10.85.0.244:2244
== Using SIP RTP CoS mark 5
– Executing [2931@int-hardphones:1] Macro(“SIP/2441-00000002”, “dialout,SIP/2931&SIP/2932,24,2931”) in new stack
– Executing [s@macro-dialout:1] Dial(“SIP/2441-00000002”, “SIP/2931&SIP/2932,24”) in new stack
== Using SIP RTP CoS mark 5
[Mar 9 17:21:39] WARNING[45610][C-00000001]: app_dial.c:2431 dial_exec_full: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
– Called SIP/2931
– SIP/2931-00000003 is ringing
– SIP/2931-00000003 answered SIP/2441-00000002
– Channel SIP/2931-00000003 joined ‘simple_bridge’ basic-bridge
– Channel SIP/2441-00000002 joined ‘simple_bridge’ basic-bridge
> Bridge b21a9dd4-a98d-4848-b090-b5e2c4b44085: switching from simple_bridge technology to native_rtp
> 0x7f4b4c1cad90 – Probation passed - setting RTP source address to 10.85.0.12:2266
> 0x278f400 – Probation passed - setting RTP source address to 10.85.0.244:2246
– Stopped music on hold on DAHDI/i1/0871111111-1
– Channel DAHDI/i1/0871111111-1 left ‘simple_bridge’ basic-bridge
– Channel DAHDI/i1/0871111111-1 swapped with SIP/2441-00000002 into ‘native_rtp’ basic-bridge
– Channel SIP/2441-00000002 left ‘native_rtp’ basic-bridge
> Bridge b21a9dd4-a98d-4848-b090-b5e2c4b44085: switching from native_rtp technology to simple_bridge
– Channel SIP/2441-00000000 left ‘simple_bridge’ basic-bridge
== Spawn extension (macro-dialout, s, 1) exited non-zero on ‘SIP/2441-00000002’ in macro ‘dialout’
== Spawn extension (int-hardphones, 2931, 1) exited non-zero on ‘SIP/2441-00000002’
– Channel SIP/2931-00000003 left ‘simple_bridge’ basic-bridge
– Channel DAHDI/i1/0871111111-1 left ‘simple_bridge’ basic-bridge
== Spawn extension (macro-dialout, s, 1) exited non-zero on ‘DAHDI/i1/0871111111-1’ in macro ‘dialout’
== Spawn extension (pri-in, 4344, 1) exited non-zero on ‘DAHDI/i1/0871111111-1’
– Hungup 'DAHDI/i1/0871111111-1’
pbx01CLI>
[/quote]