Close but not quite. Try below:
 
1. Setup sip.conf in the remote server to direct the call to the correct context
    [incoming]
    host=(xxx.yyy.zzz.xxx) IP of the sending server
    type=friend
    context=(context that is holding the exten for the user)
    allow=ulaw
 
2. Setup extensions.conf on the remote server like so:
    exten => 33347563,1,Dial,SIP/user
 
3. Setup extensions.conf on the forwarding server like so:
    exten => 3347563,1,Dial,SIP/[EMAIL PROTECTED]
 
bp
 
On 6/21/06, nik600 <[EMAIL PROTECTED]> wrote:
Hi

i will forward a call to a remote server (only for one account)

is this sintax correct?

exten => 33347563,1,Dial(SIP/[EMAIL PROTECTED])

thanks
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to