Displaying 5 results from an estimated 5 matches for "_00n".
Did you mean:
100n
2003 Jul 05
2
Please help -- Syntax for dialing VoIP provider
...Refresh State
63.214.186.6:5060 myusername 120 Registered
sip debug also confirms successful registration.
I wonder what the syntax is to dial a number via a VoIP provider. This
appears to be documented NOWHERE.
I tried this:
; International long distance through VoIP service
;
exten => _00N.,1,Dial,SIP/${EXTEN:2}@calamar0.nikotel.com,tr
exten => _00N.,2,Congestion
and sip debug tells me that the account doesn't match the one on record,
whatever that means.
I tried this:
; International long distance through VoIP service
;
exten => _00N.,1,Dial,SIP/myusername@calamar0.nik...
2003 Jul 07
0
Follow-up -- Using Asterisk with Nikotel
...ry code (here Japan)
PSTN => Zap/1 ; incoming NTT line
REDPHONE => Zap/2 ; internal analog line
FAXPHONE => Zap/3 ; internal fax line
IPPHONE1 => SIP/Sip1 ; IP phone #1
IPPHONE2 => SIP/Sip2 ; IP phone #2
; International long distance through VoIP service
;
[voipintl]
exten => _00N.,1,Dial(SIP/${EXTEN:2}@nikotel,60,r)
exten => _00N.,2,Congestion
[voipnatl]
;
; National long distance and local throuh VoIP service
;
exten => _0N.,1,Dial(SIP/${CC}${EXTEN:1}@nikotel,60,r)
exten => _0N.,2,Congestion
[international]
include => voipintl
[national]
include => voipna...
2003 Nov 23
1
SIP Asterisk -> Nikotel disconnects after 1 Minute
...so tried the register without /500 because there are no calls routed
inwards via nikotel and configured the type type=peer. Additionally I
tried to set auth=md5 and left off the qualify parameter. But it
changed nothing.
In the extension file i use:
[chabrol]
include => internal
exten => _00N.,1,Dial(SIP/${EXTEN:2}@nikotel)
Any ideas?
Best regards,
Daniel
2003 Apr 07
3
isdn config
Hello,
i have asterisk with 2 internal isdn cards - handled by isdn4linux and i
need to setup whol system like this
route some call beggins with 0 or 00 - long distance through first card,
route calls to mobile network via second card ( tehere is isdn gsm
gateway connected).how i can do this using only isdn4linux (/dev/ttyi) ?
regards
Marian
--
SUNTEQ s. r. o.
Bojnicka cesta 35 # Prievidza
2005 Mar 20
0
rejected calls
...gt; _0800.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0900.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _01.,1,Dial(SIP/${EXTEN}@out_sipgate,60,+)
exten => _0N.,1,Dial(SIP/01149${EXTEN:1}@out_broadvoice,60,+)
exten => _001.,1,Dial(SIP/${EXTEN:3}@out_broadvoice,60,+)
exten => _00N.,1,Dial(SIP/011${EXTEN:2}@out_broadvoice,60,+)
exten => _.,2,congestion()
exten => _.,102,busy()
[from_sipgate]
exten => 1724173,1,Dial(SIP/1@1&SIP/2@2,30)
exten => 1724173,2,Hangup
[from_broadvoice]
exten => 2122020683,1,Dial(SIP/1@1&SIP/2@2,30)
exten => 2122020683,2,Ha...