Displaying 20 results from an estimated 8000 matches similar to: "how to hangup Local/100 channel"
2011 Oct 27
5
Asterisk Executing outbound dial number twice
Hello,
I noticed Asterisk 1.8.4.1 execute number dial twice
Log
== Using SIP RTP CoS mark 5
-- Executing [912066604 at sipphones:1] Set("SIP/4773-0003e920",
"CALLERID(num)=2066604") in new stack
== Extension Changed 4773[sipphones] new state InUse for Notify User 4701
-- Executing [912066604 at sipphones:2] Dial("SIP/4773-0003e920",
2014 Jan 28
2
callerid overwrite
Hi all,
I'm having issues with overwrite caller id, when I call someone my caller
id should be "mycompanyinc" but instead my id shows up as my extension
number 101.
this is what i have in sip.conf
[101]
type=friend
context=sipphones
call-limit=99
callerid="iuser 101"
disallow=all
allow=ulaw
allow=alaw
username=101
secret=Passwd
dtmfmode=rfc2833
host=dynamic
mailbox=101 at
2014 Jun 24
1
share mailbox Asterisk 1.8.22
Hello, I want to share mailbox between two extensions
Ext. 101
Ext. 102
I want the messages to go to mailbox 101, when when checked mailbox from
extension 102 to be able to clear the bliking red light.
here is extensions.conf
exten => 102,hint,SIP/${EXTEN}
exten => 102,1,Dial(SIP/101&SIP/102,20,t)
exten => 102,2,Voicemail(101,u)
exten => 102,102,Voicemail(101,b)
exten =>
2013 Jun 06
1
asterisk 1.8.22 - : app_meetme.c:1248 build_conf: Unable to open DAHDI pseudo devic
Hello All,
I upgraded Asterisk 1.8.10 to Asterisk 1.8.22 since upgrading I can't get
meetme feature to work when dial meetme extension, can you please help?
It always worked before, also I do not have dahdi installed on this
machine, never did.
-- Executing [104 at sipphones:1] MeetMe("SIP/101-00000813", "104") in new
stack
== Parsing
2003 Dec 03
1
More voicemodem
Hi,
I got this setup.
analog phone (ext7) ---> analog pbx ----- (ext 6 analog) voicemodem (ext 3
asterisk) ---- ttyS0/asterisk ---- sipphones
q1:
I got the voicemodem to work, but oneway only. I can talk from my analog
phone, to my sipphone, but not the other way ? I know it only suppose to
works in half duplex, but nothing come TO the phone.
q2:
2015 Dec 02
2
Failed to authenticate device 100
Hello, I continued to see this errors in the logs:
[2015-12-02 10:05:57] NOTICE[19949]: chan_sip.c:23277
handle_request_invite: Failed to authenticate device
100<sip:100 at xx.xx.xx.xx>;tag=10cdeaf7
how do I guard against this kinds of attacks? Also, to get the IP
address from where this attack come from I use the following command
"tcpdump -lni eth0 -f "udp port 5060"
2015 Apr 27
5
adding area code
Hello,
I would like to add area code if clients dial 7 digits, it that
possible? currently clients dial prefix 9 plus local number, however my
SIP provider is requiring to dial 10 digits. is it possible to add area
code?
Thanks,
Motty
2004 Jan 06
3
Policies - deny some nubers
Hi,
I had asterisk installed, ISDN-adapter, some x-lite software-phones and I
can call betweens the softphone- and 'normal' phones during the ISDN-card.
2 questions now
1) Is it posible to create policies, so that some SIP-users can dial ALL
numbers, and some SIP-users not are allowed to dial eg. 900xxx-numbers,
30xxxxxx (mobilphones), 40xxxx(long distance)
and if possible on time
2004 Jul 22
1
no incoming pstn ring tone
Hi All,
I recently upgraded from a very old stable to HEAD. For some reason,
incoming callers don't hear ring tones when calling in. Everything else
is working fine. Where should I look for a fix?
ISDN --> E100P --> asterisk --> sipphones.
Thanks
Johan
2004 Jul 28
3
Workaround for BroadVoice and possibly others...
I have an idea, tell me if this wouldn't work... I know it's really ugly,
but it might help some people until we can get round robin DNS checks for
peers...
Since * does not do GetHostByName() again until you reload your config, and
BroadVoice and I'm sure other sip providers are using round robin DNS, why
not create 2 [<your server here>-out] contexts in sip.conf, and then in
2015 Oct 29
3
Asterisk encrypted authentication for clients
On 10/28/2015 06:37 PM, Pete Mundy wrote:
> Hi Motty,
>
> Isn't the whole point of the nonce in a SIP registration to ensure the
> secret doesn't go on the wire in plain-text? Is this not enough, or
> are you looking to hide the username too?
>
> (if so, fair 'nuf, just wondering why :)
>
> Pete
>
> Ps, if so then I think TLS is the missing part of
2013 May 09
4
monitoring Asterisk 1.8
Hello,
i'm looking for suggestions to monitor Asterisk Server? I installed Nagios
but no success, I do prefer not to install any web server on the server
running Asterisk.
Thanks in advance.
-Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130509/24815a66/attachment.htm>
2013 Sep 18
3
multipathing XCP 1.6
Hello, I hope to be in the right list. my question is the following. I
can''t seem to get multipathing configure on XCP 1.6. In XenCenter I was
able to enable "Multipath" however, in the LUN under general tab I see "
multipath 1 of 1 active", the the CLI I do the following command xe --m
node session it list only one session.
Can someone help me please?
Thanks in
2015 Oct 28
3
Asterisk encrypted authentication for clients
Hello,
I am searching for a solution to encrypt authentication from Asterisk
server to clients. Searching srtp seem to encrypt traffic, I just want
client authentication with encryption. Can someone point to the right
direction? has anybody used ZRTP? experience with ZRTP?
Thanks,
_motty
2015 Apr 27
2
adding area code
here is what I have:
exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381)
exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1})
exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80)
not having success;
"Got SIP reponse 503" Service Unavailable"
On 04/27/2015 02:19 PM, Bryant Zimmerman wrote:
> Motty
> Yes
> From your dial plan accept 9 + 7 digits
2015 Jul 29
3
Asterisk 1.8.22.0 built - encrypt authentication
Hello,
I would like to encrypt password between Asterisk servers and clients.
is there an easy way to do so? I am running Asterisk 1.8.22.0 built on
CentOS 6.3
Thanks,
.Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/68b59f7c/attachment.html>
2016 Oct 13
2
Asterisk 13.11.2 unable to register on Centos 7 64bit
Hello, fresh install of Asterisk 13.11.2, client unable to register. For
now I have IPtables disabled, also selinux is disabled
[1006]
type=friend
username=1006
secret=mysecret
context=sip-phone
call-limit=1
callerid="iuser" <1006>
disallow=all
host=dynamic
allow=all
any ideas?
Thanks,
Motty
-------------- next part --------------
An HTML attachment was
2017 Feb 15
5
Soft SIP phones that support TLS - Asterisk version 13.13.1
Hello, I have a user that prefers Soft SIP phone install on his laptop, for
security reasons I have enable TLS on our Asterisk server to support TLS
authentication, It works well with hard phones. Has anybody in this forum
use SIP Soft phones with TLS authentication enabled? Any suggestions?
Thanks,
Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jan 23
2
asterisk does not detect menus
Hello,
When I called companies with auto animate menus my system does not seem to
detect menus on ther other side. For instance I called this number (407)
886-3338 when I input the ext. number of any option on the list I don't get
a response however if I called the same number from my google account or my
cell phone number it works fine meaning I can select any option or input ext
number.
2015 Apr 27
2
adding area code
> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com> wrote:
>
> forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS.
>
> Thanks,
>
>
> On 04/27/2015 02:38 PM, Motty Cruz wrote:
>> here is what I have:
>> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381)
>>
>> exten =>