EDIT: don't need this anymore...
Hi all
I have an 8 port Grandstream and I'm setting it up with 2 cell routers and two analog lines. I want to block outbound CLID on all these lines and apparently one just need to prefix the called number with #31#.
I tried inserting that into my dialplan like below, but Asterisk just fails on it:
In that rule I've added "991#31#", this grandstream allows me to select an outgoing port by prefixing it with 99 and then select a port from 1-8.
So, how do I add a hash character into my dialplan to be dialed ?
Hi all
I have an 8 port Grandstream and I'm setting it up with 2 cell routers and two analog lines. I want to block outbound CLID on all these lines and apparently one just need to prefix the called number with #31#.
I tried inserting that into my dialplan like below, but Asterisk just fails on it:
Code:
exten => _078X.,1,Dial(SIP/151/991#31#${EXTEN})
In that rule I've added "991#31#", this grandstream allows me to select an outgoing port by prefixing it with 99 and then select a port from 1-8.
So, how do I add a hash character into my dialplan to be dialed ?
Last edited: