Page 1 of 1

Problem to add carrier

PostPosted: Sat Sep 15, 2018 3:27 pm
by juanykty
Hello I have a problen when I try add a carrier
the carrier is Broadband Dynamics
we have this info and I want create the carrier on vicidial
VERSION: 2.14-632a
BUILD: 170930-0853

Session 175XXXXXXX-106XXXXXXX@8.XX.XX.XX, Release Cause (code) = 0405
Termination Stack Cause = 504, INVITE Response Timeout
Start = Fri Sep 14 22:41:07 2018
Answer = NA
Release = Fri Sep 14 22:41:11 2018
Duration = 0
Post Dial Delay (sec) = 4
Termination Post Dial Delay (msec) = 4060
Ring Time = 0
Media = WithMedia

Orig TID = 001077, Proc_SIP
ANI = 602XXXXXX, From = xxxxxxxxxxxxx
DNIS = +1855XXXXXX, To = 8.XX.XX.XX
RN = N/A
Call Leg ID = 4362XXXX_11315XXXX@xxxxxxxxxxxxxxx
Media IP:UDP = xxxxxxxxxxxx:44154
Switched IP:UDP = 8.XX.XX.XX:28020
Codec List = G.729,G.711u_64k,G.711a_64k,RFC 2833

Term TID = 0075XX, Proc_SIP
ANI = 6025XXXXXX, From = 8.XX.XX.XX
DNIS = 8552XXXXXX, To = 189.198.XX.XX
RN = N/A
Call Leg ID = 175303XXXX-0-10671XXXXX@8.XX.XX.XX
Media IP:UDP = 0.0.0.0:0
Switched IP:UDP = 8.XX.XX.XX:28022
Codec List = NA

Routed Digits = 8552XXXXX
Route Selection = 1, Final Call Indication = F OLI = 62
CNAM Dipped : No LNP Dipped : No ERS Dipped : No
ERS Route Table : 0 , Sequence: 0 , Jurisdiction: 0
Matched ERS Digits =
Orig: Pkt In = 0, Pkt Out = 0, Byte In = 0, Byte Out = 0, MOS = 0.0
Term: Pkt In = 0, Pkt Out = 0, Byte In = 0, Byte Out = 0, MOS = 0.0

Re: Problem to add carrier

PostPosted: Tue Feb 19, 2019 10:35 am
by omarrodriguezt
Ask them if they need to add your server public IP address before continue.

Re: Problem to add carrier

PostPosted: Mon May 20, 2019 11:59 am
by williamconley
so ... you didn't even take a shot at it? just tossed it up here and said "please do this for me"?

I only have one answer for that: Here is our basic template. Make some changes and see how it goes. On the first run, usually you only need the carrier's outbound calling IP address in place of "carrierIPorDomain".

Account Entry:
Code: Select all
[carriername]
type=friend
dtmfmode=auto
host=carrierIPorDomain
context=trunkinbound
allow=all
insecure=port,invite
canreinvite=no
nat=no
rtpkeepalive=600


Protocol: SIP

Globals String: CARRIERVARIABLE = SIP/carriername

Dialplan Entry:

Code: Select all
exten=>_91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten=>_91NXXNXXXXXX,n,Dial(${CARRIERVARIABLE}/${EXTEN:1},,To)
exten=>_91NXXNXXXXXX,n,Hangup


Active: Y

After you try changing the host value, post an Asterisk CLI example of an attempted call if it fails. Beginning to end.