Page 1 of 1

inbound calls

PostPosted: Tue Apr 22, 2008 11:18 am
by eliasferreyra
hello
im having problem when i try to configure an inbound compaign

look my estencions.conf

exten => 13054332430,Ringing
exten => 13054332430,Wait(1)
exten => 13054332430,Answer
exten => 13054332430,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-----SO-----SALESLINE-----13054332430---Closer-----park----------999-----1-----TESTCAMP)
exten => 13054332430,Hangup



and my sip.conf

register => user:pass@74.52.93.150

[inbound]
type=friend
secret=pass
fromuser=user
username=user
authname=user
user=user
dtmf=rfc2833
dtmfmode=rfc2833
fromdomain=74.52.93.150
host=74.52.93.150
canreinvite=no
insecure=very
context=default
nat=yes
qualify=yes
disallow=all
allow=g729
allow=ulaw
allow=gsm

and it doesnt send me the call to the agent group



please help

PostPosted: Tue Apr 22, 2008 4:25 pm
by mflorell
Asterisk version?

astGUIclient version?

Asterisk CLI output of a call coming in?

PostPosted: Tue Apr 22, 2008 4:37 pm
by ramindia
Hi

check the call is landing at asterisk or not

If the call is terminating at Asterisk what format ?

1 or with out 1 look at in the network trace by ngrep

i belive call comes in most of the time just number with out "1"

ram

hello

PostPosted: Tue Apr 22, 2008 4:42 pm
by eliasferreyra
-----for matt-------
Asterisk version? 1.2.24

astGUIclient version? 2.0.4

Asterisk CLI output of a call coming in? nothing do




-------for ram-------
the calls are with the 1 number

PostPosted: Tue Apr 22, 2008 5:05 pm
by ramindia
Hi

you need to post asterisk cli log, when the call coming in

ram

hello

PostPosted: Wed Apr 23, 2008 12:53 am
by eliasferreyra
ok ram

when the call come in asterisk do not anything

the call is not entering to my server

what is the problem? please help me ram

PostPosted: Wed Apr 23, 2008 9:50 am
by ramindia
Hi

when the call coming in

check with network trace

you will know what happend to that call when it hit the asterisk box

ram

hello

PostPosted: Wed Apr 23, 2008 10:06 am
by eliasferreyra
how can i do for trace command?