Home arrow Forum
Discussion
Welcome, Guest
Please Login or Register.    Lost Password?
Re:PBX in a Flash+Google Voice+SIPGate drops call in 40 sec (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:PBX in a Flash+Google Voice+SIPGate drops call in 40 sec
#33
VOIP kid (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
PBX in a Flash+Google Voice+SIPGate drops call in 40 sec 2 Years ago Karma: 0  
I've followed the detail instruction in http://www.eternj.net/tag/ata/

And it works with the latest PIAF 1.6.

However, the outbound call was dropped about 40 seconds after the receiving party party picked up the phone.
Inbound calls works perfectly.

Where should I look to solve this problem?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#34
Developer (User)
Fresh Boarder
Posts: 10
graph
User Offline Click here to see the profile of this user
Re:PBX in a Flash+Google Voice+SIPGate drops call in 40 sec 2 Years ago Karma: 0  
Check out this forum:
http://pbxinaflash.com/forum/showthread.php?t=5159&highlight=sipgate&page=5

With the latest install-gv-new script,
you need to tweak the
extensions_custom.conf file for PIAF 1.6:


QUOTE:

[custom-gv]
exten => _X.,1,Wait(1)
exten => _X.,n,Set(ACCTNAME=whatever)
exten => _X.,n,Set(ACCTPASS=whatever)
exten => _X.,n,Set(RINGBACK=whatever)
exten => _X.,n,Set(CALLPARK=75)
exten => _X.,n,Playback(pls-wait-connect-call)
exten => _X.,n,System(gvoice -e ${ACCTNAME} -p ${ACCTPASS} call ${EXTEN} ${RINGBACK})
exten => _X.,n,Set(GROUP()=gvout)
exten => _X.,n,Set(PARKINGEXTEN=${CALLPARK})
**delete** exten => _X.,n,Park()
exten => _X.,n,ParkAndAnnounce(pbx-transfer:PARKED|45|Console/dsp)

[custom-park]
exten => s,1,Wait(4)
exten => s,n,NoOp(**CALLERID: ${CALLERID(all)})
**delete** exten => s,2,Set(GVNUM=whatever)

exten => s,3,Set(CALLPARK=75)
exten => s,n,GotoIf($[ ${GROUP_COUNT(gvout)} = 1 ]?parked:notparked)
exten => s,n(parked),ParkedCall(${CALLPARK})
exten => s,n(notparked),Goto(from-trunk,gv-incoming,1)

**delete** exten => s,4,NoOp(**CALLERID: ${CALLERID(number)})
exten => s,5,GotoIf($["${CALLERID(number)}"="${GVNUM}"]?6:7)
exten => s,6,ParkedCall(${CALLPARK}
exten => s,1,Wait(4)
exten => s,n,NoOp(**CALLERID: ${CALLERID(all)})
**delete** exten => s,2,Set(GVNUM=whatever)

exten => s,3,Set(CALLPARK=75)
exten => s,n,GotoIf($[ ${GROUP_COUNT(gvout)} = 1 ]?parked:notparked)
exten => s,n(parked),ParkedCall(${CALLPARK})
exten => s,n(notparked),Goto(from-trunk,gv-incoming,1)

**delete** exten => s,4,NoOp(**CALLERID: ${CALLERID(number)})
exten => s,5,GotoIf($["${CALLERID(number)}"="${GVNUM}"]?6:7)
exten => s,6,ParkedCall(${CALLPARK})
exten => s,7,Goto(from-trunk,gv-incoming,1)



Answer the first call from Google Voice to connect to the dialed number for outbound call.

Hope this helps.
 
Report to moderator   Logged Logged  
 
Last Edit: 2010/05/20 16:57 By greenwave.
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop