首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >星号表示新的IP地址

星号表示新的IP地址
EN

Stack Overflow用户
提问于 2019-12-20 06:36:39
回答 1查看 749关注 0票数 0

我有一个问题/试图在星号内工作。我有一个通向Ascom护士呼叫系统的中继线,并且有一个从手持设备拨号进入病房的基本功能。我可以建立从Asterisk到护士呼叫服务器的呼叫。护士呼叫服务器向同一子网上的不同地址发送Refer消息,但Asterisk找不到该设备。如果我手动键入拨号方案以将呼叫路由到它确实连接设备,但系统可能有许多地址,且不可能知道引用消息Asterik 10.2.87.201 Ascom 10.2.87.1中的地址和拨号号码

引用消息refer-to: sip:V1003B0G65605773L0@10.2.87.11

我需要能够有星号转移到该ext和域名动态。

这是一个正常工作的示例,其中的拨号方案告诉系统手动发送到10.2.87.11地址

exten => _VX.,n,Dial(SIP/${EXTEN}@10.2.87.11)

代码语言:javascript
复制
    -- Executing [201*65609848@default:2] Dial("SIP/1341-000001cd", "SIP/T6/201*65609848") in new stack
  == Using SIP RTP CoS mark 5
    -- Called SIP/T6/201*65609848
       > 0x7fba38016560 -- Strict RTP learning after remote address set to: 10.2.87.1:8766
    -- SIP/T6-000001ce answered SIP/1341-000001cd
    -- Channel SIP/T6-000001ce joined 'simple_bridge' basic-bridge <07b9ccbf-138d-423b-87cf-ad6c41336591>
    -- Channel SIP/1341-000001cd joined 'simple_bridge' basic-bridge <07b9ccbf-138d-423b-87cf-ad6c41336591>
       > Bridge 07b9ccbf-138d-423b-87cf-ad6c41336591: switching from simple_bridge technology to native_rtp
       > Locally RTP bridged 'SIP/1341-000001cd' and 'SIP/T6-000001ce' in stack
       > 0x7fb9c017aa00 -- Strict RTP learning after remote address set to: 192.168.21.82:16734
       > Locally RTP bridged 'SIP/1341-000001cd' and 'SIP/T6-000001ce' in stack
       > 0x7fb9c017aa00 -- Strict RTP switching to RTP target address 192.168.21.82:16734 as source
       > Locally RTP bridged 'SIP/1341-000001cd' and 'SIP/T6-000001ce' in stack
    -- Channel SIP/T6-000001ce left 'native_rtp' basic-bridge <07b9ccbf-138d-423b-87cf-ad6c41336591>
       > Bridge 07b9ccbf-138d-423b-87cf-ad6c41336591: switching from native_rtp technology to simple_bridge
    -- Channel SIP/1341-000001cd left 'simple_bridge' basic-bridge <07b9ccbf-138d-423b-87cf-ad6c41336591>
    -- Executing [V1003B0G65609848L0@default:1] NoOp("SIP/1341-000001cd", "V1003B0G65609848L0") in new stack
    -- Executing [V1003B0G65609848L0@default:2] Dial("SIP/1341-000001cd", "SIP/V1003B0G65609848L0@10.2.87.11") in new stack
  == Using SIP RTP CoS mark 5
    -- Called SIP/V1003B0G65609848L0@10.2.87.11
       > 0x7fb9c017aa00 -- Strict RTP learning complete - Locking on source address 192.168.21.82:16734
       > 0x7fba3802cb80 -- Strict RTP learning after remote address set to: 10.2.87.11:5012
    -- SIP/10.2.87.11-000001cf answered SIP/1341-000001cd
    -- Channel SIP/10.2.87.11-000001cf joined 'simple_bridge' basic-bridge <149e09d8-7d19-46fb-9135-43ffa33862e1>
    -- Channel SIP/1341-000001cd joined 'simple_bridge' basic-bridge <149e09d8-7d19-46fb-9135-43ffa33862e1>
       > Bridge 149e09d8-7d19-46fb-9135-43ffa33862e1: switching from simple_bridge technology to native_rtp
       > Locally RTP bridged 'SIP/1341-000001cd' and 'SIP/10.2.87.11-000001cf' in stack
       > 0x7fba3802cb80 -- Strict RTP switching to RTP target address 10.2.87.11:5012 as source
       > 0x7fba3802cb80 -- Strict RTP learning complete - Locking on source address 10.2.87.11:5012
    -- Channel SIP/1341-000001cd left 'native_rtp' basic-bridge <149e09d8-7d19-46fb-9135-43ffa33862e1>
    -- Channel SIP/10.2.87.11-000001cf left 'native_rtp' basic-bridge <149e09d8-7d19-46fb-9135-43ffa33862e1>
  == Spawn extension (default, V1003B0G65609848L0, 2) exited non-zero on 'SIP/1341-000001cd'

使用转接拨号方案时不起作用

代码语言:javascript
复制
       > 0x7fb9c017aa00 -- Strict RTP learning after remote address set to: 192.168.21.82:16766
    -- Executing [201*65609851@default:1] NoOp("SIP/1341-000001de", "201*65609851") in new stack
    -- Executing [201*65609851@default:2] Dial("SIP/1341-000001de", "SIP/T6/201*65609851") in new stack
  == Using SIP RTP CoS mark 5
    -- Called SIP/T6/201*65609851
       > 0x7fba4001ebf0 -- Strict RTP learning after remote address set to: 10.2.87.1:8766
    -- SIP/T6-000001df answered SIP/1341-000001de
    -- Channel SIP/T6-000001df joined 'simple_bridge' basic-bridge <9b4ac0b8-3bcf-4ef3-862a-46b36a7cddab>
    -- Channel SIP/1341-000001de joined 'simple_bridge' basic-bridge <9b4ac0b8-3bcf-4ef3-862a-46b36a7cddab>
       > Bridge 9b4ac0b8-3bcf-4ef3-862a-46b36a7cddab: switching from simple_bridge technology to native_rtp
       > Locally RTP bridged 'SIP/1341-000001de' and 'SIP/T6-000001df' in stack
       > 0x7fb9c017aa00 -- Strict RTP learning after remote address set to: 192.168.21.82:16766
       > Locally RTP bridged 'SIP/1341-000001de' and 'SIP/T6-000001df' in stack
       > 0x7fb9c017aa00 -- Strict RTP switching to RTP target address 192.168.21.82:16766 as source
       > Locally RTP bridged 'SIP/1341-000001de' and 'SIP/T6-000001df' in stack
    -- Channel SIP/T6-000001df left 'native_rtp' basic-bridge <9b4ac0b8-3bcf-4ef3-862a-46b36a7cddab>
       > Bridge 9b4ac0b8-3bcf-4ef3-862a-46b36a7cddab: switching from native_rtp technology to simple_bridge
    -- Channel SIP/1341-000001de left 'simple_bridge' basic-bridge <9b4ac0b8-3bcf-4ef3-862a-46b36a7cddab>
    -- Executing [V1003B0G65609851L0@default:1] NoOp("SIP/1341-000001de", "V1003B0G65609851L0") in new stack
    -- Executing [V1003B0G65609851L0@default:2] Transfer("SIP/1341-000001de", "SIP/V1003B0G65609851L0") in new stack
  == Using SIP RTP CoS mark 5
       > 0x7fb9c0174940 -- Strict RTP learning after remote address set to: 192.168.21.82:16770
    -- Executing [V1003B0G65609851L0@default:1] NoOp("SIP/1341-000001e0", "V1003B0G65609851L0") in new stack
    -- Executing [V1003B0G65609851L0@default:2] Transfer("SIP/1341-000001e0", "SIP/V1003B0G65609851L0") in new stack
    -- Auto fallthrough, channel 'SIP/1341-000001e0' status is 'UNKNOWN'
  == Using SIP RTP CoS mark 5
       > 0x7fb9c0174940 -- Strict RTP learning after remote address set to: 192.168.21.82:16770
    -- Executing [V1003B0G65609851L0@default:1] NoOp("SIP/1341-000001e1", "V1003B0G65609851L0") in new stack
    -- Executing [V1003B0G65609851L0@default:2] Transfer("SIP/1341-000001e1", "SIP/V1003B0G65609851L0") in new stack
    -- Auto fallthrough, channel 'SIP/1341-000001e1' status is 'UNKNOWN'
  == Using SIP RTP CoS mark 5
       > 0x7fb9c0174940 -- Strict RTP learning after remote address set to: 192.168.21.82:16770
    -- Executing [V1003B0G65609851L0@default:1] NoOp("SIP/1341-000001e2", "V1003B0G65609851L0") in new stack
    -- Executing [V1003B0G65609851L0@default:2] Transfer("SIP/1341-000001e2", "SIP/V1003B0G65609851L0") in new stack
    -- Auto fallthrough, channel 'SIP/1341-000001e2' status is 'UNKNOWN'
       > 0x7fb9c0174940 -- Strict RTP learning after remote address set to: 192.168.21.82:16770
    -- Auto fallthrough, channel 'SIP/1341-000001de' status is 'ANSWER'

简而言之,我需要最后一个示例在refer消息中动态地发送到域。

感谢您的帮助

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-12-24 02:25:18

我不确定这是否正确,但我通过为我需要与之通信的所有设备创建用户并调整我的extensions.conf来使其正常工作

exten => _VX.,n,Dial(SIP/${EXTEN}@${SIPDOMAIN})

代码语言:javascript
复制
fullname = 10.2.87.10
secret =
hasvoicemail = no
host = 10.2.87.10
userqphone = yes
qualify = no
hassip = yes
hasiax = no
callwaiting = yes
context = default
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59417727

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档