ITSP Infosphere

提供: VoIP-Info.jp
2007年5月1日 (火) 23:05時点におけるTakahashi (トーク | 投稿記録)による版 (新しいページ: 'InfoSphere IPプラストークとAsteriskも接続可能なようです。Asteriskのバージョンは1.0,1.2系で確認しています。 *sip.conf(必要な箇所だけ抜...')
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

InfoSphere IPプラストークとAsteriskも接続可能なようです。Asteriskのバージョンは1.0,1.2系で確認しています。

  • sip.conf(必要な箇所だけ抜粋)
[general]
maxexpirey=3600
defaultexpirey=3600
context=default
port=5060
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=g729
dtmfmode=inband
language=jp
;InfoSphere
register => <IP電話番号>@sip.sphere.ne.jp:<パスワード>:<ユーザID>@sip.sphere.ne.jp/<着信エクステンション>

[sip.sphere.ne.jp]
type=friend
secret=<パスワード>
username=<ユーザID>
fromuser=<IP電話番号>
fromdomain=sip.sphere.ne.jp
host=sip.sphere.ne.jp
contexet=default
insecure=very
dtmfmode=inband
canreinvite=no
disallow=all
allow=ulaw
  • extensions.conf(0番発信の例)
exten => _0.,1,Dial(SIP/${EXTEN:1}@sip.sphere.ne.jp,,T)

着信処理は通常のエクステンションと同じです。