Displaying 3 results from an estimated 3 matches for "ast0".
Did you mean:
ast
2005 Mar 07
0
iax2 setvars help needed
I'm trying to pass a variable between servers using "setvar" in iax.conf.
I have a box (ts2) with a t100p in it. It answers the call and dials
another box (ast0) via IAX. I want to pass a variable along with the call
from ts2 to ast0.
I'm running CVS-HEAD-03/07/05 on ts2 and ast0.
ts2's iax.conf:
[general]
disallow = all
allow = ulaw
[ast0]
host...
2009 Jan 08
0
SIP message routed back to mysql
...f211
To: <sip:055555500011 at test.domain.tld>
Contact: <sip:05555550002 at a.b.c.151>
Call-ID: 4218d05b096c3b45278f73e8146561f7 at test.domain.tld
CSeq: 102 INVITE
Content-Type: application/sdp
Content-Length: 291
[...] Authentication skiped
---
-- Called 055555500011 at faxclient
ast0-1*CLI>
<--- SIP read from UDP://a.b.c.131:5060 --->
SIP/2.0 100 trying -- your call is important to us
Via: SIP/2.0/UDP a.b.c.151:5060;branch=z9hG4bK03b59a6e;rport=5060
From: "+43555666" <sip:05555550002 at test.domain.tld>;tag=as3077f211
To: <sip:055555500011 at test.do...
2005 May 09
1
Asterisk + SER and NAT
...# After the dest IP has been put in the message the servers will
follow it on their own.
if(method == "INVITE")
{
# If it came from Asterisk send it to a Quintum for final
routing if it can't be looked up
# As of now its ast0 and ast1 which are 222.222.222.222
and 333.333.333.333 which fall within this subnet
if(src_ip == 192.168.0.145)
{
xlog("L_INFO", "%rm came from Asterisk server %is,
URI = %ru");
# native SIP...