Displaying 1 result from an estimated 1 matches for "server_a_ip".
Did you mean:
server_01_ip
2006 Oct 27
0
Auto Dial problem!
...asterisk (called server B) to another
asterisk (server A) using SIP but I have a strange problem !
(Softphone connected to server B calling clients of server A works)
On server B, I have :
sip.conf :
[to_serverA]
type=peer
username=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=x...