Project

General

Profile

hi any kind of suggestion would be very greatful. this is regarding "waiting for ring" problem

Added by raj moy almost 8 years ago

Any kind of suggestion would be very help full
this is regarding "waiting for ring" problem. When agent login and make call it always stays to "waiting for ring". Yes when agent loin my x-lite got incoming call saying "...you are the only one...."
here are the details:
asterisk: 1.8.23.0

my Carrier ID: Switch2Voip
register => 30149746660::5060

[Switch2Voip]
username=30149746660
type=peer
secret=XXXXXX
progressinband=never
port=5060
nat=auto
insecure=very
ignoresdpversion=yes
host=sipusa.switch2voip.us
dtmfmode=rfc2833
context=from-trunk
canreinvite=no
allow=g729&g711&g723
qualify=no
fromuser=+145765767676

global string: Switch2Voip=SIP/Switch2Voip

exten => _91XXXXXXXXXX,1,AGI
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@switch2voip,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

it would be very be very greatfull if somebody help me


Replies (1)

RE: hi any kind of suggestion would be very greatful. this is regarding "waiting for ring" problem - Added by Levy Ryan Nolasco almost 8 years ago

Hi,

Try to change your dial plan

exten => _91XXXXXXXXXX,1,AGI
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@switch2voip,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

to

exten => _91XXXXXXXXXX,1,AGI
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@Switch2voip,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

Are you trying to make calls to US? if Yes, Try the dial plan below. You seems to be dialling 911+phone number based from your screenshot.

exten => _91XXXXXXXXXX,1,AGI
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:2}@Switch2voip,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

    (1-1/1)
    Go to top