;; ;; SIP Peers list generated on 2007-04-30 12:58:39 PDT ;; ;; http://www.sipbroker.com/sipcode/?format=csv ;; ;; This is an asterisk extension.conf include file for adding a ;; star-star 3-digit prefix dialing method. This allows directly ;; calling the users of cooperating SIP servers. ;; ;; Folks running asterisks that have been configured to allow incoming ;; SIP connections may want to list themselves with sipbroker at the ;; above URL. ;; ;; The EXTEN:5 strips the 5 chars of routing prefix "**123" from the ;; front and passes the base number to the remote sip server. ;; ;; The sipbroker entries themselves are a bit different. Sipbroker ;; needs to see the *123 routing entry with only one "*" in the ;; prefix. We ony strip the first "*" for these with the EXTEN:1. ;; ;; Sipura phones and ATA's might need their dial-strings changed to ;; the following in order to allow dialing the star-star pattern. ;; This dialstring also adds a minor feature where the phone will ;; generate a second (slighly different-sounding) dialtone to the user ;; after the user dials the **XXX prefix. This is meant to imitate ;; the way dialing "9" works in most office PBX's. ;; ;; (**xxx,xxxxx.|**xxx,xxx.*xxx|*xx|[2-9]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.) ;; ;; For an expaination see the bottom of this page ("Direct SIP URL ;; Peering"): ;; ;; http://www.wsrcc.com/wolfgang/phonedirectory.html ;; [to-sip-peers] ;; ;; Finally, anything left that is still unclaimed goes to sipbroker ;; also. ;; exten => _**XXX.,1,Macro(dial-outgoing-internet,SIP/${EXTEN:1}@sipbroker.com) ;; ;; end ;;