[internal]
include => trunk-obi110-gv
include => trunk-obi110-pstn
include => trunk-obi110-obitalk
exten => 1910,1,Dial(SIP/1910,,) ;OBi110 SP2
In OBi110 Settings: (Use OBi Expert to edit the following variable)
Voice Service >> SP2 Service >> X_InboundCallRoute =
{@>(<**1:>xx.):sp1},{@>(<**8:>xx.):li},{@>(<**9:>xx.):pp}
Using one of extensions in Asterisk to carry out the following tests:
1) Key sequence to make US/CAN telephone call via the OBi110's GV gateway
Press 111 + <US/CAN telephone number>
2) Key sequence to make local PSTN calls via the OBi110's LINE port gateway
Press 118 + <PSTN call>
3) Key sequence to make OBiTalk calls via the OBi110's OBiTalk gateway
Press 119 + <PSTN call>
YH作者: ckleea 時間: 2011-3-27 06:33
Thank, these are complete settings to interconnect OBi and asterisk作者: bubblestar 時間: 2011-3-27 09:56
OH! YH, you are really something. Another great, clean and clear tutorial . I won't miss this chance to merge it into my system. Many thanks.作者: ckleea 時間: 2011-3-27 15:57
I overlook your trunk setting and will try again later.作者: ckleea 時間: 2011-3-27 17:33
An update, I am unable to make it work with asterisk 1.8作者: 角色 時間: 2011-3-27 17:44
Have you updated the DigitMap for the SP2?
YH作者: ckleea 時間: 2011-3-27 17:48
What is this DigitMap?
I follow your instruction on the first thread. On debug, I got 404 error.
This is the same result when I follow other thread in Internet
My other method works but 2 stage dialing.作者: 角色 時間: 2011-3-27 18:16
Have you added the followings:
In OBi110 Settings: (Use OBi Expert to edit the following variable)
Voice Service >> SP2 Service >> X_InboundCallRoute =
{@>(<**1:>xx.):sp1},{@>(<**8:>xx.):li},{@>(<**9:>xx.):pp}
YH作者: bubblestar 時間: 2011-3-27 18:27
I use YH's settings in my Asterisk. All works as one-stage dialing except the **9 portion, which has to be routed via AA for further dialing (2-stage). It is because that my Mobile phone number is included in my Trusted callers list to access AA.作者: ckleea 時間: 2011-3-27 19:55
"quality" should read "qualify"作者: ckleea 時間: 2011-3-27 21:39
Can you do speed dial?作者: bubblestar 時間: 2011-3-27 21:58
The original speed dial prefix **8 cannot be used any longer as it is merged into the dialing rule in Asterisk extension. What we will use now is our pre-defined prefix, such as 118X. The advantage is that you can dial to whatever numbers you want with this rule in a flexible way.
I haven't tried the use of speed dial but I don't see why we can't.作者: ckleea 時間: 2011-3-28 09:46