Displaying 4 results from an estimated 4 matches for "destination_numb".
Did you mean:
destination_number
2018 Apr 10
2
withheld caller id
...my caller id. so when i place a call from this
dongle, it will send on the other end *blocked number* or *withheld*. The
carrier restricts (call by call) the caller ID if i send #31# before the
number (that works if i place the sim in my mobile)*. *i did try to the
following from zoiper
9*+*#31#*+*destination_number. Unfortunately, zoiper did stop on 9#31# and
it dialled one of my recent numbers. The same result happened with other
softphone clients.
I would like to restrict my callerID when placing calls from this dongle,
so i would like your help please.
-------------- next part --------------
An HTML atta...
2004 Sep 20
0
Manager redirect action does not appear to work in some cases.
...ons is to play a recording to a caller depending on what the user is
currently doing, eg. on the phone, not at work, and so on.
My setup is similar to this:
[local_extensions]
exten = _XXX,1,Macro(internal_call,${EXTEN})
[macro-internal_call]
exten = s,1,Answer
exten = s,2,SetVar(destination_number=${ARG1})
exten = s,3,UserEvent(InternalOriginate)
My service program connects to the manager API and waits for
InternalOriginate events. When it sees one, it reads the destination
number from the channel variable via the Getvar action, then looks at
it's session information to determi...
2018 Apr 10
2
withheld caller id
...e sim to an ordinary mobile phone and dialed #31# and the number, then
the call progressed fine and it restricted the number.
What am i doing wrong in asterisk?
On Tue, Apr 10, 2018 at 11:43 AM, <ka at mayten.sch.bme.hu> wrote:
> On 2018-04-10 08:46, Atux Atux wrote:
>
>> 9+#31#+destination_number. Unfortunately, zoiper did stop on 9#31# and
>> it dialled one of my recent numbers. The same result happened with
>>
>
> haven't used zoiper at all, so can't comment on its features of parsing
> numbers. I'd recommend 'hiding' this function or making it...
2008 Jul 08
8
POST instead of GET gives 404 (newbie)
...lt;document type="freeswitch/xml">
<section name="dialplan" description="FreeSwitch dialplan for
DoneRight">
<context name="default">
<extension name="test123">
<condition field="destination_number" expression="^.*
$">
<action application="bridge" data="sofia/gateway/
doneright/404"/>
</condition>
</extension>
</context>
</section>
</document>
However, the...