asterisk SIP User-to-User -


i trying make sip transfer 1 asterisk passing uui. on asterisk 13 have 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 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 second asterisk have error:

purely numeric hostname (1111), , not peer--rejecting!

i have read can find error cant find how resolve it.

thanks in advance suggestions

no way pass that. use sipaddheader


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -