Nextiva is a cloud based VoIP phone system, hosting lots of small and medium sized businesses nationwide. the provides
UNLIMITED business calling for only $19.95 a month!!
Click here for the detail about this promotion!!
Hello,
there my ST-100 unfortunately only one account to administer knows I a Asterisk Proxy furnished itself. There I already successfully to Sipgate and Nikotel configured, dh.
1) I give a fixed net number over sipgate am directly rausgewhlt.
2) *9< number> explicitly sipgate *8 number< selects> selects explicitly nikotel.
3) Detailed calls over Sipgate are also signaled at the telephone. A Nikotelnummer do not have I.
So far so well. In addition, now wants to make still for web.de.
In addition I for the detailed calls registered.
//sip.conf
register => login

ass@ sip.web.de/web-de-incomming
//extension.conf
exten => Web de incomming, 1, dial (SIP/mich)
Functions, but which Mach I for the outgoing discussions?
That here does not function already times:
exten => _*700X., 1, dial (SIP/$ {EXTEN: 2} @sip.web.de, 60, trg)
exten => _*70X., 1, dial (SIP/0049$ {EXTEN: 3} @sip.web.de, 60, trg)
exten => _*7X., 1, dial (SIP/0049721$ {EXTEN: 2} @sip.web.de, 60, trg)
and/or exactly equivalent to Sipgate:
exten => _*7X., 1, SetCallerId, login
exten => _*700X., 2, dial (SIP/$ {EXTEN: 2} @sip.web.de, 60, trg)
exten => _*70X., 2, dial (SIP/0049$ {EXTEN: 3} @sip.web.de, 60, trg)
exten => _*7X., 2, dial (SIP/0049721$ {EXTEN: 2} @sip.web.de, 60, trg)
exten => _7X., 3, Hangup
does not go also. My last attempt was then:
exten => _*700X., 1, dial (SIP/$ {EXTEN: 2} @web-de-out, 60, trg)
exten => _*70X., 1, dial (SIP/0049$ {EXTEN: 3} @web-de-out, 60, trg)
exten => _*7X., 1, dial (SIP/0049721$ {EXTEN: 2} @web-de-out, 60, trg)
and then in sip.conf
[Web de out]
secret=pass
username=login
fromuser=login
more type=peer
goes also, whereby there even detailed calls do not go any longer.
Any Ideas? I use Asterisk only since yesterday, therefore have indulgence.
Greeting,
Rear one,
then answer I mean question, perhaps interests it someone…
Quotation:
Quotation of sezuan
(… wrong complained…)
exten => _*700X., 1, dial (SIP/$ {EXTEN: 2} @web-de-out, 60, trg)
exten => _*70X., 1, dial (SIP/0049$ {EXTEN: 3} @web-de-out, 60, trg)
exten => _*7X., 1, dial (SIP/0049721$ {EXTEN: 2} @web-de-out, 60, trg)
and then in sip.conf
[Web de out]
secret=pass
username=login
fromuser=login
fromdomain=web.de <-- That seems to help. Otherwise there are 500 Internal an error of web.de
more type=peer
|
See in addition deeper also a few Threads:
http://www.ip-phone-forum.de/forum/viewtopic.php?t=9956