返回列表 發帖

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.

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

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

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

TOP

返回列表