WEBRTC - Outbound Calls does not Work!
Posted: Mon Jul 22, 2024 8:08 am
I have installed the webphone on my server. Inbound calls work okay, but outbound calls do not.
These are my CLI logs:
The server is installed on a local device and configured with GoIP. I have three active trunks connected to a primary trunk, which selects the numbers randomly. It works okay with X-Lite for both inbound and outbound calls, but not with the webphone.
The agent extension successfully logs into the conference and hears "You are the only one in the conference." However, when I try to make an outbound call from the phone pad, it displays "Rejected (603 - Declined)," and the CLI shows the above log.
I have installed https://github.com/carpenox/CyburPhone
These are my CLI logs:
- Code: Select all
Using SIP RTP CoS mark 5
> 0x7feea8004320 -- Strict RTP learning after remote address set to: xx.xx.xx.xx:50974
-- Executing [355xxxxxxxxx@trunkinbound:1] AGI("SIP/5001-00000037", "agi-DID_route.agi") in new stack
-- Launched AGI Script /usr/share/asterisk/agi-bin/agi-DID_route.agi
-- <SIP/5001-00000037>AGI Script agi-DID_route.agi completed, returning 0
-- Executing [355xxxxxxxxx@trunkinbound:2] Hangup("SIP/5001-00000037", "") in new stack
== Spawn extension (trunkinbound, 355xxxxxxxxx, 2) exited non-zero on 'SIP/5001-00000037'
WARNING[20922][C-00000061]: func_hangupcause.c:138 hangupcause_read: Unable to find information for channel
-- Executing [h@trunkinbound:1] AGI("SIP/5001-00000037", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------)") in new stack
-- <SIP/5001-00000037>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------) completed, returning 0
The server is installed on a local device and configured with GoIP. I have three active trunks connected to a primary trunk, which selects the numbers randomly. It works okay with X-Lite for both inbound and outbound calls, but not with the webphone.
The agent extension successfully logs into the conference and hears "You are the only one in the conference." However, when I try to make an outbound call from the phone pad, it displays "Rejected (603 - Declined)," and the CLI shows the above log.
I have installed https://github.com/carpenox/CyburPhone