返回列表 發帖
You are right. It looks like the registration got time-out error.

I am not sure what's up...

TOP

本帖最後由 Qnewbie 於 2011-1-19 00:09 編輯

It DOES require File Editor to change:
users.conf里的ET263,把registersip=yes改为registersip=no
Now it does not pop-up time-out warning but unregistered

TOP

本帖最後由 Qnewbie 於 2011-1-19 18:24 編輯

回復 291# ckleea


Thanks CK C-hing.

A note for C-hing's method:

1. Normally http.conf
default is bindport=8888
However, we can access it thru port 80.
2. Change the default admin to your "favoritename" in manager.conf, just find&replace [admin] to [favoritename].
3. It is common sense.
4. I do not change 5060&10000-20000. Should be able to change it in sip.conf & rtp.conf.

Iptables in switchfin seems to be a cut version of iptables(or the kernal?). Some commands, like block ip range, is unavailable

TOP

Tested with siptosis, it is annoying with

[Jan 19 17:17:37] NOTICE[375]: chan_sip.c:8073 sip_reg_timeout:    -- Registration for 'skypetester@dynamic' timed out, trying again (Attempt #28)
[Jan 19 17:17:37] WARNING[375]: chan_sip.c:3089 create_addr: No such host: dynamic
[Jan 19 17:17:37] WARNING[375]: chan_sip.c:8156 transmit_register: Probably a DNS error for registration to skypetester@dynamic, trying REGISTER again (after 20 seconds)

The trunk setting is following:
Type: SIP
Provider name: siptosis
Hostname: dynamic
Username&Authname&Fromuser: skypetester
Fromdomain:
Password: XXXXXXX

Any hints?

TOP

回復 298# ckleea


The setup on the Skype side remains the same as it has been set up and run smoothly with asterisk 1.6.2 on ATOM PC.

Now I want to shift to IP01, but I encounter this kind of problem(ET263 is almost the same but I do not use et263 anymore for top up problem). It seems the asterisk has been trimmed in IP01 also(have to say, the asterisk 1.2 to my old TS1-101 did NOT have such problem for SIP registrations).

TOP

It is unperfect(unregistered shows in IP01's homepage) but the call thru skype works
Settings in IP01:
[siptosis]
context = DID_siptosis
host = dynamic
username = skypetester
authuser = skypetester
fromuser = skypetester
fromdomain = asterisk
secret = XXXXXX
insecure = very
contact =
port = 5070
qualify = 2000
trunkname = siptosis
hasiax = no
registeriax = no
hassip = yes
registersip = no
trunkstyle = voip
hasexten = no
disallow = all
allow = all

TOP

回復 302# ckleea

It shows OK as I type in sip show peers. But it seems that this command was not reliable.

Anyway, as you said, better it works.

Now it is the et263's turn.

TOP

My setting is the same as bubblestar. In my case, the DDNS update is done by the router.

Rules are set for VOIP for IP01 as the internal IP01 address is static, set by the IP01.

TOP

There are too many GREAT packages, like inadyn, perl, iptables, curl...

Of coz, the limited memory size

TOP

I wondering if the settings for analog trunk need fine tuning.

My analog trunk didn't hang up after my phone hang up. It turned out that hangup after polarity switch needed to be set yes to solve the problem.

TOP

回復 387# bubblestar


    I DID change the DTMF setting before I change polarity switch option, which becomes "common sense" in ATA settings.

TOP

Have anyone tried to use the meetme function in IP01 or know how to use the manage api?

TOP

Have someone add his/her own app(s) to switchfin?

TOP

本帖最後由 Qnewbie 於 2011-2-18 01:09 編輯

回復 399# 角色

Could be found in:
http://cdn.dyndns.com/inadyn.zip

It could be done to apply the following patch under switchfin/package/inadyn:
  1. --- inadyn.mk_old        2011-02-17 17:53:01.121150579 +0100
  2. +++ inadyn.mk        2011-02-17 17:54:25.732397594 +0100
  3. @@ -5,9 +5,8 @@
  4. # Copyright @ 2010 SwitchFin <dpn@switchfin.org>
  5. #########################################################

  6. -INADYN_SITE=http://www.inatech.eu/inadyn
  7. -INADYN_VERSION=1.96.2
  8. -INADYN_SOURCE=inadyn.v$(INADYN_VERSION).zip
  9. +INADYN_SITE=http://cdn.dyndns.com
  10. +INADYN_SOURCE=inadyn.zip
  11. INADYN_CROSS_COMPILE_PATCH=inadyn.patch
  12. INADYN_DIR_BASENAME=inadyn
  13. INADYN_DIR=$(BUILD_DIR)/$(INADYN_DIR_BASENAME)
複製代碼
Save the code as inadynsource.patch and patch the inadyn.mk with command like:
  1. patch /path/to/file /path/to/patchfile.patch
複製代碼

TOP

Unable to compile the image file:
  1. /usr/src/switchfin/build_ip01/uClinux-dist/user/genext2fs/build-host/genext2fs: couldn't allocate a block (no free space)
  2. make[4]: *** [image.rootfs.ext2.force] Error 1
  3. make[4]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist/vendors/Rowetel/IP01'
  4. make[3]: *** [image] Error 2
  5. make[3]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist/vendors/Rowetel/IP01'
  6. make[2]: *** [image] Error 2
  7. make[2]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist/vendors'
  8. make[1]: *** [image] Error 2
  9. make[1]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist'
  10. make: *** [uClinux] Error 2
複製代碼
no free space

TOP

返回列表