Hi,

I try to setup an inbound trunk using pjsip_wizard.conf. Now, when I receive a call from that trunk with an empty user string, and I try to match it with 's' in the dial plan, Asterisk reports that the extension was not found in the context.

* pjsip_wizard.conf:

[example]
type = wizard
sends_auth = no
sends_registrations = no
remote_hosts = example.com:5060
endpoint/context = from-extern

* extensions.conf:

[from-extern]
exten => s,1,Playback(demo-thanks)

* Asterisk log:

res_pjsip_session.c: Call from 'example' (UDP:111.222.3.4:5060) to extension '' rejected because extension not found in context 'from-extern'.


What am I doing wrong?


Regards,

Simon

--
_____________________________________________________________________
-- 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