[Asterisk-Users] Re: sip URL peering

Patrick asterisk at puzzled.xs4all.nl
Wed Nov 23 18:20:34 MST 2005


On Wed, 2005-11-23 at 15:18 -0800, Wolfgang S. Rupprecht wrote:
> "Wolfgang S. Rupprecht" writes:
> > If there is enough interest, maybe the greater asterisk community
> > could adopt some semi-official mapping tables.  I'd be willing to
> > periodically generate a flat mapping file and an extension.conf
> > dialplan snippet from sipbroker's list or whatever else is deemed more
> > neutral or useful if there was any interest in such.
> 
> Just to try to get the ball rolling, I put together an asterisk config
> file that allows folks to "direct dial" other open sip servers using
> the same prefix codes as sipbroker.  Sipbroker also encourages folks
> to add listings for their sip servers, so in theory everyone here
> could join in the fun.  I'll update these files periodically, so they
> should track sipbroker's web page as folks add themselves.
> 
>   http://www.wsrcc.com/wolfgang/ftp/exten-peers.conf   (asterisk conf file)
>   http://www.wsrcc.com/wolfgang/ftp/sip-peers.txt      (raw mapping file)
>   http://www.wsrcc.com/wolfgang/ftp/dial-out.conf      (dial-out macro)

Shouldn't the last line in exten-peers.conf be:
exten => _**XXX.,1,Macro(dial-outgoing,SIP/${EXTEN:5}@sipbroker.com)
                                                  ^^^
Similar to the previous line sipbroker line:
exten => _**999.,1,Macro(dial-outgoing,SIP/${EXTEN:5}@sipbroker.com)

Regards,
Patrick



More information about the asterisk-users mailing list