Am Mon, May 22, 2023 at 04:50:49PM +0000 schrieb TTT:
> You don't say what happens when you start Asterisk, but I'll assume
> your registration with your provider is failing.


Some CLI commands are usefull to find out which part of the
configration is working.

*CLI> pjsip list endpoints

  the endpoint should be listed as "Not in use"



*CLI> pjsip list registrations

 <Registration/ServerURI..> <Auth..>  <Status..>
================================================

 sipgate/sip:sipgate.de     sipgate   Registered (exp. 51s)


Here the provider is called sipgate.



> -----Original Message-----
> 
> From: Steve Matzura [mailto:s...@noisynotes.com] 
> Sent: Monday, May 22, 2023 12:15 PM


> [voipms-inbound]
> 
> exten => 3115552368,1,Answer() ; fake DID number

For a first test you may replace this by that line:

exten => _X.,1,Goto(from-internal,100,1)

(first test only. That call is not "from-internal")



> i.e., where's the routing from the system answering the inbound connect 
> request to the actions in the extension 100 statements?

"Goto" can be used to jump to another context, extension and priority.



-- 
Stefan Tichy  ( asterisk3 at pi4tel dot de )

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to