salah.elharit200 at gm... Guest
|
Posted: Fri Dec 27, 2013 12:00 pm Post subject: [asterisk-users] go to context from server 1 to server 2 |
|
|
hello list
i have create i trunk Sip between 2 servers in the same network
when i call a number (inbound calls) in the first server i can forward this number to my sip 222 in the second server
exten => 0522xxxxxx,1,Dial(SIP/222@trunk_created,30)
my question if there is any possibility to GOTO a context in the second server after like below
exten => 0522xxxxxx,1,Dial(SIP/222@ trunk_created,30)
same => 0522xxxxxx,n,GoTo (context in the second server)
thanks and regards |
|