Displaying 2 results from an estimated 2 matches for "iptelusername".
2004 May 25
1
(no subject)
...of the wiki and other examples of connecting to iptel's sip express router using asterisk pbx so i can understand better the call processing ..
given the example i work from on john todd's www.loligo.com site ;
exten => _3.,1,SetCallerID(${IPTELUSERID})
exten => _3.,2,SetCIDname(${IPTELUSERNAME})
exten => _3.,3,Dial(SIP/${EXTEN:1}@iptel)
exten => _3.,4,Playback(invalid)
exten => _3.,5,Hangup
are the first two statements mandatory to connection to iptel.org ??
i understand the dial plan of any numbers prefixed by 3 are interpreted as iptel extensions, and that the third extensi...
2004 May 25
1
using asterisk with iptel addreses
...of the
wiki and other examples of connecting to iptel's sip express router using
asterisk pbx so i can understand better the call processing ..
given the example i work from on john todd's www.loligo.com site ;
exten => _3.,1,SetCallerID(${IPTELUSERID})
exten => _3.,2,SetCIDname(${IPTELUSERNAME})
exten => _3.,3,Dial(SIP/${EXTEN:1}@iptel)
exten => _3.,4,Playback(invalid)
exten => _3.,5,Hangup
are the first two statements mandatory to connection to iptel.org ??
i understand the dial plan of any numbers prefixed by 3 are interpreted as
iptel extensions, and that the third extensio...