Grandstream GXP2000 and OBi100
ccbadd:
RonR, can you explain this a better for thick skull like me? I have a SIP phone I would like to use and I am a bit confused. First, did you start by added the voice gateway and then add that gateway to an existing route? I only have one service configured, GV, and would like to set up a SIP phone or two and things are just not clear.
Quote from: RonR on May 15, 2011, 12:31:06 am
Quote from: M105 on May 14, 2011, 09:02:25 pm
I never succeeded with getting my PAP2NA to work but my Grandstream HT502 works like a charm.
M105,
FWIW, I've been wanting to get a PAP2 working with the OBi, so I tore into it tonight and it's working great. All four inbound trunks (sp1, sp2, li, pp) ring the OBi phone and the PAP2 simultaneously and I can do everything from the PAP2 as if it was the OBi phone (for example, Auto Attendant, Device Configuration, SIP Voice Gateway calls, Trunk Group calls, etc.).
SP2 InboundCallRoute:
{pap2>911:li},{pap2>**0:aa},{pap2>***:aa2},{pap2>(<**1:>(Msp1)):sp1},{pap2>(<**2:>(Msp2)):sp2},{pap2>(<**3:>(Mvg3)):vg3},{pap2>(<**4:>(Mvg4)):vg4},{pap2>(<**6:>(Mvg6)):vg6},{pap2>(<**7:>(Mvg7)):vg7},{pap2>(<**8:>(Mli)):li},{pap2>(<**9:>(Mpp)):pp},{pap2>(Mtg1):tg1},{ph,vg5(pap2)}
I already have a SIP VoIP provider on SP2, so calls to the PAP2 get there via Voice Gateway5:
VG5 -> AccessNumber : SP2(192.168.1.145:5062)
Using this approach, there shouldn't be any problem adding another PAP2 or two.
RonR:
ccbadd,
The OBi must have SP1 and/or SP2 configured for SIP. It need not have a working provider. You can set the proxy server on ITSPx to anything (like 127.0.0.1) and disable X_RegisterEnable on SPx.
I already had a working SIP provider configured on SP2/ITSPB.
Line 1 of the PAP2 is configured:
IP Address : 192.168.1.145
SIP Port : 5062
Proxy Server : 192.168.1.140:5061 // SP2 on OBi
Register : No
Make Call Without Registration : Yes
Answer Call Without Registration : Yes
UserID : pap2
Dial Plan : ([x*][x*].)
OBi Voice Gateway5 is set to point to the PAP2:
Name : PAP2
AccessNumber : SP2(192.168.1.145:5062)
Each InboundCallRoute is modified to fork to VG5 in addition to the PHONE Port : {ph,vg5(pap2)}
SP2's InboundCallRoute is a little more complex:
{pap2>911:li},{pap2>**0:aa},{pap2>***:aa2},{pap2>(<**1:>(Msp1)):sp1},{pap2>(<**2:>(Msp2)):sp2},
{pap2>(<**8:>(Mli)):li},{pap2>(<**9:>(Mpp)):pp},{pap2>(Msp1):sp1},{pap2>0:ph},{pap2>(@@.):},
{ph,vg5(pap2)}
This is basically the equivalent of the relevant portions of the PHONE Port OutboundCallRoute. It's used to route input from the PAP2 to the appropriate trunk.
Tiger:
I have Obi110 configured SP1 with GV, SP2 with SIP provider, and SPA1001 configured as per your steps.
It works except
1. when outgoing call from SPA1001, there is one way voice (I can't hear from other side), incoming call to SPA1001 worsk.
2. Caller ID does not show on SPA1001.
Do you have any idea?
Quote from: RonR on May 29, 2011, 10:55:39 am
ccbadd,
The OBi must have SP1 and/or SP2 configured for SIP. It need not have a working provider. You can set the proxy server on ITSPx to anything (like 127.0.0.1) and disable X_RegisterEnable on SPx.
I already had a working SIP provider configured on SP2/ITSPB.
Line 1 of the PAP2 is configured:
IP Address : 192.168.1.145
SIP Port : 5062
Proxy Server : 192.168.1.140:5061 // SP2 on OBi
Register : No
Make Call Without Registration : Yes
Answer Call Without Registration : Yes
UserID : pap2
Dial Plan : ([x*][x*].)
OBi Voice Gateway5 is set to point to the PAP2:
Name : PAP2
AccessNumber : SP2(192.168.1.145:5062)
Each InboundCallRoute is modified to fork to VG5 in addition to the PHONE Port : {ph,vg5(pap2)}
SP2's InboundCallRoute is a little more complex:
{pap2>911:li},{pap2>**0:aa},{pap2>***:aa2},{pap2>(<**1:>(Msp1)):sp1},{pap2>(<**2:>(Msp2)):sp2},
{pap2>(<**8:>(Mli)):li},{pap2>(<**9:>(Mpp)):pp},{pap2>(Msp1):sp1},{pap2>0:ph},{pap2>(@@.):},
{ph,vg5(pap2)}
This is basically the equivalent of the relevant portions of the PHONE Port OutboundCallRoute. It's used to route input from the PAP2 to the appropriate trunk.
RonR:
Quote from: Tiger on July 30, 2011, 09:54:15 am
1. when outgoing call from SPA1001, there is one way voice (I can't hear from other side), incoming call to SPA1001 worsk.
Is the SPA1001 located external to the LAN the OBi is located on or are they both hung off of the same switch?
Quote from: Tiger on July 30, 2011, 09:54:15 am
2. Caller ID does not show on SPA1001.
CallerID not being passed properly through Voice Gateways is a known problem in the OBi firmware.
Instead of using a Voice Gateway, you should be able to get around this problem by replacing the {ph,vg5(pap2)} rules with {ph,sp2(username@ipaddress:port)}, where username, ipaddress, and port are what you had previously used in the Voice Gateway.
Tiger:
Is the SPA1001 located external to the LAN the OBi is located on or are they both hung off of the same switch?
Answer: Both are the same subnet and behind the same router.
CallerID not being passed properly through Voice Gateways is a known problem in the OBi firmware.
Instead of using a Voice Gateway, you should be able to get around this problem by replacing the {ph,vg5(pap2)} rules with {ph,sp2(username@ipaddress:port)}, where username, ipaddress, and port are what you had previously used in the Voice Gateway.
Answer: caller ID Workss after the changes, thanks
Navigation
[0] Message Index
[#] Next page
[*] Previous page