Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 146 by
ggeh...@gmail.com: Not able to dial a SIP extension
http://code.google.com/p/restcomm/issues/detail?id=146
What steps will reproduce the problem?
1. Register a SIP client with nickname 4321
2. Add the following action in an RCML PHP script.
echo '<Say>Connecting you to agent 1.</Say>';
echo '<Dial><Uri>
sip:43...@127.0.0.1:5080</Uri></Dial>';
3. Call is no connected and the following log messages are printed:
13:12:23,495 DEBUG [MessageHandler] Processing command message = NTFY
remote Tx = 32
13:12:23,496 DEBUG [RFC2396UrlDecoder] uri to decode ubuntu
13:12:23,496 DEBUG [RFC2396UrlDecoder] decoded uri ubuntu
13:12:23,496 WARN [RcmlInterpreter]
org.mobicents.servlet.sip.restcomm.xml.VisitorException:
org.mobicents.servlet.sip.restcomm.interpreter.TagStrategyException: Error
type: NOT_A_NUMBER. The string supplied did not seem to be a phone number.
13:12:23,496 DEBUG [SipSessionImpl] dialog associated with this session to
create the new request BYE within that dialog
gov.nist.javax.sip.stack.SIPDialog@0
13:12:23,496 DEBUG [SipSessionImpl] dialog state Confirmed Dialog for that
dialog gov.nist.javax.sip.stack.SIPDialog@0
13:12:23,496 DEBUG [SipSessionImpl] dialog
gov.nist.javax.sip.stack.SIPDialog@0 used to create the new request BYE
What is the expected output? What do you see instead?
Call should be connected to 4321
What version of the product are you using? On what operating system?
December 14 nnightly build, Ubuntu 12.04
Please provide any additional information below.
N/A