「ITSP Infosphere」の版間の差分
提供: VoIP-Info.jp
(新しいページ: 'InfoSphere IPプラストークとAsteriskも接続可能なようです。Asteriskのバージョンは1.0,1.2系で確認しています。 *sip.conf(必要な箇所だけ抜...') |
|||
32行目: | 32行目: | ||
exten => _0.,1,Dial(SIP/${EXTEN:1}@sip.sphere.ne.jp,,T) | exten => _0.,1,Dial(SIP/${EXTEN:1}@sip.sphere.ne.jp,,T) | ||
着信処理は通常のエクステンションと同じです。 | 着信処理は通常のエクステンションと同じです。 | ||
+ | |||
+ | |||
+ | |||
+ | asterisk1.6.0.20(日本語パッチ適用済み)では下記設定でregistできました(2010/01) | ||
+ | (asteriskサーバにグローバルIPを持たせています) | ||
+ | *sip.conf | ||
+ | [general] | ||
+ | context=default | ||
+ | bindaddr=0.0.0.0 | ||
+ | bindport=5060 | ||
+ | allowguest=no | ||
+ | srvlookup=yes | ||
+ | disallow=all | ||
+ | allow=ulaw | ||
+ | allow=alaw | ||
+ | allow=gsm | ||
+ | allow=ilbc | ||
+ | language='''ja''' | ||
+ | dtmfmode=inband | ||
+ | maxexpirey=3600 | ||
+ | defaultexpirey=3600 | ||
+ | nat=never | ||
+ | ;InfoSphere | ||
+ | register => <IP電話番号>@'''sphere.ne.jp''':<パスワード>:<ユーザID>@sip.sphere.ne.jp/<着信エクステンション> | ||
+ | |||
+ | [sip.sphere.ne.jp] | ||
+ | type=friend | ||
+ | username=<ユーザID> | ||
+ | secret=<パスワード> | ||
+ | host=sip.sphere.ne.jp | ||
+ | fromdomain='''sphere.ne.jp''' | ||
+ | fromuser=<IP電話番号> | ||
+ | contexet=default | ||
+ | insecure=port,invite | ||
+ | progressinband=no | ||
+ | canreinvite=yes |
2010年1月12日 (火) 13:47時点における最新版
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)
着信処理は通常のエクステンションと同じです。
asterisk1.6.0.20(日本語パッチ適用済み)では下記設定でregistできました(2010/01) (asteriskサーバにグローバルIPを持たせています)
- sip.conf
[general] context=default bindaddr=0.0.0.0 bindport=5060 allowguest=no srvlookup=yes disallow=all allow=ulaw allow=alaw allow=gsm allow=ilbc language=ja dtmfmode=inband maxexpirey=3600 defaultexpirey=3600 nat=never ;InfoSphere register => <IP電話番号>@sphere.ne.jp:<パスワード>:<ユーザID>@sip.sphere.ne.jp/<着信エクステンション> [sip.sphere.ne.jp] type=friend username=<ユーザID> secret=<パスワード> host=sip.sphere.ne.jp fromdomain=sphere.ne.jp fromuser=<IP電話番号> contexet=default insecure=port,invite progressinband=no canreinvite=yes