« Back to TCL-API

could not pass avsend(h323-ivr-out, index) $value

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi Everyone,
 
I am struck with tricky thing, please help out here.
 
I need to send 
 
avsend(h323-ivr-out, index) $value 
catch {aaa accounting update $legOutgoing -a avsend}
 
I could send this VSA attribute when there is legOutgoing is successful(I mean when leg is established with status ls_000), if leg setup fails,
how can i send the same attribute. As legOutgoing is NULL when leg setup is failure, so catch {aaa accounting update $legOutgoing -a avsend}
dont work here.


Is there anyway we can sent this attribute in stop originate accounting.


Thanks a lot


Srikanth
 
 
 

please help me out....

Since there no leg_outgoing so command will fail. How about use leg_incoming ?
What would you like to do exactly when setup failed ?

Thanks !

Since there no leg_outgoing so command will fail. How about use leg_incoming ?
What would you like to do exactly when setup failed ?

Thanks !

 
Thanks a lot.
 
I have a multisession call, needed this attribute sent for every session. If outgng is successful, then i could able to pass this attribute, can see the same in radius debug.
 
But when outgoing is failed, i cannot send this. If I am using legincoming, account update will sent this attribute at the end of call.
 
 



Since there no leg_outgoing so command will fail. How about use leg_incoming ?
What would you like to do exactly when setup failed ?

Thanks !


 
Thanks a lot.
 
I have a multisession call, needed this attribute sent for every session. If outgng is successful, then i could able to pass this attribute, can see the same in radius debug.
 
But when outgoing is failed, i cannot send this. If I am using legincoming, account update will sent this attribute at the end of call.
 
 

 
 
Let me explain u the scneario.
 
I will make a call to gateway, then make a dest auth request with new guid, so if the called party did not answer phone, outbound leg will be failed. But as i did authorise with new guid, I need to release that session by sending some attribute.
 
So here aaa accountupdate wont work, do u think is there any way to sort it out.
 
Thanks a lot
 
sri

Hi everyone, could anyone know Is there any other way to include this attribute so that it will present in the originate account . If outbound is success then i am able to this, if outboung leg is failed, cannot able to do this..
 
please help me out..
 
 
Thanks a lot
 
Srikanth