Hello,
On a HiloNcV2 / HL6528RD, I use 4 virtual links via gsmMuxd.
On the virtual link of index 2, I make a phone call and on the virtual link index 3, I keep an active GPRS connection.
My problem is that I can not stop the phone call without breaking the GPRS link although the command AT + CHUP should allow it according to the documentation. Also mentionned in this post : [Hilo] What is the different between ATH[type] and AT+CHUP?
Here below a trace with AT+CHUP:
send[0]:AT*PSNTRG?#015
RECV[0]:*PSNTRG: 5,1,“208”,“01”,“6901”,“2A9B”,“Orange F”,1,0,0
RECV[0]:OK
send[0]:AT+CSQ#015
RECV[0]:+CSQ: 21,99
RECV[0]:OK
send[2]:ATD+33622222222;#015
RECV[2]:*PSCSC: 1, 21,
RECV[0]:*PSCSC: 1, 0, “+33622222222”, 145, 1,
send[0]:AT+CSQ#015
RECV[2]:OK
RECV[2]:PSCSC: 1, 0, “+33622222222”, 145, 1,
RECV[0]:OK
send[0]:ATPSNTRG?#015
RECV[0]:*PSNTRG: 5,1,“208”,“01”,“6901”,“2A9B”,“Orange F”,1,0,0
RECV[0]:OK
RECV[0]:*PSCSC: 1, 3,
RECV[2]:*PSCSC: 1, 3,
RECV[0]:*PSCSC: 1, 4,
RECV[2]:*PSCSC: 1, 4,
send[2]:AT+CHUP#015
pppd[801]:, rcvd [LCP TermReq id=0x3]
pppd[801]:, LCP terminated by peer
pppd[801]:, Connect time 1.2 minutes.
pppd[801]:, Sent 0 bytes, received 0 bytes.
RECV[0]:*PSCSC: 1, 21,
pppd[801]:, Script /etc/ppp/ip-down started (pid 812)
pppd[801]:, sent [LCP TermAck id=0x3]
pppd[801]:, Script /etc/ppp/ip-down finished (pid 812), status = 0x0
I tried other commands like ATH0, ATH4 but this one returns a CME 3 error. These commands do not cut the GPRS connection but neither the current phone call.
Here below a trace with ATH0 instead of AT+CHUP:
RECV[0]:*PSNTRG: 5,1,“208”,“01”,“6901”,“2A9B”,“Orange F”,1,0,0
RECV[0]:OK
RECV[1]:+CMGS: 221
RECV[1]:OK
send[2]:ATD+33622222222;#015RECV[2]:OK
RECV[2]:*PSCSC: 1, 0, “+33622222222”, 145, 1,
RECV[0]:*PSCSC: 1, 0, “+33622222222”, 145, 1,
2RECV[0]:*PSCSC: 1, 3,
RECV[2]:*PSCSC: 1, 3,
RECV[0]:*PSCSC: 1, 4,
send[0]:AT+CSQ#015
RECV[2]:PSCSC: 1, 4,
RECV[0]:+CSQ: 2,4
RECV[0]:OK
send[0]:ATPSNTRG?#015
RECV[0]:*PSNTRG: 5,1,“208”,“01”,“6901”,“2A9B”,“Orange F”,1,0,0
RECV[0]:OK
send[2]:ATH0#015
RECV[2]:+CME ERROR: 3
Hope you could help