Displaying 2 results from an estimated 2 matches for "to_serverb".
Did you mean:
to_server
2010 Apr 27
2
Connect 2 asterisks servers
Hi!
I need some help
Well i have this cenario:
1 ip04 running asterisk [A]
1 pc running asterisk [B]
I nedd to make calls from A to B, and B to A. Via sip
The A-B calls are working. Now I need to configure the dial plan to call B-A
either to sip numbers and Fxs.
Anyone can help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 27
0
Auto Dial problem!
...name=from_serverB
fromdomain=domainB
fromuser=from_serverB
host=server_A_IP
secret=xxxx
insecure=very
nat=no
test.call
Channel: SIP/to_serverA/99123456
WaitTime: 30
RetryTime: 2
MaxRetries: 2
Context:autodial
Extension:99123456
Priority:1
In plain words, I want to call server A using channel to_serverB.
Server A conf:
sip.conf
[from_serverB]
type=friend
secret=xxxx
host=dynamic
insecure=very
context=autodial
nat=no
extensions.conf
[autodial]
exten => s,1,Answer()
exten => s,2,Playback(dir-intro)
exten => s,3,Playback(vm-goodbye)
exten => s,4,Hangup()
;and tried also to substi...