||Version: 2.4b0.5 || DB Schema Version: 1273 || GoautoDial ISO install || 1.4.39.1-vici||
--------------------------------------------------------------------------------------------------------------------
Hi, so I have two carriers,
One I would like to use primarily for predictive outbound dialing, the other one as failover. However it has 500 channels, so there will be plenty of extra room to use it also primarily for manual dial out, and agent transfers. I have the dial prefex right I believe for manual dial out, just wondering about transfers. Thanks in advance. Here is my config.
Account Entry.
[Connecium-Primary]
type=peer
host=*
port=5060
dtmfmode=rfc2833
disallow=all
allow=ulaw
qualify=yes
canreinvite=no
context=trunkoutbound
[Xcast_OutBound-Failover]
type=friend
host=*
port=5060
dtmfmode=rfc2833
disallow=all
allow=ulaw
qualify=yes
canreinvite=no
context=trunkoutbound
[Xcast_Inbound]
type=friend
host=*
port=5060
dtmfmode=rfc2833
disallow=all
allow=ulaw
qualify=yes
canreinvite=no
context=trunkinbound
Dialplan settings.
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@Connecium,,tTo)
exten => _91XXXXXXXXXX,3,Dial(SIP/${EXTEN:1}@Xcast_OutBound,,tTo)
exten => _91XXXXXXXXXX,4,Hangup
exten => _81XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _81XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@Xcast_OutBound,,tTo)
exten => _81XXXXXXXXXX,3,Hangup