Displaying 6 results from an estimated 6 matches for "fxs1".
Did you mean:
fxs
2011 Jan 28
1
CDR issue - Problem logging CDR(userfield) in Master.csv
...ss this is irrelevant)
Set(JITTER=${CUT(RTPAUDIOQOS,\;,4)});
Set(CDR(userfield)=${CUT(JITTER,\=,2)});
I make an outgoing call with asterisk debugging mode on. When I hangup
the call, I see the following in the asterisk cli:
Executing [sw-41-ANSWER at macro-handle_dialstatus:10]
Set("SIP/FXS1-001666f8", "JITTER=rxjitter=0.004785") in new stack
- Executing [sw-41-ANSWER at macro-handle_dialstatus:11]
Set("SIP/FXS1-001666f8", "CDR(userfield)=0.004785") in new stack
which means that my commands should work.
However, when I check the contents of my Mast...
2013 Oct 07
0
Dahdi incoming call detection and hangup detection durations.
...one and issued a couple of channel
originate command to measure the duration Asterisk/Dahdi needs to detect a
dahdi call is coming in.
Basically, using EPOCH variable, I'm reading a 2 or 3s duration with the
followinf AEL2 dialplan:
context remote {
s => {
if ("x${DB(Start/FXS1)}" != "x") {
Duration=$[${EPOCH} - ${DB(Start/FXS1)}];
Verbose(0,Duration is ${Duration});
}
Answer();
Wait(5);
HangUp();
};
};
context mylocal {
1 => {
DB(Start/FXS1)="${EPOCH}";
Dial(DAHD...
2015 Jan 29
2
What conditions allow the use of dahdi native bridge?
....8.0.
I try to set callwaiting = no AND callwaitingcallerid = no in
chan_dahdi.conf.
But I can't find native bridging information from CLI(opened debug mode in
logger.conf). How can I test the dahdi_bridge in native bridge mode?
I use normal dial command ex: Dial(DAHDI/2,30,tTkK) to dial from FXS1 to
FXS2.
Does anyone kind to help me solve it?
--
Best Regards
Charles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150129/79a619e0/attachment.html>
2015 Jan 30
1
What conditions allow the use of dahdi native bridge?
...lwaitingcallerid = no in
>> chan_dahdi.conf.
>> But I can't find native bridging information from CLI(opened debug mode
>> in logger.conf). How can I test the dahdi_bridge in native bridge mode?
>>
>> I use normal dial command ex: Dial(DAHDI/2,30,tTkK) to dial from FXS1 to
>> FXS2.
>>
>> Does anyone kind to help me solve it?
>>
>
> Native bridging cannot happen if Asterisk has an interest in the audio
> stream.
> Remove the tTkK flags in the Dial command.
>
> Richard
>
>
> --
> _________________________________...
2006 Feb 28
2
Sipura SPA-3000 and PSTN dtmf
...vant lines in sip.conf:
;-------
[general]
;irrelevant lines removed
dtmfmode=rfc2833
disallow=all
allow=alaw
allow=ulaw
allow=g729
[111]
;SPA-3000 FXO port
type=friend
username=111
secret=xxx
host=dynamic
[112]
;SPA-3000 FXS port
type=friend
username=112
secret=xxx
host=dynamic
[113]
;SPA-2100 FXS1 port
type=friend
username=115
secret=xxx
host=dynamic
[114]
;SPA-3000 FXS2 port
type=friend
username=114
secret=xxx
host=dynamic
;-------
Should I instead split the SPA-3000's FXO entry into a type=user and
type=peer entries with the first having dtmfmode=rfc2833 and second
dtmfmode=inband...
2015 Jan 29
0
What conditions allow the use of dahdi native bridge?
...waiting = no AND callwaitingcallerid = no in
> chan_dahdi.conf.
> But I can't find native bridging information from CLI(opened debug mode in
> logger.conf). How can I test the dahdi_bridge in native bridge mode?
>
> I use normal dial command ex: Dial(DAHDI/2,30,tTkK) to dial from FXS1 to
> FXS2.
>
> Does anyone kind to help me solve it?
>
Native bridging cannot happen if Asterisk has an interest in the audio
stream.
Remove the tTkK flags in the Dial command.
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dig...