Displaying 4 results from an estimated 4 matches for "_06".
Did you mean:
06
2009 Jun 22
2
Realtime extensions
Hi
I am having a problem with extension matching in asterisk (I am using
asterisk 1.6.0.6). Is there a difference between extensions matching
in realtime architecture and extensions matching in extensions.conf
file.
For example when I have these two extensions:
-- _0699[134]XXXXX
-- _06[069]XXXXXXX
that are in the database and number 0699123123 comes in asterisk will
always choose exten _06[069]XXXXXXX
and when they are in the extensions.conf file asterisk always choose
exten _0699[134]XXXXX.
My question is why? Is it my misconfiguration or that's how it w...
2005 Sep 23
1
dial (iax/X&sip/y) get y fraction earlier
Hello
I like to call to 2 providers
provider X = IAX
provider Y = SIP
exten => _06.,1,Dial(IAX2/X/${EXTEN},30,r)&(SIP/${EXTEN}@Y.Y.Y.Y)
exten => _06.,2,Hangup
Provider X is working but provider Y never shows up.
What's wrong ??
How can I get provider Y working a fraction earlier the provider X
Thanks
Sjaak
2018 Apr 10
2
withheld caller id
Hi. I am running asterisk 11 and i have usb 3g dongles to make my gsm calls
with the following config in extensions.conf
exten => _9X.,1,Dial(Dongle/dongle800/${EXTEN:1},120,KT)
exten => _9X.,n,Hangup(${HANGUPCAUSE})
By dialing 9 it opens the dongle to make a call.
I would like to restrict my caller id. so when i place a call from this
dongle, it will send on the other end *blocked number*
2018 Apr 10
2
withheld caller id
...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 transparent to
> the end user by using something like this:
>
> exten => _06[237]0NXXXXXX!,100,Dial(SIP/${OUTGOING_PROVIDER}/*31#0036
> ${EXTEN:2},55)
>
> where ${OUTGOING_PROVIDER} is set by a macro previously, and *31# i
> believe is the caller ID set visible. I have used it with #31# as well but
> the customer requirements have changed and they now want t...