Hi All, I'm trying to get the user:pass embedded in a SIP Dial string instead of calling a SIPuser in sip.conf:
Regular way, exten => 1234,1,Dial(SIP/[EMAIL PROTECTED]|30|) Where the 'sipuser' is a context on sip.conf [sipuser] fromuser=sipuser What I would like to do is embed the username:password in the Dial string, something like this: exten => 1234,1,Dial(SIP/[EMAIL PROTECTED]:[EMAIL PROTECTED]|30|) doesn't work though, can't create sip channel. I'm not sure if this can be done? Any guidance will be appreciated. JR -- --------------------- JR Richardson Engineering for the Masses _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
