Dial the weather, or not

dial 191, phone says Declined and busy signal.

– Executing [191@from-internal:3] Goto(“PJSIP/102-00000002”, “Weather,weather,1”) in new stack
– Goto (Weather,weather,1)
WARNING[17548][C-00000002]: pbx.c:2882 pbx_extension_helper: No application ‘’ for
extension (Weather, weather, 1)
== Spawn extension (Weather, weather, 1) exited non-zero on ‘PJSIP/102-00000002’

Anyone have any ideas?

I’m not acustomed to writing custom dialplans in asterisk so no doubt its a simple screwup
in extension custom file.

/etc/asterisk/extensions_custom.conf:

[Weather]
exten => weather,1
same => n,Wait(1)

There is an extension and a priority, but no application. If you want a placeholder, use the Noop application.

dang!

That was it. thanks @david55

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