I am trying to make a SIP transfer from one Asterisk to another with passing UUI.
On my asterisk 13 i have a simple dialplan:
exten => 2222,1,Answer
exten => 2222,n,Transfer(SIP/1111#asterisk14&User-to-User=342342ef34;encoding=hex)
exten => 2222,n,Hangup
I have registered SIP trunk between my asterisk 13 ans asterisk 1.4
register => asterisk13:welcome#10.254.2.115/asterisk14
[asterisk14]
type=friend
secret=welcome
context=asterisk14_incomming
host=dynamic
and done similar config on the second asterisk
Now I have error:
Purely numeric hostname (1111), and not a peer--rejecting!
I have read all I can find about this error but cant find how to resolve it.
thanks in advance for any suggestions
No way pass like that. Use SIPAddHeader
Related
I'm currently working on a project where I need to do some specific tasks using asterisk.
WHAT I DID
I run the asterisk through a raspberry pi and convert PSTN call to VoIP using Obi110 device. However it routes incoming calls to my FreePBX. As extension file says it comes as"from trunk" context name. So to be able to answer the incoming call and play a sound file, I followed online tutorial and as an example I used provided code to check whether it actually works. So in extension_custom.conf I wrote following code,
[from-trunk]
exten => s,1,Answer ;
exten => s,2,Playback(tt-weasels) ;
exten => s,3,Hangup ;
exten => ste,1,Set(VOLUME(RX)=10) ; set the RX volume
exten => ste,2,Set(VOLUME(TX)=10) ; set the RX volume
exten => ste,hint,SIP/ste; hint 'ste' used for presence notification
exten => ste,3,Dial(SIP/ste) ; call the user ste'
exten => steand,1,Set(VOLUME(RX)=10) ; set the RX volume
exten => steand,2,Set(VOLUME(TX)=10) ; set the RX volume
exten => steand,hint,SIP/ste; hint 'steand' used for presence notification
exten => steand,3,Dial(SIP/steand) call the user 'steand' used for presence
notification
My Problem
After saving that and restarting asterisk and make a call to the PSTN line phone, it still rings rather than following the commands. Am I doing something wrong? I'm new to this. Thanks.
Extension s mean "no extension". More then likly, that you have no any goto to that extension in your dialplan.
Use
asterisk -rvvv
Check output of asterisk when call come in, you will see context and extension used.
Also you SHOULD not use SAME context in custom. You should use from-trunk-custom.
I have two asterisk servers one with PBX inflash and other only just Asterisk installed on CentOS . I need to migrate the stuff from PBXINFLASH to Asterisk 11.9.0 . The PbX in flash is running Asterisk 10.12.1.
I have a dialplan which works perfectly fine on the Asterisk 10.12.1 but on my new box with Asterisk 11.9.0 the DTMF or user key input is not working one one part of the dialplan. I have tried to do debug for dtmf both the servers are same no difference in debug resul, also strange this is my dialplan on one machine works fine and other works partially. The dial plan is call screen where caller presses 1 to proceed and recipient gets call and system ask to press 1 to accept call or hangup now one Asterisk 11.9.0 caller press 1 input is working fine but second user/recipient press 1 does not do any thing at all.
I am using sip account to test my dtmf. I have swapped my sip accounts and sip softphones to test still the same issue. Following are two parts of same macro half working and second half not taking user input
First Half that works and takes user input.
exten => _X.,n,GotoIf($[${GROUP_COUNT(${CallerNum})} > 1]?Exceeded) ;Exceeded?
exten => _X.,n,Set(HngupCount=1);Hangup
exten => _X.,n,Flite(Please press 1 to speak with ${destUID})
exten => _X.,n,Read(yesno,sip-silence,1,,2,5)
exten => _X.,n,GotoIf($[${yesno} = 1]?continue:hangup)
Second half which not working or taking user's input :-
[macro-Dial2]
exten => s,1,Wait(1);ResetCDR
exten => s,n,Set(_StartTime=${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)})
exten => s,n,ResetCDR
exten => s,n,Set(_RCount=1)
exten => s,n(Repeat),Flite(Hi there)
exten => s,n,Flite(${ARG1} wants to speak to you. Please press 1 to accept the call. 2 to forward the call to voicemail or 3 to reject the call.)
exten => s,n,Flite(we are connecting you)
exten => s,n,Read(ACCEPT,sip-silence,1,,1,5)
exten => s,n,Set(_RCount=$[${RCount} + 1])
exten => s,n,NoOp(Counter is ${RCount} -- the user selected: ${ACCEPT});
exten => s,n,Gotoif($[${ACCEPT} = 1]?accept:vm) ;Accept the call
exten => s,n(vm),Gotoif($[${ACCEPT} = 2]?voicemail:rej) ;forward the call to dummy voicemail (Actually just record the callers message)
exten => s,n(rej),Gotoif($[${ACCEPT} = 3]?reject) ;Reject the call and hangup
exten => s,n,Gotoif($[${RCount} > 2]?reject:Repeat) ; If no key pressed, just hangup the call and inform the User.
exten => s,n(accept),set(SecLeg=${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)})
In second half it works fine till the following lines :
exten => s,n,Flite(${ARG1} wants to speak to you. Please press 1 to accept the call. 2 to forward the call to voicemail or 3 to reject the call.)
exten => s,n,Flite(we are connecting you)
Note, in your dialplan user input will be taken only after all flite message playback finished
It is highly recommended play by flite only ${ARG1}, while all other(static part) record to file and use in READ command
You can get more info by enable dtmf debug in your asterisk.
For that you need edit logger.conf
I'm need to use SIP server.
My choice is 'Asterisk'
That's version is 1.8.0
I configured all of the asterisk.
and... i'm calling two users (0000FFFF0001,0000FFFF0002) using X-lite, Zoiper.
User Calling is not problem. It's fantastic.
But i can't hear nothing.
I just can calling other user, end the call.
My source is below.
sip.conf
[office-phone](!)
type=friend
host=dynamic
nat=yes
secret=pspsps
dtmfmode=auto
disallow=all
allow=alaw
allow=ulaw
qualify=yes
canreinvite=no
context=LocalSets
[0000FFFF0001](office-phone)
defaultip=223.33.184.3
[0000FFFF0002](office-phone)
externip=192.168.194.2
localnet=192.168.0.100/255.255.255.0
extensions.conf
[LocalSets]
exten => 100,1,Dial(SIP/0000FFFF0001)
exten => 101,1,Dial(SIP/0000FFFF0002)
exten => 200,1,Answer()
exten => 200,n,SayNumber(5)
exten => 200,n,Wait(1)
exten => 200,n,SayNumber(5)
exten => 200,n,Hangup()
I expected rtp problem.
I was opened TCP/UDP ports 20000~30000.
and my sharer NAT was configured.
help me. i need advise of you.
I believe you need to put your externip, localnet, and canreinvite in your general setting, Not in the sip peer itself.
Do you have the ports in rtp.conf natted to your server and allowed through your firewall?
I recommend you make two test extensions, Let's use 201 that answers and calls the MusicOnHold application, If you call that extension from your sip phone do you get audio?
Create Extension 202 that answers and calls the Echo Application, If you speak into your phone do you hear your voice Echo'd back to you?
I need to create a ring group (222) which would dial several SIP accounts, and PSTN numbers as well.
For PSTN I have a different context (ToPSTN) with it's own billing rules, so the question is:
How can I ring several SIP acc's and PSTN's simultaneously ?
Here is how I am trying to do that:
exten => 222,1,Dial(SIP/ca-444&SIP/ca-433)
exten => 433,1,Goto(ToPSTN,0035853855453,1)
Or maybe it's possible to do several tasks at the same priority somehow ?
To make dialing into dialplan instead of real channel driver you should use Local channel. This is how it look in your case:
exten => 222,1,Dial(SIP/ca-444&Local/0035853855453#ToPSTN)
So first call goes to SIP peer ca-444 and second directly to dialplan extension 0035853855453 and context ToPSTN.
I am using the asterisks. I want to transfer call using transfer application with h323 protocols. But I am not able to transfer call.
In the extensions.conf file I have added the following content.
exten => 118,1,answer()
exten => 118,n,set(__TRANSFER_CONTEXT=transfer)
exten => 118,n,saynumber(567)
exten => 118,n,wait(1)
exten => 118,n,transfer(H323/119)
exten => 119,1,answer()
exten => 119,n,saynumber(222)
exten => 119,n,hangup()
For anyone with a similar issue, sometimes transfer will not be possible if there is a mismatch with channel technology.
If one wants to use Transfer application
Transfer([Tech/]dest[|options]):
You must ensure that if TECH (SIP, IAX2, LOCAL etc) is used, only
an incoming call with the same channel technology will be transferred. If the incoming channel is SIP but you want to transfer to IAX it won't allow that.
What you are trying to do can be achieved with Goto command. Transfer is used to transfer calls to real devices/users but if you want to stick with that you can try:
exten => 118,n,transfer(Local/119#your_context)
or simply
exten => 118,n,transfer(Local/119)