[Asterisk-Users] Outgoing SIP trunk
John Brown
jmbrown at chagresventures.com
Sun Sep 14 21:10:12 MST 2003
Hi Juan,
basicly you would have the * system "call" the SIP channel
exten => _91800XXXXXXX,1,Dial(SIP/${EXTEN:1}@fwd)
in your extensions.conf file would cause AST to dial via SIP
the number I dialed by using fwd
in my sip.conf
[fwd]
type=friend
secret=<MY PASSWORD>
username=<MY USERNAME>
host=fwd.pulver.com
context=fwd-in
hope this helps
On Sun, Sep 14, 2003 at 10:39:18PM -0400, Juan J. Sierralta P. wrote:
> Hi,
>
> I´m new to Asterisk. What I´m trying to set up is to use SER as a SIP
> provider for Asterisk and route all non-local calls through SER (which
> is connected to Cisco Gateways), I was able to register Asterisk on SER.
> But I don´t know how to tell Asterisk to use the SIP channels as the
> outbound trunk.
> I was able to set the Console to SIP/someuser at serdomain but I need
> Asterisk to change "someuser" with the number actually dialed by the
> local users.
> Any suggestions ?
>
> TIA
> --
> Juan J. Sierralta P. <juanjo at atmlab.utfsm.cl>
> UTFSM
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list