Displaying 5 results from an estimated 5 matches for "_60xx".
Did you mean:
_10xx
2012 Jun 25
1
IAX Trunk issue.
...=no
secret=password
host=172.16.200.212
context=internal_users
auth=plaintext
disallow=all
;allow=ulaw
;allow=alaw
allow=gsm
Asterisk-2
IP Address 172.16.200.212
sip.conf
[5000]
type=friend
context=phones
host=dynamic
disallow=all
allow=ulaw
secret=xxxxxxx
extensions.conf
[phones]
exten => _60XX,1,Dial(IAX2/trunk-1)
exten => _X.,1,Dial(IAX2/trunk-1)
exten => 5000,1,Dial(SIP/${EXTEN})
exten => 5000,n,Hangup
same => n,Hangup()
exten => 5099,1,Playback(tt-monkeys)
exten => 5099,n,HangUp
iax.conf
[trunk-1]
type=friend
username=trunk-1
trunk=yes
requiretoken=no
secret=passwo...
2003 Jun 11
4
some sip questions AGAIN
I write the email again, the third time!!, cause the other two ones, I have
had problems while sending them. I hope this time it works. Here is the
email again:
Hi (and sorry) everybody
I'm starting with SIP and I wanted to ask some questions, perhaps silly
ones, but I hope people can answer me!
1) Which codecs may I use? I want the SIP phones to call to the PSTN
above all, but I have
2019 Mar 10
4
internal call record
Hello
Mynum: 6001 , Othernum: 6002.
I can record as follows. But I do not enter individual records for each internal
required. I want to do it more smoothly with a Macro.
Thanks.
exten => _6001,1,NoOp()
exten => _6001,n,MixMonitor(${UNIQUEID}.wav,ab)
exten => _6001,n,Dial(SIP/6001,20)
exten => _6001,n,StopMixMonitor()
exten => _6001,n,Hangup()
On Sat, Mar 9, 2019 at 6:50 PM
2012 Jun 29
0
IAX Trunk issue. (Dale Noll
...lso dials the s extension.
>
> I only placed the s extension in the dial plan to verify that the traffic was going across the IAX trunk and hitting the correct context.
>
> Any help would be greatly appreciated.
>
> Thanks Mitch
>
>
>
> [phones]
> exten => _60XX,1,Dial(IAX2/trunk-1)
> exten => _X.,1,Dial(IAX2/trunk-1)
> exten => 5000,1,Dial(SIP/${EXTEN})
> exten => 5000,n,Hangup
> same => n,Hangup()
> exten => 5099,1,Playback(tt-monkeys)
> exten => 5099,n,HangUp
You are not telling asterisk-1 where you want the cal...
2007 May 17
5
DUNDi configuration problem
...iv-via-pstn
[dundi-priv-switch]
switch => DUNDi/priv
[dundi-priv-lookup]
include => dundi-priv-local
include => dundi-priv-switch
[macro-dundi-priv]
exten => s,1,Goto(${ARG1},1)
include => dundi-priv-lookup
;;;;;;;;;;;;;;;;DUNDI CONFIG;;;;;;;;;;;;;;;;;;;;;;;;;
; Dundi
exten => _60XX,1,Macro(dundi-priv,${EXTEN})
[testeke]
exten => 5000,1,Dial(SIP/5000)
exten => 5001,1,Dial(SIP/5001)
=========================
== MACHINE 2: 192.168.1.69 ==
=========================
DUNDI.CONF
---------------------
[general]
bindaddr=0.0.0.0
port=4520
entityid=00:07:95:BD:F1:FF
cacheti...