Hello all,
I am in need of your help. i want to connect two asterisk servers having two extensions each so that extensions on serverA can call extensions on ServerB but i cant do it.
I found this on forums
;Server1
;extensions.conf
— in which context should i write it?
exten => _1XX,1,Dial(SIP/1-sip-trunk/${EXTEN}) ---- what should i type in here???
exten => _1XX,2,Hangup()
;sip.conf
[1-sip-trunk] ;extesions starting with 1
type=peer
context=internal
host=192.168.6.10 — is this serverA’s Ip or ServerB’s
disallow=all
allow=g729
canreinvite=yes
qualify=no
;sip.conf
[2-sip-trunk] ;extesions starting with 1
type=peer
context=internal
host=192.168.4.10 — which server’s ip will be tuned here?
disallow=all
allow=g729
canreinvite=yes
qualify=no
please help as soon as possible… and explain clearly i m a newbie
sorry i cudnt manage to call u yesterday…
here is my complete coding…please point errors
Zoiper display the message “no route to destination” when I dial test3 or test4 from server A
now my target is to transfer an icoming call on server A through pstn to server B and from server B i want to transfer that call to my cell number or another number. Can u help me in this?
Ok, Thats Great.
For connecting call to your cell phone you shoul have FXO card. FXO card which you plug into your system and then plug your telephone line into that card. Search the intenet for FXO cards and you will find alot.
Regards