Displaying 2 results from an estimated 2 matches for "_08xxxxxxxx".
Did you mean:
_04xxxxxxxx
2004 Oct 05
2
Dialing a # in phone number?
Hi,
I have not been successful in working out how to dial a # within a phone
number. EG:
exten => _12345,1,Dial(Zap/1/0868563823#,5,t)
or
exten => _08XXXXXXXX,1,Dial(Zap/1/${EXTEN}#)
I'm trying to append a # character so that I can use a cellsocket
(mobile phone to pots adapter) connected to an x100p. I think that
asterisk is simply ignoring the # character. The docs on the Dial
command dont mention any special characters. I'd say someone...
2004 Oct 04
0
Appending a # to a dial-out number
...you need to dial a trailing # which makes the cellsocket
"press" the send button and initiate the call.
What I do need to do is add a # (pound/hash) character to the end of the
outgoing number with the Dial command in extensions.conf. The following
DOESN'T seem to work:
exten => _08XXXXXXXX,1,Dial(Zap/1/${EXTEN}#)
(Here in Ireland all mobile numbers start with 08 and then there are a
following 8 digits). As you can see I was chancing my arm putting a #
character in there just after the mobile number. I've looked a the docs
for the Dial command but I can't find anything abou...