Sip alias in version 14 does not work

Sip alias setting does not help to get calls directly to the extension, in Freepbx 14, while it is working in 12 and 13 . Unless we set inbound DID ( in advance tab) which will add inbound route
Is there any other setting to be able to use sip alias , not inbound DID

Just tested, the alias definition works exacly the same in both 13 and 14.

34693894*CLI> dialplan show smarty-pants@ext-local
[ Context 'ext-local' created by 'pbx_config' ]
  'smarty-pants' => 1. Goto(from-internal,5002,1)                 [extensions_additional.conf:4967]

maybe a call trace: https://wiki.freepbx.org/display/SUP/Providing+Great+Debug#ProvidingGreatDebug-AsteriskLogs

Thanks for your reply.
I have it in dial plan as below which is exactly how I have it in version 13

pbx ~]# asterisk -rx ‘dialplan show 16302265359@ext-local’
[ Context ‘ext-local’ created by ‘pbx_config’ ]
‘16302265359’ => 1. Goto(from-internal,509998,1) [pbx_config]

-= 1 extension (1 priority) in 1 context. =-

And a trace shows I get an inbound call with this DID number, but it does not fgo to Goto(from-internal,509998,1), it goes to the IVR

It depends on the context in which is the cal.

dialplan show 16302265359@
Or

dialplan show smarty-pants@

Will show them all , generally inbound calls arrive in from-trunk

dialplan show 16302365359@from-trunk

from-trunk does not include ext-local for obvious reasonsh

yes generally inbound calls arrive in from-trunk, issue is not why its not coming as inbound in from-trunk, my issue is, I have this in dial plans and it does not go to this exten:

asterisk -rx ‘dialplan show 16302265359@ext-local’
[ Context ‘ext-local’ created by ‘pbx_config’ ]
‘16302265359’ => 1. Goto(from-internal,509998,1) [pbx_config]

while exact same dial plan( with another number ) send call to the extension in that Goto command in version 13

I set sip-alias to 16302265359 in both versions and for version 13 I see this Goto( from-internal,xxxxx,1) is running and in version 14 it does not

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.