[asterisk-users] PJSIP Dial via IP fails
    Joshua Colp 
    jcolp at digium.com
       
    Thu Jun 26 05:48:30 CDT 2014
    
    
  
CDR wrote:
> Dear friends
> This is my simple dialplan
>
> [demopjsip]
> exten =>  _X.,1,Dial(PJSIP/${EXTEN}@10.10.10.2)
> exten =>  _X.,n,Hangup()
Currently the default outbound endpoint is only used for messaging. This 
may change in the future but as of right now it is not used for 
sessions. You will therefore have to explicitly specify it:
Dial(PJSIP/default_outbound_endpoint/sip:${EXTEN}@10.10.10.2)
-- 
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
    
    
More information about the asterisk-users
mailing list