gafachi anyone???

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

gafachi anyone???

Postby bangsters » Mon Jan 28, 2008 8:34 pm

Hi.

I followed the isntructions at gafachi and even tried some of the stuff I found in the forums but no luck, my vicidial is not getting through to gafachi. I have set up the extensions.conf and sip.conf as per instructed by gafachi.....

anyone got this to work???
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

yes i did it

Postby eliasferreyra » Mon Jan 28, 2008 9:26 pm

sayme what you wanna do with gafachi
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

use this

Postby eliasferreyra » Mon Jan 28, 2008 9:29 pm

use this on extensions.conf

;exten => _1X.,1,AGI(agi://127.0.0.1:4577/call_log)
;exten => _1X.,2,Dial(SIP/${EXTEN:1}@gafachi,70,Ttor)
;exten => _1X.,3,Hangup

exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(SIP/${EXTEN}@gafachi,70,Ttor)
exten => _X.,3,Hangup
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby bangsters » Mon Jan 28, 2008 9:41 pm

thanks.

Still not working for me....

What else could I be doing wrong?
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

hello

Postby eliasferreyra » Mon Jan 28, 2008 10:37 pm

show me your sip.conf

and extensions.conf
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby bangsters » Mon Jan 28, 2008 10:55 pm

sip conf

register => xxxxxxxxxxxxxx:xxxxxxxxxxxxxx@sip dot gafachi dot com ; gafachi

[gafachi]
fromuser=xxxxxxxxxxxxxxxxxxxxx
disallow=all
allow=ulaw
allow=alaw
allow=gsm
inkeys=voicepulse01
context=incoming
dtmfmode=rfc2833
insecure=very
nat=yes
canreinvite=no
qualify=none
notransfer=no
auth=plaintext
tos=none
type=friend
host=sip .gafachi dot com
secret=xxxxxxxxxxxxxxxx
register=yes
username=xxxxxxxxxxxxxxxxx


extensions conf

;exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
;exten => _X.,2,Dial(SIP/${EXTEN}@gafachi,70,Ttor)
;exten => _X.,3,Hangup


exten => _1NXXNXXXXXX,1,Dial,SIP/${EXTEN}@gafachi
exten => _1NXXNXXXXXX,2,Hangup
exten => _011.,1,Dial,SIP/${EXTEN}@gafachi
exten => _011.,2,Hangup

i tried the first 3 as well...
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby ramindia » Mon Jan 28, 2008 11:14 pm

Hi

what happends if you register X-lite with asterisk and make call

did the call go through ?

ram
Kindly post your feedback, if this solution works.
so its very usefull for others who join later as a NEWBIE.
ramindia
 
Posts: 688
Joined: Wed Oct 11, 2006 4:06 am
Location: India

post

Postby eliasferreyra » Mon Jan 28, 2008 11:39 pm

post your asterisk cli
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby bangsters » Mon Jan 28, 2008 11:57 pm

ramindia wrote:Hi

what happends if you register X-lite with asterisk and make call

did the call go through ?

ram


this is strange....if it login using xlite and try to place a call..the call actually goes through using gafachi...but if I log in as an agent in vicidial, and try to dial a lead, it is stuck on waiting for ring....
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby bangsters » Tue Jan 29, 2008 1:04 am

ok i got it to work!!!! ..... now only 2 more problems...when i dial a lead, the phone (lead) rings, but the remote agent number never rings..... i have created a regular user with user id 1000 (and level4), and created a remote agent with ID 1000 as per instruction in the forum. however, the cal does not get forwarded to this remote agent....

....please advice.

or how do i trunk this vicidial server with the Trixbox Pro CCE server using sip?
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby ramindia » Tue Jan 29, 2008 1:21 am

Hi

you need to trunk TB and Vicidial server
to get a agent call back to TB ?

send some cli error while placing the calls

ram
Kindly post your feedback, if this solution works.
so its very usefull for others who join later as a NEWBIE.
ramindia
 
Posts: 688
Joined: Wed Oct 11, 2006 4:06 am
Location: India

Postby bangsters » Tue Jan 29, 2008 1:24 am

not too familiar with console commands...how can i do that?
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

ok

Postby eliasferreyra » Tue Jan 29, 2008 10:40 am

use

asterisk -r
and make calls
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby bangsters » Tue Jan 29, 2008 10:46 am

ok i'm getting this:

== Manager 'sendcron' logged off from 127.0.0.1
Jan 29 10:43:53 NOTICE[2464]: chan_iax2.c:7597 socket_read: Registration of 'user' rejected: 'Registration Refused' from: 'xxx.68.17x.xxx'

I have added in the general context of both iax.conf of both servers the register command: register => user:pass @ ip address of the other server
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby enjay » Tue Jan 29, 2008 2:24 pm

Sounds like either Gafachi has not configured their end properly, or your secret is wrong.
enjay
 
Posts: 806
Joined: Mon Jun 19, 2006 12:40 pm
Location: Utah

Postby bangsters » Tue Jan 29, 2008 3:50 pm

ok i'm halfway working, which is a good thing.

currently, I was successful trunking the TB Pro CCE server and the Vicidial Server. Vicidial is working halfway, where it can dial the lead/list (I tried it, I can even hear the DTMF being sent from the agent portal).....however, after the call is picked up, the other side of the call doesn't get transferred to the TB Pro Server.

I know the trunking is somewhat working because with my xlite connected to vicidial, and both servers showing cli in console, if I enter an extension located on the other server (TB PRO server), I can see in both consoles that the call is going through, eventhough the actual phone still does not ring....

so what could I be missing for the call to finally push through all the way??

I think it might be an extensions.conf problem? can someone post their extensons.conf please?

thanks
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby bulcrack » Wed Jan 30, 2008 9:41 am

we are having this issue before, Please advise gafachi to hardcode your ANI, this can also be setup by sub account type, and setup your account on IP based authentication, sip registration works well also, we are using gafachi for a year now without any issue.
asterisk@cli>
asterisk@url> http://www.voicefidelity.net
asterisk@email> lito@voicefidelity.net
asterisk@hp> +639064370459
asterisk@cli>exit
bulcrack
 
Posts: 24
Joined: Sat Jun 10, 2006 11:01 am
Location: Philippines

hello

Postby eliasferreyra » Wed Jan 30, 2008 10:00 am

i think its not good to offer another dialer
if this forum is of vicidial.... :evil:
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby bangsters » Wed Jan 30, 2008 10:01 am

The call goes through gafachi...the issue is that after the call goes through, the vicidial server does not ring the agents' extension... would that be caused by gafachi's end? please advice.

Thanks sir.

EDIT:

we are having this issue before, Please advise gafachi to hardcode your ANI, this can also be setup by sub account type, and setup your account on IP based authentication, sip registration works well also, we are using gafachi for a year now without any issue.


IP based authentication is already setup in my subaccount for gafachi. still having the same problems.... :(
Last edited by bangsters on Wed Jan 30, 2008 10:53 am, edited 1 time in total.
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Re: hello

Postby bangsters » Wed Jan 30, 2008 10:03 am

eliasferreyra wrote:i think its not good to offer another dialer
if this forum is of vicidial.... :evil:


uhmmm....no one is offering another dialer :)

i'm just trying to get vicidial to work :)
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Re: hello

Postby eliasferreyra » Wed Jan 30, 2008 10:43 pm

bangsters wrote:
eliasferreyra wrote:i think its not good to offer another dialer
if this forum is of vicidial.... :evil:


uhmmm....no one is offering another dialer :)

i'm just trying to get vicidial to work :)



ok xcuse me please
eliasferreyra
 
Posts: 367
Joined: Wed Jul 18, 2007 3:27 pm

Postby bangsters » Wed Jan 30, 2008 10:53 pm

:)
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm


Return to Support

Who is online

Users browsing this forum: Google [Bot], mawais and 119 guests