[asterisk-users] Problems Solved, two left

Doug Lytle support at drdos.info
Wed May 24 03:24:22 CDT 2023


On 5/23/23 19:22, Steve Matzura wrote:
> voipms: Call (UDP:208.100.60.12:5060) to extension 's' rejected 
> because extension not found in context 'voipms-inbound

Steve,

Could we see your dialplan for voipms-inbound?


I'm using voip.ms as well, but have not converted from chan_sip yet.  My 
voip-ms inbound extensions.conf below (Phone number changed to protect 
the innocent)

[voipms]

include => voicemail

exten => 5175551212,1,Answer()
    same => n,Gosub(check_blacklist,s,1)
    same => n,Gosub(get_callerid,s,1)
    same => n,Gosub(check_for_direct,s,1)
    same => n,Set(_ARG1=4259)
    same => n,Gosub(extension_timeouts,s,1(${ARG1}))
    same => n,Queue(home,WwtTkKr,,,23)
    same => n,NoOP(Dial Status: ${QUEUESTATUS})
    same => n,NoOP(Hangup Cause: ${HANGUPCAUSE})
    same => n,Gosub(s-${QUEUESTATUS},s,1(${ARG1}))

Doug

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20230524/31b767dd/attachment.html>


More information about the asterisk-users mailing list