NAT后面的AsteriskNOW IP PBX,客户端无法从外部网络

时间:2015-09-05 10:06:04

标签: asterisk sip voip nat freepbx

这是我第一次使用星号(基本上我什么都不知道,所以请耐心等待)

我在具有512 / kbps互联网连接的虚拟机中运行Asterisk 11.6,这是在NAT之后。

有两个扩展名1001和1002,这些是发生在我身上的情况。

1号:使用软电话在本地内拨打电话。 “没问题”。

2号:从外面(软电话)拨打本地电话。 “没问题”。

3号:从本地到外部的电话,快速挂断。 “问题”。

4号:从外到外呼叫,从不起作用。我可以听到拨号音但接收器没有响应。 “问题”。

我尝试转发端口5060 tcp和udp没有任何变化......

我也在某处读到我有NAT环回错误,此时它并不关心我。

我的问题是我想从外部网络连接这两个扩展......

(1001)网络1 --->(服务器)网络2 --->(1002)网络3

同样倒退......我错过了什么?

这是我的sip配置。

Global Settings:
----------------
  UDP Bindaddress:        0.0.0.0:5060
  TCP SIP Bindaddress:    Disabled
  TLS SIP Bindaddress:    Disabled
  Videosupport:           No
  Textsupport:            No
  Ignore SDP sess. ver.:  No
  AutoCreate Peer:        Off
  Match Auth Username:    No
  Allow unknown access:   Yes
  Allow subscriptions:    Yes
  Allow overlap dialing:  Yes
  Allow promisc. redir:   No
  Enable call counters:   No
  SIP domain support:     No
  Realm. auth:            No
  Our auth realm          asterisk
  Use domains as realms:  No
  Call to non-local dom.: Yes
  URI user is phone no:   No
  Always auth rejects:    Yes
  Direct RTP setup:       No
  User Agent:             FPBX-AsteriskNOW-12.0.76(11.16.0)
  SDP Session Name:       Asterisk PBX 11.16.0
  SDP Owner Name:         root
  Reg. context:           (not set)
  Regexten on Qualify:    No
  Trust RPID:             No
  Send RPID:              No
  Legacy userfield parse: No
  Send Diversion:         Yes
  Caller ID:              Unknown
  From: Domain:           
  Record SIP history:     Off
  Call Events:            On
  Auth. Failure Events:   Off
  T.38 support:           No
  T.38 EC mode:           Unknown
  T.38 MaxDtgrm:          4294967295
  SIP realtime:           Disabled
  Qualify Freq :          60000 ms
  Q.850 Reason header:    No
  Store SIP_CAUSE:        No

Network QoS Settings:
---------------------------
  IP ToS SIP:             CS3
  IP ToS RTP audio:       EF
  IP ToS RTP video:       AF41
  IP ToS RTP text:        CS0
  802.1p CoS SIP:         4
  802.1p CoS RTP audio:   5
  802.1p CoS RTP video:   6
  802.1p CoS RTP text:    5
  Jitterbuffer enabled:   No

Network Settings:
---------------------------
  SIP address remapping:  Disabled
  Externhost:             <none>
  Externaddr:             (null)
  Externrefresh:          10
  Localnet:               192.168.2.0/255.255.255.0

Global Signalling Settings:
---------------------------
  Codecs:                 (gsm|ulaw|alaw|g726)
  Codec Order:            ulaw:20,alaw:20,gsm:20,g726:20
  Relax DTMF:             No
  RFC2833 Compensation:   No
  Symmetric RTP:          Yes
  Compact SIP headers:    No
  RTP Keepalive:          0 (Disabled)
  RTP Timeout:            30 
  RTP Hold Timeout:       300 
  MWI NOTIFY mime type:   application/simple-message-summary
  DNS SRV lookup:         No
  Pedantic SIP support:   Yes
  Reg. min duration       60 secs
  Reg. max duration:      3600 secs
  Reg. default duration:  120 secs
  Sub. min duration       60 secs
  Sub. max duration:      3600 secs
  Outbound reg. timeout:  20 secs
  Outbound reg. attempts: 0
  Outbound reg. retry 403:0
  Notify ringing state:   Yes
    Include CID:          No
  Notify hold state:      Yes
  SIP Transfer mode:      open
  Max Call Bitrate:       384 kbps
  Auto-Framing:           No
  Outb. proxy:            <not set> 
  Session Timers:         Accept
  Session Refresher:      uas
  Session Expires:        1800 secs
  Session Min-SE:         90 secs
  Timer T1:               500
  Timer T1 minimum:       100
  Timer B:                32000
  No premature media:     Yes
  Max forwards:           70

Default Settings:
-----------------
  Allowed transports:     UDP
  Outbound transport:	  UDP
  Context:                from-sip-external
  Record on feature:      automon
  Record off feature:     automon
  Force rport:            Yes
  DTMF:                   rfc2833
  Qualify:                0
  Keepalive:              0
  Use ClientCode:         No
  Progress inband:        Never
  Language:               
  Tone zone:              <Not set>
  MOH Interpret:          default
  MOH Suggest:            
  Voice Mail Extension:   *97

----

Name/username             Host                                    Dyn Forcerport Comedia    ACL Port     Status      Description                      
1001/1001                 1.39.63.239                              D  Yes        Yes         A  28594    UNREACHABLE                                  
1002/1002                 106.200.190.71                           D  Yes        Yes         A  47695    OK (216 ms)      

这是我上次的会议。

这里用户1001是“无法访问”为什么?我认为这就是我的问题所在。

帮帮我们......

此外,我正在寻找与PSTN和GSM连接的方法。

(如果你们是来自印度,可以帮助我,我实际上可以付钱给你,请回答上面问题的解决方案然后我会联系其他方法)

2 个答案:

答案 0 :(得分:1)

您必须在externip=your_public_ip的[general]部分添加sip.conf。 您还必须转发RTP端口范围。通常它是10000-20000 UDP。您可以在rtp.conf

中查看/更改此范围

答案 1 :(得分:0)

当服务器处于Nat后面时,SIP将始终导致问题。

如果您的设备支持IAX,即Inter-Asterisk eXchange,则适用于您的情况,然后使用它。

您仍然希望解决SIP问题read this tutorial

相关问题