From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ruddy Gbaguidi
Sent: Saturday, June 11, 2011 3:42 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Full SIP dial string
Hi All
I want to be able to read some sip informations (from a database) like
username, password, host and extension number and place a Dial from
asterisk.
So basicly, I want to dial sip extensions without modifying sip.conf each
time.
I don't know, in the dialplan, what the dial string should look like.
I tried
SIP/<username>:<password>@<host>/<exten>
without success
Can you help ?
Thanks
-----------------------
Try SIP/<exten>@<host>
William Stillwell