I have the task to do "prepaidload testing".I am
working on uac_pcap scenario.
                                                      
                                                      
               
The prepaid application works when dial 850 number
then pin number then destination number.I am dialling
through SIPp uac like :
./sipp -s 850 -sf test2.xml -p 5060 -i 192.168.1.131
192.168.1.130 -m 1 and i have hard coded the pin
number so that UAC gets into the apllication ,like in
my extension.conf have :
                                                      
                                                      
               
exten => 850,1,Answer
exten => 850,2,SetCallerID("+${CALLERIDNUM}")
exten => 850,3,PrepaidAuthCID(${CALLERIDNUM})
exten => 850,103,PrepaidAuthPIN()

commited ;exten =>  
850,203,PrepaidCall(,${PREPAID-CARDID},${PREPAID-TARIFFID},${PREPAID-CREDIT},${PREPAID-STARTPULSE},${PREPAID-FREQUENCY},${PREPAID-ANNOUNCEMENT},${PREPAID-CCPREFIX},${PREPAID-RESELLERID})

exten =>
850,103,PrepaidCall(,7777777777,1,100,1,60,0,63,4)
exten => 850,303,Playback(prepaid/prepaid-auth-failed)
exten => 850,304,GoTo(404)
                                                      
                                                      
               
exten => 850,403,SoftHangup(${CHANNEL})
exten => 850,404,Hangup




I am playing the "dtmf_destination" where the PROMPT
of destination number comes from the application but
my destination number can't dial and warning of :
                                                      
                                                      
               
                                                      
                                                      
               
Dec 18 14:28:48 WARNING[5676]: file.c:584
ast_readaudio_callback: Failed to write frame
    -- Playing 'prepaid/prepaid-final' (language 'en')
Dec 18 14:28:51 WARNING[5676]: app_dial.c:795
dial_exec_full: Dial requires an argument
(technology/number)
Dec 18 14:28:51 WARNING[5676]: app_prepaid_call.c:460
callingcard_pbx_dial: PrepaidCall: Dial exited with
Return Code: -1Dec
18 15:24:32 NOTICE[4538]: res_musiconhold.c:507
monmp3thread: Request to schedule in the past?!?!
                                                      
                                                      
               
My question is how can i do work like "My UAC can able
to execute the pcap of destination number and in
second step "dial to UAS" and the calls gets completed
.
                                                      
                                                      
               
                                                      
                                                      
               
Thanks;
                                                      
                                                      
              Imran


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to