News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

Call Details from Obitalk

Started by Hortoristic, December 28, 2011, 11:02:03 AM

Previous topic - Next topic

Hortoristic

Am I only able to see call details from local IP admin of Obi device?  If so - maybe I need to do some portforwarding so I can access my device from a web browser.

I see my wife called UK on default line instead of using SP2 (voip.ms) - she insists she dialed **2 when making hte call - I think the call detail on Obi device will technically tell me what she really dialed - but I can't see GV errantly charging me when dialing out SP2 when only SP1 has GV.

Everton

Connecting through OBiTalk, you should be able to look at the last 10 calls made from the OBi device.  This is exactly the same as the last 10 calls shown when directly connected to the device.

Why not setup the OBi device to automatically route dialed calls to the UK through SP2, without the need to dial **2.  The forum has many examples as to how this can be done!  That way, your wife does not have to remember to dial **2 to select SP2.

Hortoristic

I really am trying to find information myself and am unsure which keywords to search on to route my international dialing (starting with 011) to dial out on SP2?

Sorry to be so lame...I am still looking at manual but somewhat stuck

RonR

To route an international call starting with 011 through SP2, simply dial:

**2+011+country code+number

If your PrimaryLine is set to SP2 Service, the **2 service route access code is not required.

Hortoristic

Everton was suggesting that I could set a rule that if I began a call with "011" - on default SP1 it could be re-routed through SP2 - did I misunderstand? 

dialing **2 (plus number) is how I usually dial long distance using SP2 - but isn't Everton suggesting by setting up rules it can auto dial out SP2 on a digit match?

Hortoristic

I think something like this - appended to what's might already be there?:

Physical Interfaces -> PHONE Port -> PrimaryLine : SP1 Service

Service Providers -> ITSP Profile A -> General -> DigitMap :

<**2>011xx.|xx.|(Mipd)|[^*]@@.

So any number beginning with 011 on SP1 will be dialed out through on SP2 - right?

RonR

If you're trying to automatically redirect 011 calls from SP1 to SP2, try this:


Service Providers -> ITSP Profile A -> General -> DigitMap:

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>[2-9]xxxxxx|<**2>011xx.|(Mipd)|[^*#]@@.'@'@@.)

where aaa is your local area code.

Hortoristic

This is what I had already:
(1xxxxxxxxxx|<1360>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*]@@.)

Combining your snippet with what I already had, I get, right?:
(1xxxxxxxxxx|<1360>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|<**2>011xx.|(Mipd)|[^*#]@@.'@'@@.)


Are the pipe symbals "|" the delmitter between rules?  Does this break down as 6 rules?

1) must dial 10 digits: 1xxxxxxxxxx|
2) If 1360 dialed - must also dial 7 more digits: <1360>[2-9]xxxxxx|
3) If 1 dialed - must also dial 10 more digits: <1>[2-9]xxxxxxxxx|
4) Any number beginning with 011 should dial out on SP2: <**2>011xx.|
5) Not sure what this rule is: (Mipd)|
6) Not sure what this rule is: [^*#]@@.'@'@@.




RonR

#8
Quote from: Hortoristic on December 28, 2011, 02:09:11 PM
Are the pipe symbals "|" the delmitter between rules?

Yes

Quote from: Hortoristic on December 28, 2011, 02:09:11 PM
1) 1xxxxxxxxxx

This rule matches if 11 digits are dialed beginning with 1.

Quote from: Hortoristic on December 28, 2011, 02:09:11 PM
2) <1360>[2-9]xxxxxx

This rule matches if 7 digits are dialed beginning with 2-9.  1360 will be added.

Quote from: Hortoristic on December 28, 2011, 02:09:11 PM
4) <**2>011xx.

This rule matches any number beginning with 011.  **2 will be added, causing the OutboundCallRoute to send the call to SP2.

Quote from: Hortoristic on December 28, 2011, 02:09:11 PM
5) (Mipd)

This rule allows IP dialing : 18005551212*w*x*y*z   (denoting 18005551212@w.x.y.z)

Quote from: Hortoristic on December 28, 2011, 02:09:11 PM
6) [^*#]@@.'@'@@.

This rule allows SIP URI dialing : 18005551212@sip.tollfreegateway.com