Displaying 7 results from an estimated 7 matches for "trunk_3".
Did you mean:
trunk_1
2007 Sep 13
1
Problems with two trunks
...= no
registersip = yes
canreinvite = no
nat = no
dtmfmode = rfc2833
vmsecret = 1234
;some PSTNS
[trunk_2]
callerid = asreceived
context = DID_trunk_2
group = 2
hasexten = no
hasiax = no
hassip = no
trunkname = Ports 1,2,3,4
trunkstyle = analog
zapchan = 1,2,3,4
;my IP trunk
[trunk_3]
allow = all
context = DID_trunk_3
dialformat = ${EXTEN:1}
hasexten = no
hasiax = no
hassip = yes
host = gw02.mytel.net.au
port = 5060
registeriax = no
registersip = yes
secret = XXXXXXXX
trunkname = Custom - MyTel2
trunkstyle = customvoip
username = XXXXXXXX
type = friend
nat = yes...
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D =
31999)
-- Remote UNIX connection
Verbosity is at least 8
-- Executing [00425298582 at numberplan-custom-1:1]
Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new
stack
-- Executing [s at macro-trunkdial:1] Dial("SIP/8001-b7d0bb20",
"SIP/trunk_3/0425298582") in new stack
-- Called trunk_3/0425298582
[Sep 13 20:42:16] WARNING[32011]: chan_sip.c:12016
handle_response_invite: Received response: "Forbi...
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D =
31999)
-- Remote UNIX connection
Verbosity is at least 8
-- Executing [00425298582 at numberplan-custom-1:1]
Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new
stack
-- Executing [s at macro-trunkdial:1] Dial("SIP/8001-b7d0bb20",
"SIP/trunk_3/0425298582") in new stack
-- Called trunk_3/0425298582
[Sep 13 20:42:16] WARNING[32011]: chan_sip.c:12016
handle_response_invite: Received response: "Forbi...
2007 Sep 10
2
Failover SIP logic
...a busy SIP trunk(I only allow 1 call per trunk) and roll over to a second or third depending on that busy status
Here's what I've got for a macro thusfar, but it's not working(fails if the 1st trunk is busy)
extensions.conf:
[globals]
trunk_1 => SIP/trunk1
trunk_2 => SIP/trunk2
trunk_3 => SIP/trunk3
[macro-trunkdial]
exten => s,1,Dial(${trunk_1}/${ARG1})
exten => s,2,Hangup()
exten => s,102,Dial(${trunk_2}/${ARG1})
exten => s,103,Hangup()
exten => s,203,Dial(${trunk_3}/${ARG1})
exten => s,204,Hangup()
[from-internal]
exten => _NXXNXXXXXX,1,Macro(trunkdia...
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D =
31999)
-- Remote UNIX connection
Verbosity is at least 8
-- Executing [00425298582 at numberplan-custom-1:1]
Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new
stack
-- Executing [s at macro-trunkdial:1] Dial("SIP/8001-b7d0bb20",
"SIP/trunk_3/0425298582") in new stack
-- Called trunk_3/0425298582
[Sep 13 20:42:16] WARNING[32011]: chan_sip.c:12016
handle_response_invite: Received response: "Forbi...
2007 Jul 12
0
No subject
Connected to Asterisk 1.4.11 currently running on asterisk (pid =3D =
31999)
-- Remote UNIX connection
Verbosity is at least 8
-- Executing [00425298582 at numberplan-custom-1:1]
Macro("SIP/8001-b7d0bb20", "trunkdial|SIP/trunk_3/0425298582") in new
stack
-- Executing [s at macro-trunkdial:1] Dial("SIP/8001-b7d0bb20",
"SIP/trunk_3/0425298582") in new stack
-- Called trunk_3/0425298582
[Sep 13 20:42:16] WARNING[32011]: chan_sip.c:12016
handle_response_invite: Received response: "Forbi...
2007 Sep 13
2
FW: Problems with two trunks
...= no
registersip = yes
canreinvite = no
nat = no
dtmfmode = rfc2833
vmsecret = 1234
;some PSTNS
[trunk_2]
callerid = asreceived
context = DID_trunk_2
group = 2
hasexten = no
hasiax = no
hassip = no
trunkname = Ports 1,2,3,4
trunkstyle = analog
zapchan = 1,2,3,4
;my IP trunk
[trunk_3]
allow = all
context = DID_trunk_3
dialformat = ${EXTEN:1}
hasexten = no
hasiax = no
hassip = yes
host = gw02.mytel.net.au
port = 5060
registeriax = no
registersip = yes
secret = XXXXXXXX
trunkname = Custom - MyTel2
trunkstyle = customvoip
username = XXXXXXXX
type = friend
nat = yes...