Displaying 7 results from an estimated 7 matches for "calamar0".
Did you mean:
calamari
2005 Jan 10
2
Some questions (maybe Nikotel related)
...and sends a "Call leg
or transaction does not exist". Is this a bug or intended behaviour?
- No internal Nikotel call (phone number beginning with 99) reaches my
friends (which have similar sip.conf and extensions.conf). Somewhere I
read that the section must be named like the host "calamar0.nikotel.com"
so that asterisk finds it. It didn't help. Did someone manage to get
this working?
Attached are my sip.conf and my extensions.conf
Greetings
Christian Peter
##################################
SIP CONF:
[general]
port=5060
bindaddr=0.0.0.0
context=default
videosupport=no
u...
2003 Jul 05
2
Please help -- Syntax for dialing VoIP provider
...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.nikotel.com/${EXTEN:2},tr
exten =&g...
2003 Jul 03
0
How do I make Asterisk login at/use VoIP provider?
...er (for now) and I would like to
configure Asterisk to sign on with Nikotel so that I can use the
telephones connected to Asterisk to make calls using the Nikotel service.
Checking the preferences in Nikotel's softphone to get a clue for what
the settings are, here is what I found:
Server: calamar0.nikotel.com
Service: nikotel.com
I assume that I have to use one of these in sip.conf with the register
directive, but which one?
Further, if my username at Nikotel is "fred", where do I specify this?
Do I specify
register => fred@calamar0.nikotel.com
or
register => fred@niko...
2005 Mar 04
2
budgetphone
...d = no
;progressinband=no
useragent=Asterisk
nat=no
externip=XXX.XXX.XXX.XXX
localnet=192.168.2.0/255.255.255.0
promiscredir = no
register => 7304502:my_sipgate_pass@sipgate.de/7304502
register => 31557110304:my_budgetphone_pass@budgetphone.nl/557110304
register => mvanbaak:my_nikotel_pass@calamar0.nikotel.com
[7304502]
type=friend
context=from-sipgate
host=sipgate.de
username=7304502
secret=my_sipgate_pass
nat=yes
canreinvite=no
insecure=very
[31557110304]
type=friend
context=from-budgetphone
host=sip.budgetphone.nl
username=31557110304
secret=my_budgetphone_pass
qualify=yes
nat=yes
canrei...
2003 Jul 07
0
Follow-up -- Using Asterisk with Nikotel
...a first draft, I will amend this further, in particular the
"verify and debug" section which is blank right now.
here is a plain text summary:
in sip.conf ...
------------------------------------------------------
; SIP Registration with Nikotel
;
register => myusername:mypassword@calamar0.nikotel.com
; SIP peer definition
;
[nikotel]
type=friend
secret=mypassword
auth=md5
username=myusername
fromuser=myusername ; IMPORTANT! Nikotel requires this!
host=calamar0.nikotel.com
------------------------------------------------------
in extensions.conf
-----------------------------------...
2003 Nov 23
1
SIP Asterisk -> Nikotel disconnects after 1 Minute
...sic) phone calls via nikotel (www.nikotel.com). I can talk about 1
minute and get then disconnected. Here my current configuration parts
which affect nikotel:
register => chabrol:PASSWORD_REMOVED@nikotel/500
[nikotel]
type=friend
secret=PASSWORD_REMOVED
username=chabrol
fromuser=chabrol
host=calamar0.nikotel.com
qualify=1000
context=internal
I also 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 us...
2005 Aug 17
0
Nikotel issues
.... I had the same problem yesterday. Is
there a fix? There was only a "giving up" statement after the last e-mail in
the archive, I'm about to do that too.
Here's my sip.conf entry for Nikotel (left out the register stuff 'cause it's
working):
[nikotel]
type=friend
host=calamar0.nikotel.com
username=user
secret=pass
fromuser=user
fromdomain=nikotel.com
qualify=yes
context=nikotel-incoming
insecure=very
canreinvite=no
promiscredir=yes
diallow=all
allow=alaw
allow=ulaw
allow=gsm
extension.conf:
[nikotel-incoming]
exten => 3740525,1,NoOp(Invoming call via nikotel-us)
ext...