Hi everyone,

  I want to use the uas to become a phone for receive a call, I used this
way:

.#!/bin/sh

I=1
until [ "$I" = "121" ]
do
    PORT=`expr $I + 5082`
    I=`expr $I + 1`
     ./sipp -sf queue-uas.xml  -bg  -p $PORT -aa -i 192.168.1.182
192.168.1.247
done

but when i run this command: i found : ps | grep -c sipp,there are only
50,anyone can tell me this reasons,
maybe the sipp have limited the number in background!

Thanks in advance!

-- 
Best regards!
jordan pan
Location:Shenzhen China
Company:www.justcall.cn
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to