Displaying 5 results from an estimated 5 matches for "mydid".
Did you mean:
mydir
2009 Sep 15
0
1.6.2.0-rc1 intermittent voicemail problem ?
1.6.2.0-rc1. I am having trouble with voice mail intermittently not
working correctly on CHANUNAVAIL. (it may happen for other statuses
too, haven't checked). Basically here's what happens:
-- Executing [1651xxxxxx at mydids:1]
Macro("SIP/ipkall-trunk-14838bc8", "phone,1651xxxxxx") in new stack
-- Executing [s at macro-phone:1] Dial("SIP/ipkall-trunk-14838bc8",
"SIP/1651xxxxxx,25") in new stack
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
[Sep 15 14:19:34] W...
2005 Jul 21
0
re: DTMF woes, continued
...tting double digits and all
sorts of other stuff...
sip.conf is as follows:
[general]
port = 5070 ; Port to bind to
disallow=all ; Disallow all codecs
allow=ulaw
allow=alaw
allow=ilbc
allow=gsm
dtmfmode=rfc2833
register => username:secret@myprovider.com/myDID
just to make sure everything is set properly, i even threw in
exten => myDID,3,SIPDtmfMode(rfc2833)
in extensions.conf to make sure that dtmf is coming over in rfc2833
and not inband.
if it helps, the provider in question is nufone and jeremy from nufone
told me to use only rfc2833. anyone...
2003 Aug 20
2
PRI CallerID problem
...hone number of the PRI itself, rather than the
$CALLERIDNUM information.
Yes, we can send CID info to our PRI provider. If we make a call with
our Cisco 7960, we can send any phone number we enter into
SetCallerID(). However, if we use SetCallerID(${CALLERIDNUM}) it won?t
forward the CID number.
[mydid]
exten => 5558384810,1,SetCallerID(${CALLERIDNUM})
exten =>
5558384810,2,Dial(Zap/g1/15553456131&SIP/7601@192.168.1.84&SIP/7600@10.0.1.2,20)
exten => 2068384810,3,Congestion
Now when I call my DID, 5558384810 from my land line, Asterisk takes the
CID number and sends it to my IP p...
2011 Jan 20
5
context problem
Hello list,
Asterisk 1.6.16.1
I have the following registrations :
register => 119909:passwd at sip.prov.org/52525252
register => 119909:passwd at sip.prov.org/59595959
[119909]
type=friend
host=sip.prov.org
username=119909
defaultuser=119909
secret=passwd
context=TRUNKin
extensions.conf :
[TRUNKin]
exten => _52525252,1,NoOp(context TRUNKin - 52525252)
exten =>
2011 Sep 02
0
No subject
...t;corefilename>", and
get a stack trace. That should give us some idea of what happened.
>
> I have a fairly simple Followme sequence in place to see how it works
> before I get into the complex scenarios.
>
> extensions.conf
> ---
> [Incoming]
> exten =3D> <MyDID>,1, Answer()
> same =3D> n, Set(CHANNEL(language)=3Den_AU)
> same =3D> n, Followme(TestFollow)
> same =3D> n, NoOp("++Back after Followme: DIALSTATUS =3D
> ${DIALSTATUS}, Hangupcause =3D ${HANGUPCAUSE}")
> same =3D> n, Hangup()...