>From the C file I found the comment like below,

*For the socket per IP mode, bind the main socket to the first IP address
specified in the inject file.*

So now I have to bind the main socket in the inf file. Now do you have any
idea, which socket the SIPp uses by default?

On Mon, Mar 14, 2011 at 11:20 PM, Sri Narayanan <sri.narayanan....@gmail.com
> wrote:

> So u found the culprit :-) good
>
>
> On Mon, Mar 14, 2011 at 10:27 PM, Gopalakrishnan A.N <sai...@gmail.com>wrote:
>
>> I found something like this
>> *if(sipp_bind_socket(main_socket, &local_sockaddr, &local_port)) {*
>> *      ERROR_NO("Unable to bind main socket");*
>>
>> and before this in the loop I found something like this
>> *On some machines it fails to bind to the self computed local IP
>> address. For the socket per IP mode, bind the main socket to the first IP
>> address specified in the inject file.*
>>
>> So finally the socket address of my machine has to be bind with the first
>> IP address configured in the injection file.
>>
>>
>> On Mon, Mar 14, 2011 at 10:10 PM, Sri Narayanan <
>> sri.narayanan....@gmail.com> wrote:
>>
>>> The other option to trace the error is to locate the error string in the
>>> source ;
>>> Download the sipp source from source forge and do a search for the error
>>> string patter; Hope U know C :-)
>>>
>>>  On Mon, Mar 14, 2011 at 9:47 PM, Gopalakrishnan A.N 
>>> <sai...@gmail.com>wrote:
>>>
>>>>  Also in the below command line,
>>>>
>>>> ./sipp -sf client_ipphone1.xml -t ui -inf data1.txt -ip_field 2 <my
>>>> local machine ip address>
>>>>
>>>> what is the my local machine ip address stands for? because I am
>>>> providing the remote ip address in the inf file. Please advice.
>>>>
>>>> On Mon, Mar 14, 2011 at 9:03 PM, Gopalakrishnan A.N 
>>>> <sai...@gmail.com>wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I am trying to establish call through a inf file with different IP
>>>>> address through the command line as described in the reference document
>>>>> ./sipp -sf client_ipphone1.xml -t ui -inf data1.txt -ip_field 2 <my
>>>>> local machine ip address>
>>>>>
>>>>> but I am getting a error "Unable to bind main socket, errno = 99
>>>>> (Cannot assign requested address)"
>>>>>
>>>>> Attached is my data1.txt and scenario file.
>>>>>
>>>>> --
>>>>> Thank you  with regards,
>>>>> Gopalakrishnan A.N.
>>>>> VoIP call - sip:sai...@gtalk2voip.com
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thank you  with regards,
>>>> Gopalakrishnan A.N.
>>>> VoIP call - sip:sai...@gtalk2voip.com
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Colocation vs. Managed Hosting
>>>> A question and answer guide to determining the best fit
>>>> for your organization - today and in the future.
>>>> http://p.sf.net/sfu/internap-sfd2d
>>>> _______________________________________________
>>>> Sipp-users mailing list
>>>> Sipp-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/sipp-users
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards,
>>> SriNarayanan
>>>
>>
>>
>>
>> --
>> Thank you  with regards,
>> Gopalakrishnan A.N.
>> VoIP call - sip:sai...@gtalk2voip.com
>>
>>
>>
>
>
> --
> Regards,
> SriNarayanan
>



-- 
Thank you  with regards,
Gopalakrishnan A.N.
VoIP call - sip:sai...@gtalk2voip.com
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to