Project

General

Profile

Problems with my Carrier

Added by John Marrese over 9 years ago

Hello to everybody,

I'm trying to setup a new goautodial server beside to my main vicidial server(which's using the same carrier).
I setup a test champaign and configured the carrier, sip provider register successifully but i experience problems with outbount champaign. I post below configuration and cli messages.

Carrier ID:voippro3
Carrier Name:voippro3
Carrier Description: voippro3
register => 2drecycling::6000/2drecycling

[voippro3]
disallow=all
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=77.72.174.132
username=xxxxxxx
secret=xxxxxxx

global string:

exten => _6864544055.,1,AGI
exten => _6864544055.,2,Dial(SIP/${EXTEN:10}@voippro3,,tTo)
exten => _6864544055.,3,Hangup

Connected to Asterisk 1.8.23.0-1_centos5.go RPM by currently running on go (pid = 3 271)
Verbosity was 37 and is now 142
[Nov 12 11:31:02] Manager 'sendcron' logged on from 127.0.0.1
[Nov 12 11:31:02] Manager 'sendcron' logged off from 127.0.0.1
[Nov 12 11:31:02] Manager 'sendcron' logged on from 127.0.0.1
[Nov 12 11:31:03] Manager 'sendcron' logged off from 127.0.0.1
[Nov 12 11:31:05] Manager 'sendcron' logged on from 127.0.0.1
[Nov 12 11:31:05] -- Executing [8600051@default:1] MeetMe("Local/8600051@default-00000002;2", "860005 1,F") in new stack
[Nov 12 11:31:05] > Channel Local/8600051@default-00000002;1 was answered.
[Nov 12 11:31:05] -- Executing [686454405510464910760@default:1] AGI("Local/8600051@default-00000002; 1", "agi://127.0.0.1:4577/call_log") in new stack
[Nov 12 11:31:05] Manager 'sendcron' logged off from 127.0.0.1
[Nov 12 11:31:05] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=TESTCAMP))
[Nov 12 11:31:05] -- <Local/8600051@default-00000002;1>AGI Script agi://127.0.0.1:4577/call_log compl eted, returning 0
[Nov 12 11:31:05] -- Executing [686454405510464910760@default:2] Dial("Local/8600051@default-00000002 ;1", "SIP/0464910760@voippro3,,tTo") in new stack
[Nov 12 11:31:05] Using SIP RTP CoS mark 5
[Nov 12 11:31:05] -- Called SIP/0464910760@voippro3
[Nov 12 11:31:06] -- SIP/voippro3-00000003 is making progress passing it to Local/8600051@default-000 00002;1
[Nov 12 11:31:06] -- Got SIP response 486 "Busy here" back from 77.72.174.132:5060
[Nov 12 11:31:06] -- SIP/voippro3-00000003 is busy
[Nov 12 11:31:06] Everyone is busy/congested at this time (1:1/0/0)
[Nov 12 11:31:06] -- Executing [686454405510464910760@default:3] Hangup("Local/8600051@default-000000 02;1", "") in new stack
[Nov 12 11:31:06] Spawn extension (default, 686454405510464910760, 3) exited non-zero on 'Local/8600 051@default-00000002;1'
[Nov 12 11:31:06] -- Executing [h@default:1] AGI("Local/8600051@default-00000002;1", "agi://127.0.0.1 :4577/call_log--HVcauses--PRI-----NODEBUG-----17-----BUSY----------") in new stack
[Nov 12 11:31:06] -- &lt;Local/8600051@default-00000002;1&gt;AGI Script agi://127.0.0.1:4577/call_log--HVca uses--PRI-----NODEBUG-----17-----BUSY---------- completed, returning 0
[Nov 12 11:31:06] Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-00 000002;2'
[Nov 12 11:31:06] -- Executing [h@default:1] AGI in new stack
[Nov 12 11:31:06] -- <Local/8600051@default-00000002;2>AGI Script agi://127.0.0.1:4577/call_log--HVca uses--PRI-----NODEBUG-----0--------------- completed, returning 0
[Nov 12 11:31:07] Manager 'sendcron' logged on from 127.0.0.1
[Nov 12 11:31:07] Manager 'sendcron' logged off from 127.0.0.1


Replies (4)

RE: Problems with my Carrier - Added by striker 247 over 9 years ago

what port your carrier using for SIP

you have mentioned 6000 in register string

register => 2drecycling:Knifelove80@77.72.174.132:6000/2drecycling

if the port is 6000 then try port=6000 in ur carrier setting and check

br
striker
www.striker24x7.blogspot.com

RE: Problems with my Carrier - Added by John Marrese over 9 years ago

Yes, i've put it in my carrier configuration, but the error's still here..i canno't understand.

I checked 486 error and i can't understand the reason...

RE: Problems with my Carrier - Added by John Marrese over 9 years ago

SIP show registry command show the carrier registerd on the provider

RE: Problems with my Carrier - Added by striker 247 over 9 years ago

try this and update

[voippro3]
disallow=all
allow=all
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=invite
nat=yes
host=77.72.174.132
fromdomain=77.72.174.132
username=xxxxxxx
fromuser=XXXXXXX
secret=xxxxxxx

    (1-4/4)
    Go to top