Custom Destination Question

Hello.

I am trying to create a Custom destination and having a heck of a time. I am wondering if there is a glitch or if I’m doing ti completely wrong…

My extensions_custom.conf

[My-CustomDest]
exten => s,1,SayDigits(8675309)
exten => n,Return()

I have in the GUI interface
Target: My-CustomDest
Return: YES
Destination: Extensions/Voicemail…

However, It never returns. Is it suppose to?

Instead It logs:
Auto fallthrough, channel ‘SIP/mychan-00000009’ status is ‘UNKNOWN’

and disconnects.

Why wouldn’t it return?

Fix your return line, it should look like:

exten => s,n,Return()

I assume you already have the target to <context>,<extension>,<priority>

My-CustomDest,s,1
1 Like

Wow! That was it! THANK YOU SO MUCH! I don’t fully understand how all this works, so sorry :slight_smile:

1 Like

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