返回列表 發帖

OBi110 and Asterisk

My aim is to make OBi110 Line as FXO port for my asterisk so that I can migrate from SPA3000 to OBi110

I have read a few guides on connecting OBi110 and Asterisk but I am not clear how to do.
e.g.
http://www.adrianandgenese.com/b ... using-asterisk-1-4/

Do you have any experience in making it work?

Please share and post up how to configure.

MT has shared with us the feature that you mentioned in the following link:

http://www.obitalk.com/forum/index.php?topic=57.0

YH

TOP

I do have difficulty to understand. I have tried http digest but not working

TOP

In order to use the FXO of OBi110, I believe you have to master the OBi110 Programming Language.

YH

TOP

I use the same logic to send out DTMF signal after connection.

I use SP2 to connect my asterisk box at extension 6109.

Here is my extension.conf
[CallingRule_obi110]
exten => _816XXXXXXXX,1,Set(GLOBAL(hkno)=2**8${EXTEN:3}#)
exten => _816XXXXXXXX,n,Dial(SIP/6109,,D(${hkno})r)

When I press 816 + HK No, the dialplan will process and then dial out via OBi110 to PSTN line connect

Same logic will allow you to connect GV and OBiTalk Circle of Trust

TOP

Based on my understanding, this is also called two-stage dialling because the audio DTMF digits are sent over the trunk in analogue signal rather than digital form.

YH

TOP

本帖最後由 角色 於 2011-3-26 23:02 編輯

1) An alternative way to do so is

exten => _816XX.,1,Dial(SIP/6109,,D(2**9${EXTEN:3}#)r)

2) 在SP2 (if connected to Asterisk extension)的 X_InboundCallRoute = aa

角色

TOP

Yours will go to OBi device or OBiApps account. So you need to change to 9 digits

TOP

返回列表