[Freeswitch-users] One-way audio on first leg of attended transfer
Richard-Freeswitch
rich.freeswitch at branham.us
Sat Jul 8 20:56:41 UTC 2017
I'm experiencing one-way audio on the first leg of an attended transfer.
The originator of the transfer hears audio but the destination user
does not.
The one clue I have so far: the FS log shows a PGRES_FATAL_ERROR and
the Postgresql log says 'ERROR: duplicate key value violates unique
constraint "calls_pkey"', and the channels record update also fails as a
result of the calls update failure.
Any ideas on the cause of this issue? Log lines from fs_cli are pasted
below.
Thanks!
2017-07-07 16:15:28.819969 [NOTICE] switch_rtp.c:1275 Auto Changing
audio stun/rtp/dtls port from 111.111.111.111:54590 to 10.10.10.10:54590
2017-07-07 16:15:28.829991 [DEBUG] switch_pgsql.c:415 Query (insert into
calls
(call_uuid,call_created,call_created_epoch,caller_uuid,callee_uuid,hostname)
values ('f292dc4c-e1af-47b9-914d-cf8e7953e033','2017-07-07
16:15:28','1499544928','14fbd555-a49d-45c2-81c1-6a149446d6db','659c9953-685e-4e74-bd89-2da2f0973d79','freeswitch'))
returned PGRES_FATAL_ERROR
2017-07-07 16:15:28.829991 [DEBUG] switch_pgsql.c:415 Query (update
channels set
read_codec='PCMU',read_rate='8000',read_bit_rate='64000',write_codec='PCMU',write_rate='8000',write_bit_rate='64000'
where uuid='659c9953-685e-4e74-bd89-2da2f0973d79') returned
PGRES_FATAL_ERROR
2017-07-07 16:15:28.829991 [ERR] switch_pgsql.c:656 Error executing
query: ERROR: current transaction is aborted, commands ignored until
end of transaction block
More information about the FreeSWITCH-users
mailing list