发帖数: 1 | 1 extensions.conf
[default]
exten => GV,1,Answer()
exten => GV,2,GotoIf($["${CALLERID(num)}" = "myphonenumber"]?3:4) 识别是
否是自己的手机号,是则运行第3步,否则运行第4步
exten => GV,3,System(cp /tmp/*.call /var/spool/asterisk/outgoing/) 激发回
拨(复制准备好的.call文件到outgoing文件下下激发回拨).
exten => GV,4,Hangup() 挂断
[GV]
exten => GV,1,wait(1)
same => n,answer()
same => n,background(ivr) 我录制的ivg.gsm语音文件(请转入要拨打的电话号码),
在/usr/share/asterisk/sounds/en 目录下
same => n,WaitExten(7) 等待7秒输入时间
exten => _NXXXXXXXXX,1,Goto(GVcall,${EXTEN},1) 当... 阅读全帖 |
|
i**w 发帖数: 883 | 2 用asterisk试了一下nonoh, Gizmo5和SipGate的SIP URI dialling,标准设置就可以了
,不需要特别的设置。 (没有voipbuster的account,不过nonoh和voipbuster是一家
的,nonoh可以的话,voipbuster应该也可以)
sip.conf
==============================================================
register => :@sip.voipbuster.com
[voipbuster]
context=answer-incoming
type=peer
host=sip.voipbuster.com
defaultuser=
secret=
nat=yes
fromdomain=sip.voipbuster.com
fromuser=
insecure... 阅读全帖 |
|
g****n 发帖数: 3313 | 3 Q1:这个应该是对方电话的一个功能,自动搜索号码所在地的信息,然后显示,你用个
CELLPHONE 试试,应该不会显示这个信息。我在GV里没看到“停止发送所在地信息”的
选项。
Q2:Does OneSuite support calling without SIP registration? If OneSuite
requires SIP registration, you won't be able to use it on a Voice Gateway.
You will also need a SIP provider provisioned on either SP1 or SP2 in order
to be able to use a SIP provider on a Voice Gateway.
Logged
daibaan
Newbie
Posts: 19
Re: Using OBi Voice Gateways with SIP Providers
« Reply #36 on: May 09, 2011, 11:55:41 AM ... 阅读全帖 |
|
p**i 发帖数: 688 | 4 今天试了ipkall to asterisk, 觉得不错, 它可以直接forward incoming PSTN call到
SIP URI,
不需要中转, 简洁有效, 不过只能用来接电话
ipkall.com (change piii.dyndns.org to the host name of the asterisk server)
Account type: SIP
SIP Phone Number: ipkall
SIP Proxy: piii.dyndns.org
users.conf
[ipkall]
type=peer
host=voiper.ipkall.com
context=ipkall-in
qualify=yes
insecure=port,invite
group = null
hasexten = yes
canreinvite = yes
extensions.conf (change Ext1-3 to the extensions you want to ring)
[ipkall-in]
exten => ... 阅读全帖 |
|
w****d 发帖数: 128 | 5 这里是所有的信息。老大看看是不是有其他的问题。
-- Executing [X***[email protected]@google-in:1] GotoIf("Gtalk/+1617XXXXXX-
a446", "0?bridged") in new stack
-- Executing [X***[email protected]@google-in:2] NoOp("Gtalk/+1617XXXXXX-a446"
, "Callerid +*********[email protected]/srvres-MTAuMjIwLjIxNy4xMzc6OTgyMA=
=") in new stack
-- Executing [X***[email protected]@google-in:3] Set("Gtalk/+1617XXXXXX-a446",
"CALLERID(num)=+1617XXXXXX") in new stack
-- Executing [X***[email protected]@google-in:4] Set("Gtalk/+1617XXXXXX-a446",
"C... 阅读全帖 |
|
k***e 发帖数: 7933 | 6 多谢。
UPD 要开几个? 我开了10000到10005,看似电话可以打,但是有如下WARNING,什么意
思?
== Using SIP RTP CoS mark 5
-- Executing [6319041662@phone:1] ExecIf("SIP/66.193.176.35-00000004", "
0?Bridge("abc"):Dial(SIP/201&SIP/203,60,D(:1))") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/201
[Apr 22 12:41:19] WARNING[2435]: app_dial.c:2274 dial_exec_full: Unable to c
reate channel of type 'SIP' (cause 20 - Unknown) |
|
w*******t 发帖数: 960 | 7 【 以下文字转载自 Prepaid 俱乐部 】
发信人: windpoint (香浓), 信区: Prepaid
标 题: 问个VOIP的问题
发信站: BBS 未名空间站 (Fri Sep 19 14:09:20 2014, 美东)
这几天在试这用yescall.info, 手机和电脑上sip软件都可以拨打,音质还可以
但是asterisk上有问题,可以resister, sip show peers看是注册上了,但是拨打的
话提示 403错误
这个站的owner是版上的,站内问了下,他说,他们用的就是sip协议,并没有做任何屏
蔽asterisk的处理
请高手帮我看看我的sip.conf设置有啥问题,同样的设置在nonoh还有另外一个sip
provider上都没问题
==================================================
[yescall]
deny=0.0.0.0/0.0.0.0
permit=192.168.1.0/255.255.255.0
alwaysauthreject=yes
qualify=yes
username=6... 阅读全帖 |
|
r****t 发帖数: 10904 | 8 高手们能帮我看看么?我现在打不出去,因为 authentication 错:
-- Executing [01186xxxxxxxxxx@from-pap2:2] Dial("SIP/pap2-00000000", "
SIP/86xxxxxxxxxx@nonoh") in new stack
== Using SIP RTP CoS mark 5
-- Called 86xxxxxxxx@nonoh
[Mar 28 01:12:25] NOTICE[21986]: chan_sip.c:17763 handle_response_invite:
Failed to authenticate on INVITE to '"pap2"
asterisk_machine>;tag=as0c374190'
-- SIP/nonoh-00000001 is circuit-busy
[nonoh]
type=peer
host=sip.nonoh.net
context=whatever
fromuser= |
|
r****t 发帖数: 10904 | 9 这儿是 turn off sip debug 以后, 用 pap2 直接拨 goog411:
pbx*CLI>
== Using SIP RTP CoS mark 5
-- Executing [18004664411@from-pap2:1] NoOp("SIP/pap2-0000003e", "
Calling via outbound-gv") in new stack
-- Executing [18004664411@from-pap2:2] Set("SIP/pap2-0000003e", "
ACCTNAME=A*****[email protected]") in new stack
-- Executing [18004664411@from-pap2:3] Set("SIP/pap2-0000003e", "
ACCTPASS=PASSWD") in new stack
-- Executing [18004664411@from-pap2:4] Set("SIP/pap2-0000003e", "
RINGBACK=17475117529 |
|
m******m 发帖数: 445 | 10 多谢。我改了jabber设置文件后出现了你之前提到的
pbx.c:3491 ast_func_read: Function DB_EXISTS not registered
pbx.c:3491 ast_func_read: Function DB not registered
所以我在modules.conf文件中加了你提到的两行
load => func_odbc.so ;NEW ADD BY MY SLET FOR THE Function DB not
load => func_db.so ;NEW ADD BY MY SLET FOR THE Function DB not
这个错误信息没了,出现了别的错误信息。现在的情况是打入不行,打出对方能听到声
音,但是这边听不
到对方的声音。
打入时的信息是:
Verbosity is at least 4
-- Executing [a*[email protected]@google-in:1] GotoIf("Gtalk/+1xxxxxxxxxx-
3729", "0?bridged") in... 阅读全帖 |
|
l***h 发帖数: 9308 | 11 不是盗打,而是电话挂断,但对方没收到挂机信号,所以就这么一直连着。
客服几次给的解释:
We didn't get SIP BYE from you, but got BYE from termination carrier one
hour later.
Do you run some SIP proxy on 76.xxx.xxx.xxx (my router IP)? It sends
incorrect BYE message and breaks SIP signaling.
The problem is in something in between your ATA and our server, it sends
incorrect SIP messages. Everything is fine when called party hangup first,
but bad things could happen if you hangup first and we don't get hangup from
termination gateway.
Seems li... 阅读全帖 |
|
d********g 发帖数: 10550 | 12 在*上把dtmfmode设成rfc2833或者inband好像都不行(sip.conf)。可以打出,但接听
键按了没有反应
Using SIP RTP CoS mark 5
-- Called SIP/danielfeng
-- SIP/danielfeng-00000000 is ringing
-- SIP/danielfeng-00000000 is ringing
-- SIP/danielfeng-00000000 answered Gtalk/+1XXXXXXXXXX-XXXX
-- Sending DTMF '1' to the calling party.
ATA客户端里设没有问题,softphone不能设 |
|
|
f****l 发帖数: 8042 | 14 用网络电话SIP,从本月初到下个月,可以免费拨打回国。到pennytel注册一下email就
可以了。
10 million free phone calls to India,China,USA,australia,UK,and more expires
1/8/2011
How to make Free Phone calls
Pennytel supports SIP phones. Therefore, if you want to use a sip client
such as fring, siphone or others you can use following information:
Proxy : sip.pennytel.com
Domain : sip.pennytel.com
Register : Yes
Codec : g729, g723
Port : 5060
your username and password is in the email you received from them. You can
also use following m... 阅读全帖 |
|
j*****u 发帖数: 546 | 15 ped建议1岁戒奶瓶,改用cup。我家宝宝现在10个月,喝水用sip cup。但是我发现sip
cup吸不干净啊,每次最后都剩好些吸不上来,要是奶的话那不是很浪费吗。
还有就是最近看到版上有讨论说sip cup对口腔肌肉发育不好,真的吗,如果是的话,
我是不是要给宝宝改用straw cup。其实刚开始给宝宝试过straw cup的,宝宝不喜欢,
后来发现他能接受sip cup就让他用sip cup了。现在在纠结是不是要强行给宝宝换
straw cup了。 |
|
i**w 发帖数: 883 | 16 只有需要receive call from sip peer的时候,才需要把sip peer register到sip.
conf
比如你想接从siggate和G5来的电话,就要把sipgate和g5都register到sip.conf
只想用nonoh打出的话,只要在externsion.conf的context里面指定Dial(SIP/${EXTEN}
@nonoh)就可以了,${EXTEN}是Asterisk的保留变量,代表你在电话机上所拨的号码。 |
|
g***s 发帖数: 3811 | 17 SIP adapter/SIP Phone和skype phone我都有。
如果就是简单的安装个话机使用,那skype phone也完全可以满足你的要求。
SIP adapter/phone的好处主要有两个:
1。可以接多个传统话机,只要买一个adapter就可以了。需要多个的话,skype需要买
多个。如果你不是用adapter,直接用的是SIP Phone,跟skype phone就一个性质。但
当然,CISCO的phone做的比skype的质量要好更专业。
2。SIP的可扩展性很好。象前面有人说的,在hacked router上安装asterisk,可以增
加无限功能。 |
|
g***s 发帖数: 3811 | 18 SIP adapter/SIP Phone和skype phone我都有。
如果就是简单的安装个话机使用,那skype phone也完全可以满足你的要求。
SIP adapter/phone的好处主要有两个:
1。可以接多个传统话机,只要买一个adapter就可以了。需要多个的话,skype需要买
多个。如果你不是用adapter,直接用的是SIP Phone,跟skype phone就一个性质。但
当然,CISCO的phone做的比skype的质量要好更专业。
2。SIP的可扩展性很好。象前面有人说的,在hacked router上安装asterisk,可以增
加无限功能。 |
|
r****t 发帖数: 10904 | 19 【 以下文字转载自 shopping 讨论区 】
发信人: ianw (ian), 信区: shopping
标 题: Re: SIPsorcery当掉了?
发信站: BBS 未名空间站 (Thu Oct 22 18:38:32 2009, 美东)
只有需要receive call from sip peer的时候,才需要把sip peer register到sip.
conf
比如你想接从siggate和G5来的电话,就要把sipgate和g5都register到sip.conf
只想用nonoh打出的话,只要在externsion.conf的context里面指定Dial(SIP/${EXTEN}
@nonoh)就可以了,${EXTEN}是Asterisk的保留变量,代表你在电话机上所拨的号码。 |
|
g**d 发帖数: 723 | 20 这会我当了个xlite, 用xlite打, 它显示1000 call, 我click answer. 音乐继续响一
会断线.
bt*CLI> sip set debug off
SIP Debugging Disabled
[Apr 2 21:43:21] -- Executing [8004664411@from-internal:1] NoOp("SIP/
1000-0014f890", "") in new stack
[Apr 2 21:43:21] -- Executing [8004664411@from-internal:2] Wait("SIP/
1000-0014f890", "1") in new stack
[Apr 2 21:43:22] -- Executing [8004664411@from-internal:3] Set("SIP/
1000-0014f890", "ACCTNAME=a*[email protected]") in new stack
[Apr 2 21:43:22] -- Executing [800466 |
|
g**d 发帖数: 723 | 21 重装了一遍asterisk的conf files. 按你说的加了, 现在是这样:
bt*CLI> sip set debug off
SIP Debugging Disabled
[Apr 2 22:50:01] -- Executing [8004664411@from-internal:1] NoOp("SIP/
1000-001a00a8", "") in new stack
[Apr 2 22:50:01] -- Executing [8004664411@from-internal:2] Wait("SIP/
1000-001a00a8", "1") in new stack
[Apr 2 22:50:02] -- Executing [8004664411@from-internal:3] Set("SIP/
1000-001a00a8", "ACCTNAME=a*[email protected]") in new stack
[Apr 2 22:50:02] -- Executing [8004664411@from-internal:4] |
|
i**w 发帖数: 883 | 22 攻击应该是基于SIP协议的‘users enumeration’ attack。
在sip.conf中定义的extendsion一般是基于username/password认证的。所以,攻击者
可以用特殊的SIP client配合字典,暴力猜测sip.conf中存在的extension和密码。一
旦蒙对了,就可以注册到你的asterisk server来盗打电话。
上面的文章主要描述了如何模拟这种攻击,和如何监测这种攻击(利用SEC,扫描
asterisk的log)。
防范的方法:sip.conf中定义的extension密码强度要加强,或者authentication基于
IP address |
|
t***n 发帖数: 546 | 23 not quite sure what is the problem.
one thing you can try is to add another SIP connection, 102 in sip.conf,
similar to 101 that you already have.
then in extension.conf, context [local-devices], change to:
exten => 101, 1, Dial(SIP/101,30)
exten => 102, 1, Dial(SIP/102,30)
use another sip client, either a softphone from PC or iphone, connect to 102
. now you should have two phones connected to asterisk
at phone 102, dial 101 to ring the PAP2, check the voice. then at PAP2, dial
102 to ring the ... 阅读全帖 |
|
t***n 发帖数: 546 | 24 not quite sure what is the problem.
one thing you can try is to add another SIP connection, 102 in sip.conf,
similar to 101 that you already have.
then in extension.conf, context [local-devices], change to:
exten => 101, 1, Dial(SIP/101,30)
exten => 102, 1, Dial(SIP/102,30)
use another sip client, either a softphone from PC or iphone, connect to 102
. now you should have two phones connected to asterisk
at phone 102, dial 101 to ring the PAP2, check the voice. then at PAP2, dial
102 to ring the ... 阅读全帖 |
|
c**y 发帖数: 2282 | 25 Future Freemium Model for SIP Sorcery
by sipsorcery
It’s been almost a year since I moved the SIP Sorcery service off Amazon’s
EC2 and onto a dedicated server. During the intervening period the
dedicated server was filling up at a rate of knots so I was forced to limit
new accounts by auctioning invite codes on eBay. I’ve received the bill for
the renewal of the dedicated server which coincides with the thinking I
have been doing regarding the future direction of the service. There’s also
been a... 阅读全帖 |
|
a9 发帖数: 21638 | 26 exten => 101, 1, Dial(SIP/101, 10)
exten => 102, 1, Dial(SIP/102, 10)
exten => 103, 1, Dial(SIP/103, 10)
exten => 104, 1, Dial(SIP/104, 10)
exten => 105, 1, Dial(SIP/105, 10)
是不是这个10改成30? |
|
e**********i 发帖数: 108 | 27 谢谢,这个问题终于弄好了。 现在能打人打出,但是通话质量很差,试试微调一下
sipura看看会不会好点。
现在打进来的时候,虽然能通,可显示还有两errors,google了一下,在modules.conf
加了load => app_senddtmf.so,load => func_odbc.so,load => func_db.so,问题
依旧。试过autoload=yes也不行,不知道什么原因。错误信息如下:
[Oct 10 09:37:11] ERROR[1276]: pbx.c:3669 ast_func_read: Function DB_EXISTS
not registered
-- Executing [M***[email protected]@google-in:1] GotoIf("Gtalk/+17778889999-
4b7e", "?bridged") in new stack
-- Executing [M***[email protected]@google-in:2] NoOp("Gtalk/+17778889999-4b7e
", "Callerid +... 阅读全帖 |
|
o****p 发帖数: 9785 | 28 sip这种垃圾协议,只不过是新世纪新兴的ip based网络设备厂家拿来干翻传统电信厂
家的工具而已。我这话多少年前直接说给Cisco的voip fellow听的,他当时就笑了,说
对,就是这样。sip这种简单协议,rfc在那边,稍微有点研发能力的公司不自己写,还
要找开源?早跟你说了,这些电信协议难的是interop,协议本身实在太简单了,我都
可以分分钟给你重写一个出来。interop要有系统级的架构师设计一个优秀的应用平台
,然后下面的工程师还要泡运营商机房里没日没夜调试,改代码才能做好的。你妈逼的
,以为做系统就跟比武器一样,我有f16,你只有火箭筒,我完胜,是吧?你去看看沙
特这帮傻逼跟胡赛武装的结果再来扯淡。有sip协议站有屌用,要是有这个就牛逼了,
那800年前什么radvision这种公司就成通信巨头了,以前国内那些买办公司的h323,
sip什么不都是跟他家买么? |
|
h********y 发帖数: 3778 | 29 嗯,是的,北方或者南方建ICF主要在绝热方面的benefit比较高
西雅图地区大概主要的benefit是抗震。因为ICF是水泥浇灌的,本身就很durable。
再想增加抗震可能就是在某些细节方面.其实这也是我犹豫之处,因为气候mild,
夏天基本上不用空调,冬天暖气也不怎么费。
你们当时建房ICF+SIP是用ICF的外墙+SIP的屋顶,车库的地板是SIP,二楼的floor
也是ICF的我还没见过哩,太强了。我见过的都是ICF外墙+I joist subfloor+
truss roof+木头的内墙。我感觉ICF floor要增加不少建筑成本啊,能做
到12万/3700sq ft简直太不敢想像了。
SIP manufacturer好像好几个都在加拿大,可能这方面成本要比美国低一些?
so
and
time.
less |
|
a9 发帖数: 21638 | 30 extensions.conf
[xxxx]
exten => _011X.,1,Dial(SIP/{EXTEN}@nonoh)
sip.conf
[general]
register=user:pass@nonoh
[yourextension]
secret=xxx
dtmfmode=rfc2833
context=xxxx
host=dynamic
type=friend
nat=yes
qualify=yes
call-limit=50
[nonoh]
type=peer
host=sip.nonoh.com
context=whatever
fromdomain=sip.nonoh.com
011前
asterisk |
|
h********n 发帖数: 43 | 31 你老兄看来对FAE性质不了解啊
首先,FAE属于sales/marketing department,不隶属于任何BU。FAE就是sales,不是
单纯的engineer.在我们semiconductor领域的公司,“sales”指的是 "sales
engineer"也就是"SAE".为什么呢?因为要做sales,很多公司要求你必须要有engineer
degree如果你连自己的产品都无法理解,怎么去销售?一般SAE和FAE的比例是3:1或
者2:1.如果这个公司有rep的话,那么SAE/FAE的比例可能还要高。我在前一家公司做
FAE,我的搭档是两个direct SAE和7个rep。我负责销售支持整个公司所有产品线。第
二家公司我的direct sales是5个。
FAE的职责最主要的就是销售。如何赢得订单是我们首要任务。我们就是最强的sales。
每次我见客户,不论是小group讨论或者2~30人的meeting,我都是主讲。SAE仅仅是
book一下meeting,买一些lunch罢了。他们张口说话的几率不到20%。真正吸引客户的
是我而不是SAE。
那么你说产品盈利每个人都有... 阅读全帖 |
|
t****g 发帖数: 35582 | 32 gv forwarding不需要data。
原理是这样的:
GV号码下面可以连好几个fowarding option,简单起见,以两个为例:
一个一般是gtalk服务,就是google的voip sip,我们称作A。
一个假设是你的真实手机号,我们称作B。
当然你还可以设置C, D等等其他的fowarding option。
别人打你的GV号码时候,GV会把来电同时forward给A,B两个终端,同时振铃。
注意,这个过程不需要任何网络和数据连接。
如果你用手机B接电话,A那边就自动挂了。手机B走的是正常的air minute,也不需要
网络连接,所以这个过程和普通的电话没区别,唯一的就是通过了GV号码这层壳子转接
。你可以把它认为是个防火墙,GV提供了很多filtering的option帮助你过滤掉不想接
听的垃圾来电,比简单的黑名单好用的多。
第二个option就是用gtalk接电话,实际上就是voip sip。常用的终端有下面几个:
OBi adpater box,这个非常好用,有独门技术,通话质量完美。
talkatone,这个是iphone上的gtalk sip gate a... 阅读全帖 |
|
z**r 发帖数: 17771 | 33 因为他说要随时随地只要有网就可以通话的,要满足这个要求,PTT是最好的选择,现在
的PTT应用还属于第二代应用,从Nextel的第一代到现在的PTT over IP,但局限于
wireless (celluler) network,不过已经都是跑在SIP上面,那么跟同样跑在SIP上面的
soft phone互通,估计也就是迟早的问题了,到了那天,俺的email签名里有一个俺的SIP
账号,不管俺在哪里,用何种方式register,别人只要用鼠标click俺的SIP签名,就找到
俺了。多爽啊。 |
|
l***y 发帖数: 791 | 34 my two cents: for voip, sip registar should keep track of all endpoints that
register under one sip url. if the sip url gets an invite, the register can
route the invite to all endpoints, and as soon as one endpoints sends 200ok,
cancel the other invites. this is assuming the sip transaction is going
through the registar (there can be proxies/directors in between)
that's one way of doing it. i think MS LCS looks up the most recently-active
endpoint and only send invite to that endpoint, at least |
|
d*****s 发帖数: 173 | 35 T1给了5个ip 50.20.38.106-50.20.38.110
asa5510 0/0口绑定了地址50.20.38.110,0/1接内部网络
想要从外部通过50.20.38.106访问内部web server 192.168.1.110
我参考cisco文档配置了static nat,但是还是无法访问,请问哪里出了问题,谢谢!
http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/nat_objects.html#wp1119793
asa版本是8.3
附上我的配置
ASA Version 8.3(1)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password b4RZzua6LpNOeJCF encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
dns-guard
!
interface Ethernet0/0
nameif outside
security-... 阅读全帖 |
|
a***n 发帖数: 262 | 36 I did not see the static nat.
apply access-group 100 in outside
then try to use packet-tracer utility
T1给了5个ip 50.20.38.106-50.20.38.110
asa5510 0/0口绑定了地址50.20.38.110,0/1接内部网络
想要从外部通过50.20.38.106访问内部web server 192.168.1.110
我参考cisco文档配置了static nat,但是还是无法访问,请问哪里出了问题,谢谢!
http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/nat_objects.html#wp1119793
asa版本是8.3
附上我的配置
ASA Version 8.3(1)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password b4RZzua6LpNOeJCF encry... 阅读全帖 |
|
b******s 发帖数: 5329 | 37 SIP TRUNK直接把PRI替代了,SIP设备的物理位置和用户可以完全不在一起。所以这时
候再说,哪个DP用哪个SIP TRUNK已经没有意义。
SIP |
|