Hello,
Could you please help me to solve my issue in outgoing calls from fusion pbx to elastix?
steps:
Now I can receive calls from any extensions at elastix 2.3 without any problems.
Problem when I make a call from any extensions in fusion to Elastix 2.3 the soft-phone appear a pop login screen to re enter the password of this extension, then it repeats a lot, and finally I get error from log of Elastix 2.3 says:
[Apr 5 15:51:39] NOTICE[3677] chan_sip.c: Sending fake auth rejection for device <sip:3003@192.168.0.119>;tag=WEGDGrpGa
[Apr 5 15:51:39] NOTICE[3677] chan_sip.c: Sending fake auth rejection for device <sip:3003@192.168.0.119>;tag=WEGDGrpGa
As I can see the call go out from fusion but it is rejected in Elastix and no firewall enabled or fail2ban on elastix.
The Configurations as the following:
elastix 2.3 configurations
IP 192.168.0.20
------Outgoing Settings------ Trunk-FusionCS
host=192.168.0.119
username=FusionCS
secret=fusion@
port=5080
type=peer
fromuser=FusionCS
---------Incoming Settings--------
secret=fusion@
type=user
context=from-internal
------------------
Outbound Routes : to --> Trunk-FusionCS ------> and works good for call from elastix to fusion
Inbound Routes: Accept All connection Default all values are empty. and the Set Destination ---> to Elastix IVR recored
-----------------------------------------------------------
fusion configurations
IP 192.168.0.119
Context from-internal
Profile External
Proxy 192.168.0.20
Register false
Username FusionCS
Password fusion@
Auth Username FusionCS
--------------
Destinations :
Type outbound
Context 192.168.0.20
Continue false
Destination 192.168.0.20
outbound route
Dialplan
condition destination_number ^(\d{3})$
action set sip_h_X-accountcode=${accountcode}
action set call_direction=outbound
action unset call_timeout
action set hangup_after_bridge=true
action set effective_caller_id_name=${outbound_caller_id_name}
action set effective_caller_id_number=${outbound_caller_id_number}
action set inherit_codec=true
action set ignore_display_updates=true
action set callee_id_number=$1
action set continue_on_fail=true
action bridge sofia/gateway/FusionCS/7$1
Could you please help me to solve my issue in outgoing calls from fusion pbx to elastix?
steps:
Now I can receive calls from any extensions at elastix 2.3 without any problems.
Problem when I make a call from any extensions in fusion to Elastix 2.3 the soft-phone appear a pop login screen to re enter the password of this extension, then it repeats a lot, and finally I get error from log of Elastix 2.3 says:
[Apr 5 15:51:39] NOTICE[3677] chan_sip.c: Sending fake auth rejection for device <sip:3003@192.168.0.119>;tag=WEGDGrpGa
[Apr 5 15:51:39] NOTICE[3677] chan_sip.c: Sending fake auth rejection for device <sip:3003@192.168.0.119>;tag=WEGDGrpGa
As I can see the call go out from fusion but it is rejected in Elastix and no firewall enabled or fail2ban on elastix.
The Configurations as the following:
elastix 2.3 configurations
IP 192.168.0.20
------Outgoing Settings------ Trunk-FusionCS
host=192.168.0.119
username=FusionCS
secret=fusion@
port=5080
type=peer
fromuser=FusionCS
---------Incoming Settings--------
secret=fusion@
type=user
context=from-internal
------------------
Outbound Routes : to --> Trunk-FusionCS ------> and works good for call from elastix to fusion
Inbound Routes: Accept All connection Default all values are empty. and the Set Destination ---> to Elastix IVR recored
-----------------------------------------------------------
fusion configurations
IP 192.168.0.119
Gateway configuration
Name FusionCSContext from-internal
Profile External
Proxy 192.168.0.20
Register false
Username FusionCS
Password fusion@
Auth Username FusionCS
--------------
Destinations :
Type outbound
Context 192.168.0.20
Continue false
Destination 192.168.0.20
outbound route
Dialplan
condition destination_number ^(\d{3})$
action set sip_h_X-accountcode=${accountcode}
action set call_direction=outbound
action unset call_timeout
action set hangup_after_bridge=true
action set effective_caller_id_name=${outbound_caller_id_name}
action set effective_caller_id_number=${outbound_caller_id_number}
action set inherit_codec=true
action set ignore_display_updates=true
action set callee_id_number=$1
action set continue_on_fail=true
action bridge sofia/gateway/FusionCS/7$1