Displaying 3 results from an estimated 3 matches for "my_phone_numb".
Did you mean:
my_phone_number
2010 Nov 12
1
Asterisk 1.6.20 / CDR issue with app-dial / bug or feature?
...; 100,n,Playback(goodbye)
exten => 100,n,Hangup
# for local dial
exten => 200,1,Playback(hello)
exten => 200,n,wait(10)
exten => 100,n,Playback(goodbye)
exten => 200,n,Hangup
When dial into 100 I receive 2 CDRs immediatly after finishing the local
Dial-Command:
"","my_phone_number","200","default","my_phone_number","Local/200 at default-6697;2","","Hangup","","2010-11-11
13:16:38","2010-11-11 13:16:38","2010-11-11
13:16:50",12,12,"ANSWERED","DOCUMENTATI...
2012 Jun 18
1
Error SIP/2.0 488 Not acceptable here
...eived=217.10.68.222;branch=z9hG4bK-un6p0cm50qse
> Via: SIP/2.0/UDP 192.168.0.8:2048
> ;received=<CALLING_PARTY_IP_ADDRESS>;branch=z9hG4bK-un6p0cm50qse;rport=2048
> From: "sipgate.de" <sip:<CALLING_PARTY_SIP_ID>@sipgate.de>;tag=8cgn1bajqb
> To: <sip:0049<MY_PHONE_NUMBER>@sipgate.de;user=phone>
> Call-ID: 4fdf703d880d-ywqwnfbbj1h7
> CSeq: 2 INVITE
> Max-Forwards: 67
> Contact:
> <sip:<CALLING_PARTY_SIP_ID>@<CALLING_PARTY_IP_ADDRESS>:2048;line=swnt2d3t>;reg-id=1
> X-Serialnumber: 000413251D76
> User-Agent: snom300/8.7.3...
2006 Apr 06
0
Call transfer to cell phone [UPDATE]
Hi!
I tried this in features.conf
testfeature => *9,callee,Dial,CAPI/ISDN4/my_phone_number/b,60,T
and it works... but... I would be able to transfer a call to any phone
number,
so I tried to use this line:
testfeature => _*9.,callee,Dial,CAPI/ISDN4/${EXTEN:2}/b,60,T
but... Asterisk crash! (it doesn't want even to reload configuration)
Any idea about how to do so? Thanks a...